Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-08-2003, 05:57 PM   #1
Oracle Porn
Affiliate
 
Oracle Porn's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Icq: 94-399-723
Posts: 24,433
Im looking for a good script that tracks clicks out

Only tracks clicks out
want to know where the click is coming from and where its going to...
something good and professional
__________________


Oracle Porn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:00 PM   #2
pantymaniac
Confirmed User
 
Join Date: Feb 2003
Location: In Your GF's Panty.
Posts: 1,192
3000 post without knowing this ?

you are a lamest sig whore ever GFY meets


GFY idiot !
__________________
This place is for RENT
pantymaniac is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:01 PM   #3
doober
Confirmed User
 
Join Date: Jul 2003
Location: in yoOoo kitchen
Posts: 6,984
no shit
doober is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:06 PM   #4
gin
Confirmed User
 
Join Date: Sep 2003
Posts: 672
so, some one help him, then maybe alot of people will use it and see their 1:1000 sponsor ratio's are sometimes really 1:5,000.. i have a simple php script that tracks clicks and version of ie..

PHP Code:
<?

function getlang() {
    $headers = getallheaders();
    if(!empty($headers['Accept-Language'])) return chop($headers['Accept-Language']);
    else return "en-us";
}

function addcounter($file) {
    if(file_exists($file)) {
        $lines = file($file);
        $amt = chop($lines[0]);
        if(!isset($amt) || $amt hahahaha "") $amt = 1;
        else $amt++;
        $fp = fopen($file, "w+");
        fputs($fp, $amt);
        fclose($fp);
    }else {
        touch($file);
        chmod($file, 0666);
        addcounter($file);
    }
}


$lang = getlang();
addcounter("langs/" . $lang . ".txt");

switch($lang) {
    case "en-us": header("Location: [url]http://www.domain.com/?id=a[/url]"); die();

    case "en-ca": header("Location: [url]http://www.domain.com/?id=a[/url]"); die();

    case "en": header("Location: [url]http://www.domain.com/?id=a[/url]"); die();
}

header("Location: [url]http://www.dialer.com/[/url]");

?>
make the folder /langs/ and chmod it
gin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:20 PM   #5
Oracle Porn
Affiliate
 
Oracle Porn's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Icq: 94-399-723
Posts: 24,433
Quote:
Originally posted by gin
so, some one help him, then maybe alot of people will use it and see their 1:1000 sponsor ratio's are sometimes really 1:5,000.. i have a simple php script that tracks clicks and version of ie..

PHP Code:
<?

function getlang() {
    $headers = getallheaders();
    if(!empty($headers['Accept-Language'])) return chop($headers['Accept-Language']);
    else return "en-us";
}

function addcounter($file) {
    if(file_exists($file)) {
        $lines = file($file);
        $amt = chop($lines[0]);
        if(!isset($amt) || $amt hahahaha "") $amt = 1;
        else $amt++;
        $fp = fopen($file, "w+");
        fputs($fp, $amt);
        fclose($fp);
    }else {
        touch($file);
        chmod($file, 0666);
        addcounter($file);
    }
}


$lang = getlang();
addcounter("langs/" . $lang . ".txt");

switch($lang) {
    case "en-us": header("Location: [url]http://www.domain.com/?id=a[/url]"); die();

    case "en-ca": header("Location: [url]http://www.domain.com/?id=a[/url]"); die();

    case "en": header("Location: [url]http://www.domain.com/?id=a[/url]"); die();
}

header("Location: [url]http://www.dialer.com/[/url]");

?>
make the folder /langs/ and chmod it
hey bro whats your icq?
__________________


Oracle Porn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:32 PM   #6
chrisp420
Confirmed User
 
Join Date: Aug 2002
Location: NY/MA
Posts: 572
oracle: i wrote one in perl that logs everything to mysql and all if your down with that.. 327189899
__________________
icq: 327189899
chrisp420 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:33 PM   #7
Babaganoosh
♥♥♥ Likes Hugs ♥♥♥
 
Babaganoosh's Avatar
 
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
Here ya go

http://www.adultdevil.com/scripts/free.shtml
__________________
I like pie.
Babaganoosh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:52 PM   #8
Theo
HAL 9000
 
Industry Role:
Join Date: May 2001
Posts: 34,515
an alternative
http://php.warpedweb.net/
phpclicklog

no mysql required
Theo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-08-2003, 06:58 PM   #9
Dawgy
Confirmed User
 
Join Date: Jul 2001
Posts: 5,856
Quote:
Originally posted by Armed & Hammered
Here ya go

http://www.adultdevil.com/scripts/free.shtml
how much traffic can that handle?

i notice thehun is using something now. cant imagine what he's got running to handle the volume.
__________________
the revolution is coming.
Dawgy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.