QuickTopic (SM) free message boards QuickTopic (SM) free message boards
Skip to Messages
  Sign In to access your topic list  |New Topic |My Topics|Profile
Upgrade to Pro   Customize, show pictures, add an intro, and more:   QuickTopic Pro...and check out QuickThreadSM
Topic: Refer 2.0
Views: 1616, Unique: 788 
Subscribers: 1
What's
this?
Printer-Friendly Page
Subscribe to get & post, or stop messages by email Subscribe
All messages    << 36-41  20-35 of 41  4-19 >>
About these ads
Who | When
Messagessort recent-bottom   
Post a new message
 
Dean AllenPerson was signed in when posted  35
06-18-2003 02:05 PM ET (US)
Edited by author 06-18-2003 02:06 PM
Thanks, Donna. You're bomb-donna-diggity yourself.

What to expect in 2.01, apart from stability and speed improvements, can be seen here:

http://www.textism.com/refer/
Donna  34
06-17-2003 04:15 PM ET (US)
Dean, I'd just like to echo the earlier message that asserted you were the bomb-diggity. For some unknown reason, I've held off on installing Refer, and it is absolutely swell. Plus, with your instructions and the comments here, troubleshooting was a breeze - no trouble at all. Thanks!

Donna
deliriouscool.org
Dondi  33
06-17-2003 04:04 PM ET (US)
I was creating entirely new databases for the Refer table. I went ahead and created the table. I went to refer/index.php and got some kind of message regarding line 5 of index.php. I uncommented line 3 of index.php and did a quick test. It's all good. Thanks Dean.
Jason  32
06-17-2003 02:39 PM ET (US)
Edited by author 06-17-2003 02:49 PM
Ahh! eveything has gone haywire. Yes Dean, I did create a shiny new db...but now I am getting a different error from setupbd.php:

Parse error: parse error in /home/.kader/icthyo/jasonsantamaria.com/refer/refer.php on line 179

Fatal error: Call to undefined function: postset() in /home/.kader/icthyo/jasonsantamaria.com/refer/setupdb.php on line 3

This is what I have set:
 $host = 'localhost'; // MySQL server, frequently "localhost"
 $db = 'refersdb'; // database name
 $table = 'refer'; // any name you like - installer will create the table

I know my pass and username are good...it seems like it is having trouble with my server name. "localhost" doesn't work....I set up a MySQL Hostname on my server which is "refer.mywebsite.com" which doesn't work...my db is located on my host's server "scruple" and that doesn't work.

What am I doing wrong here? Throw a brick at my head.
Dean AllenPerson was signed in when posted  31
06-17-2003 02:13 PM ET (US)
The

Fatal error: Cannot redeclare refer_list()

message shouldn't be happening unless BOTH

- an .htaccess file is being used to auto-prepend refer.php

AND

The # has been deleted on line 3 of /refer/index.php

Can those who've been getting this error confirm this isn't the case?
Dean AllenPerson was signed in when posted  30
06-17-2003 01:45 PM ET (US)
Edited by author 06-17-2003 01:53 PM
Dondi, Jason -
Am I correct in assuming you've created entirely new databases for the Refer table?

If so, then go ahead and create the table - that error message effectively means nothing, other than that it couldn't list any tables in the db (which would be true if no others had been created yet)
Jason  29
06-17-2003 11:19 AM ET (US)
I am having the same problems as Dondi...I am sure its some small setting or something....any ideas?
amy  28
06-17-2003 09:37 AM ET (US)
Um.. I'm having a little trouble installing this. I followed the instructions.. but for some reason, this keeps on showing up:

