Activity Stream
48,167 MEMBERS
61041 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Banned

    Default Help with PHP Script.

    I need help making a script for a little project what i need is.

    <? php

    Site they came from ( LOG )
    After submission send them back to that site

    /?php>
    Luke Reviewed by Luke on . Help with PHP Script. I need help making a script for a little project what i need is. <? php Site they came from ( LOG ) After submission send them back to that site /?php> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    ok I know what you want to log....but explain the submissions part...submissions to your ddl submit page or what?

  4.     
    #3
    Member
    Website's:
    qwerty-roms.net
    Dude.. why not just user AWStats in cpanel, does the same thing, tells you where your visitors came from.

    ^^

  5.     
    #4
    Member
    Website's:
    pspmafia.com zrev.net
    Code: 
    <?php
        
    //logs the reffer
        $previous = $_SERVER['HTTP_REFERER'];
        
        
    //writes the info to a file called logfile.html
    $myFile = "logfile.html";
        $fh = fopen($myFile, 'a') or die("can't open file");
            $stringData = $previous . "<br />";
                fwrite($fh, $stringData);
                    fclose($fh);
    ?>
        
    <!-- redirects the user to the previous page.  //-->
    <script type="text/javascript">
    <!--
    window.location = "<? echo $previous; ?>"
    //-->
    </script>
    I believe that's what you are looking for, however if you want it mysql based, then let me know and I'll code you something up
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





  6.     
    #5
    Banned
    Ill just use recent visitors.

  7.     
    #6
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    Bread, don't use javascript for that. Never use JS without an alternative for non-js users.

    Use php's header() or a meta tag.

  8.     
    #7
    Member
    Website's:
    pspmafia.com zrev.net
    Oh, good point JmZ, never thought of that. Thanks for the tip
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] Excellent Matrimonial Script| Complete readymade Matrimony Script Available
    By matriscript4u in forum Marketplace (Buy, Sell and Trade)
    Replies: 0
    Last Post: 23rd Oct 2012, 02:54 PM
  2. Replies: 12
    Last Post: 13th Mar 2012, 02:23 PM
  3. [Selling] Rslinkgens Premium link generator script V1 -Most advanced and viral script
    By vccshopper in forum Completed Transactions
    Replies: 0
    Last Post: 24th Jun 2011, 08:10 PM
  4. [Selling] A.A.S. (Adult Automated Script For ClipBucket Video Script)
    By tangi in forum Completed Transactions
    Replies: 0
    Last Post: 25th Mar 2011, 12:45 PM
  5. need text hosting script or link shorter script
    By onel0ve in forum General Discussion
    Replies: 3
    Last Post: 16th Jan 2011, 08:26 AM

Tags for this Thread

BE SOCIAL