Recent content by stargazerrrrr

  1. S

    php vs python for bh apps

    Python is better better due to it's short code. It also forces you to write a better code. It has a huge amount of packeges that are well-coded and it's faster than php :)
  2. S

    Advanced IP Logger (IP Address, Refer Page, Current Page + More!)

    Here is a simple script to distinguish bots and users: //Here is sql for mysql db: CREATE TABLE `bot_ips` ( `id` int(11) NOT NULL auto_increment, `ip` varchar(25) NOT NULL, `bot` varchar(100) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ipi` (`ip`) ) ENGINE=MyISAM //Fill db with ip...
  3. S

    Ranking Tools (to show current rankings)?

    Is there a php script for position check on google, yahoo and bing?
Back
Top