Fatal error: Cannot redeclare refer_list() (previously declared in /home/arinya/public_html/xx/*/refer.php:93) in /home/arinya/public_html/xx/refer/refer.php on line 91

Help? x__x
Dondi  27
06-16-2003 09:01 PM ET (US)
I'm having a little trouble with setupdb.php for Refer 2.0. I get:

Warning: Wrong datatype for second argument in call to in_array in /home/dondi/public_html/refer2/setupdb.php on line 74

Database connection OK.

Create refer table?

This may have something to do with my 'db' and 'usr' are both 'dondi_refer'. Should I go ahead and create refer table anyway? Should I wait for 2.0.1?

I think Refer 2.0 is gonna be great once I get this little problem sorted out. Any tips are appreciated.

Thanks Dean for this tool.
wil  26
06-16-2003 05:16 PM ET (US)
I really couldn't find any referrer-tracker as good as refer, thank you for this.

One suggestion: my site gets a lot of hits from google. Wouldn't it be nice to have two seperate tables, one with the regular referrers and one with a list of google-searchwords instead of the Google-URI?
Amber  25
06-15-2003 03:40 PM ET (US)
OKay, that worked, thanks.

Now I have this:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/extasy/public_html/Refer/setupdb.php on line 70

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/extasy/public_html/Refer/setupdb.php on line 74

Database connection OK.

Create refer table?

-----------------------------------
I can't see what line 70 is because when I open it, it's all different.
Vixy  24
06-15-2003 03:28 PM ET (US)
amber: when you set up a db username and db, it's something_nameofdb

like mine undulant_refer for both db username, and db. might be causing your problem. so login to your cpanel, and copy/paste your dbname and username.
Amber  23
06-15-2003 03:10 PM ET (US)
Ahh, I'm dumb. I think I probably messed something up in the config so this is what I have: (I took out my pass)

<?php

/* _________________________________
      ________| |________
      \ | Refer | /
       \ | | /
       / |_________________________________| /___________) (___________
 Refer 2.0 - 5 June, 2003
 Copyright 2003 by Dean Allen - http://textism.com
 All rights reserved
*/


// edit these (must be inside 'quotes'):

 $usr = 'Amber'; // db username
 $pw = 'password'; // db password
 $host = 'localhost'; // MySQL server, frequently "localhost"
 $db = 'refer'; // database name
 $table = 'refer'; // any name you like - installer will create the table


// Fill these in to halt the recording of unwanted referrals
// (i.e., an overly frequent google search, or a robot that
// inserts a referrer for every page it visits) by matching a
// distinct phrase. To add more, just duplicate a line and put
// a different match phrase inside 'quotes'.

 $exclude[] = 'netnewswire';
 $exclude[] = 'newsaggregator';
 $exclude[] = 'syndirella';
 

// Your web domain, without 'www.'

 $mydomain = 'extasy-kissed.org';


// Display visitor addresses in the list? 'Y' or 'N'

 $showhost = 'Y';


// If displaying visitor addresses, trim down to top-level domain?
// (i.e., mindspring.com, tiscali.co.uk)? 'Y' or 'N'

 $trimhost = 'N';


// How many referrers do you want to view per page?

 $count = 50;


// Purge old referrers after how many days?

 $expire = 30;


// Name of your site (for RSS feed)

 $sitename = "Extasy Kissed";


// Enter the time difference in hours (i.e., +6 or -3)
// if any, between you and your webserver, otherwise use 0

 $tzoffset = 0;


// Delete the # at your preferred time format

 $tformat = "G:i"; // 12:00 (24hr clock)// END CONFIGURATION


--------------------------------
Help?
Vixy  22
06-15-2003 02:17 PM ET (US)
I really like Refer, altough 'one day' it just suddenly stopped tracking. I dont know why? and im not the sharpest knife in the drawer, so eep, can you help?
Lvcivs  21
06-15-2003 12:59 PM ET (US)
Dean, Refer is the bomb-diggity. It worked beautifully until I upgraded from 1.1 to 2.0, whereupon it broke. This is bad because I checked my referrers every day and was addicted to it (it's better than reality TV).

I think the problem is related to the PHP version, which problem you said you were fixing for 2.01. So my only point is that I eagerly await the release of the new version. :)
Christian MendozaPerson was signed in when posted  20
06-14-2003 09:32 PM ET (US)
Hello, I just installed Refer2.0 and I'm having some difficulties. First, the setup ran fine and create the refer table. I copied and pasted the code into my .htacess. But when I view refer/index.php, it doesn't log anything. But when I changed the $mydomain in the refer.php to my other domain (five30.com), it actually works and logs the referers fine. How come one works (five30.com) and the other doesn't (crishchun.com)? My refer directory is at http://crishchun.com/blog/refer/index.php. Also, is there a way I can block my IP so it doesn't record my hits whenever I refresh and update my site? Thanks for your help!

Christian
RSS link What's this?
All messages    << 36-41  20-35 of 41  4-19 >>
QuickTopicSM message boards
Over 200,000 topics served
Learn more Frequently asked questions  Acknowledgements
What they're saying about QuickTopic
 Questions, comments, or suggestions? Contact Us
Read our use policy before beginning. We value your privacy; please read our privacy statement.
Copyright ©1999-2008 Internicity Inc. All rights reserved.