Search results

  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...
  16. CrazyCoder

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

    helloo buddies !!! SO it took me a long time but i discovered a few bad members hahahaaaaaa i saw incredible statistiques, those bastards was putting the vote button code with an image of 0x0px SO they used an autoclick, am banning those bastards right now and searching after all others ones...
  17. CrazyCoder

    https website not counting votes

    yeah i was thinking about this ssl certificate; i contacted them they gonna renew it, great :) thanks for confirmation mark and basti
  18. CrazyCoder

    https website not counting votes

    its a website on https but their cetificates is out https://www.spirit-ocean.com so when they click on the vote link, its not going throught the gateway i think they have to : 1) renew their https certificat 2) reput the site on http whats ur opinion ? if i update their url and short url...
  19. CrazyCoder

    get rid of button.php

    i swear i'll never forget ! :p:D thanks again so much bastiiiiiiiiii ya ya mein freunde hihiii sehr gut !!!;);) i think i can move on, to my others ideas to improve my website, hihihiiii my server is already released, haaaaaaaa relaxing, no more stress by the button.php yessssssss :D:D:D:D
  20. CrazyCoder

    lannuaire-francophone.com

    thank you guys for good advices, gonna correct those' important points !!! and i need to clarify and finish the top menus, yeahh i missed some time to work on those :))) about the site up and down, i was dealing with cloudflare errors troubles today, i finally just found out what to remove from...
Top