csf's Forum Posts

  • And its on !

  • Google: streets of rage sprites !

  • ive got a tip so you can catch all (bots), A simple HONEYPOT :)

    assume that the bots first visit the robots.txt from here we can send them where-ever we want..

    We add some bate to our robots.txt

    User-agent: *

    Disallow: /tmp/

    Disallow: /admin/register.php

    The bots follow the bate.   

    file register.php

    <?php

    if (getenv(HTTP_X_FORWARDED_FOR)){

         $ip=getenv(HTTP_X_FORWARDED_FOR);

         } else {

              $ip=getenv(REMOTE_ADDR);

         }

         if ($ip){

              $file_handle = fopen('log.txt', 'a');

              if($file_handle){

                  ?$output = $ip . " -- " . gethostbyaddr($ip) . " -- " . date("Y:m:d:H:i:s") . "\r\n";

                  ?fwrite($file_handle, $output);

                  ?fclose($file_handle);

              }

    }

    ?>

    <html><head><title>404 Not Found</title></head>

    <body bgcolor=white>

    <h1>404 Not Found</h1>

    The requested URL /register.php does not exist.

    </body></html>

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks for the replies. ( me happy )

    It's even in the manual my mistake and thanx again Ashley.

    The Touch object also provides input from the accelerometer (motion) and inclinometer (tilt/compass direction) if the device supports them.

  • Has anyone tried to to make a working compass for mobile phones.

    Would it be possible with geo locations ?

    As someone who has done this, kindly like to share a example.

    Thanx.

  • Wow what a great game! <img src="smileys/smiley32.gif" border="0" align="middle" />

  • Really impressive video.

    His program is called FL Studio. But a good free software would be Linux MultiMedia Studio.?

    watch?v=gMKLwmfYjH4

  • Hello world!

    /thread

  • List Or PathfindingArray ? --> Insert object: array enemys ->

    Add Values

  • MaxRequestLength -i