Recent content by CrazyCoder

  1. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    woo god they finally removed my vote button code !!!! huuuummm so ? means this worked ??? gonna chek the others websites, thanks for ur patiente basti and mark :)
  2. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    no it does not work from the websites where is the button call :) its working if u run the code from my topsite, but the goal is to do this when button.php is called from the websites using it, then its no more working, is this a weird issue or just normal ?
  3. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    yes i replaced the button.php with exactly the same code, and its not doing anything heres an example of the site causing main troubles to mine ==> http://www.empereur-team.net/ they keep my old vote code on their page, but its hidden !!! its just before their </body> tag, and of course they...
  4. CrazyCoder

    ( cloudflare )user login does not exists leads to a not found page

    hello basti, yeah i didit => disable smartErrors app from cloudflare but this does not resolve the trouble, so am still using what i did, removed the error header and all is running fine since dat
  5. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    hello mark, ouffffffffff sorry man, i put exactly ur code into button.php, but nothing works, am still missing something :)
  6. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    woo god ok ok ok u need to login to see them , arfff wait a minute u can connect with those id : user : tirobot pass : 123456789
  7. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    hihhii yes the third ! where there are no images no images, of course coz i deleted all from my button.php and replace by the code u gave me :))))
  8. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    <?php $badusers = array("tiber10", "Benzia", "tvqc", "seb03000", "sebastien03000"); if (in_array("{$_GET['u']}", $badusers )) { header("Location: http://itopsites.com/nasty"); } the button.php code i deleted all the rest and here a site where u can click ...
  9. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    yeah ok but the redirection does not work, its redirecting to my site, the button.php does not redirect
  10. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    i changed for this : <?php $badusers = array("tiber10", "Benzia", "tvqc", "seb03000", "sebastien03000"); $u = $_GET['u']; if (in_array($u, $badusers )){ header("Location: http://hq6900.wix.com/haha"); } but when i go to a site still using my button.php, i am redirected to my top liste, not to...
  11. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    hihihii yeahh but i misunderstud what to do with ur code coz i deleted the entire content of button.php and put your code , redirecting to an external page i created with winmx online page creator tool so this is why this isnt working button.php : <?php $badusers = array("tiber10", "Benzia"...
  12. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    oops seems we forget something ::: <?php $badusers = array("tiber10", "Benzia", "tvqc", "seb03000", "sebastien03000"); if (in_array("{$_GET['u']}", $badusers )) { header("Location: http://hq6900.wix.com/haha"); } when i go to some site i dont want they use my button.php, i click but i am not...
  13. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    :p:p:pgod bless you mark !!!!!!!!! u made my day, hahahaaaa u rock buddy, sorry i asked about so many things those days, but am closed to my final result with this amazing vl 1.2 thanks again about all ur hard work basti and you thank youuuuuuuuuuuuuu ur my god hahahaa yeahhhhh, hahaha i cant...
  14. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    i would like also to ban the http referer ==>
  15. CrazyCoder

    ban bad members directly from htaccess = stop them requesting anything from my server

    so here an example of a member using autoclick software i want to bann access to anything from my server ::::::: Adresse IP de 'www.empereur-team.net' : 198.245.49.82 Serveurs DNS : ns3153.dns.dyn.com ns2165.dns.dyn.com ns4163.dns.dyn.com ns1186.dns.dyn.com so i put this into my htaccess...
Top