Results 1 to 2 of 2

Thread: HTTP_REFFERER?

  1. #1
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default HTTP_REFFERER?

    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..
    Code:
    <!-- 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:

    PHP Code:
        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?
    Last edited by Calon; 22-11-2008 at 10:16 AM.

  2. #2
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Fixed, no longer needing help.

    Thread closed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •