PDA

View Full Version : HTTP_REFFERER?



Calon
22-11-2008, 10:13 AM
Hey guys..

I'm making some sort of tracker on a project I've been working on, so the script automatically relays the URL back to my backend CP, I've been added the details into a comment, as it also relays the panel name, they are put in HTML comments on whatever page the function is executed..


<!-- 532512 g Test website AT *removed* -->


I added 532512 g into the explode, in the bit too find, but it doesn't seem to be grabbing it, the function:



public function checkUsr() {

$mysql_check = mysql_query( "SELECT * FROM `site`" );
$mysql_obj = mysql_fetch_object( $mysql_check );

echo '<!-- 532512 g '.$mysql_obj->panel_name.' AT '.$_SERVER[ 'SERVER_NAME' ] . $_SERVER[ 'PHP_SELF' ].' -->';

$update_user_list = @file_get_contents( 'http://www.calonuk.net/backend/yadjp_get.php' ); // we're just updating our list.

}


but it doesn't seem to be grabbing anything.. help please somebody?

Calon
22-11-2008, 12:32 PM
Fixed, no longer needing help.

Thread closed.

Want to hide these adverts? Register an account for free!