Search results

  1. J

    [help] php

    Hey could someone please fix this code for me, I get a 500 - Internal server error. When i use the code i made below $u = mysql_real_escape_string( strip_tags( $_GET["user"],NULL,NULL,NULL,15);
  2. J

    Show Avatar

    This is a small and easy script that you can use in news forums anywhere :} <?php header("Content-Type: image/PNG"); ?> <?php $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = 'Password'; $db = 'Database'; mysql_connect($dbhost,$dbuser,$dbpass); mysql_select_db($db); $u =...
  3. J

    PHP Banner with users online

    Hello i have just made my first release here you can make your own custom banner with online stat Heres how it works http://blahhosting.net/banner/make.php?online=http://blahhosting.net/banner/online.php&image=http://blahhosting.net/banner/test.png Change the links in there to your hotels...
Top