Jump to content

kthomas

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kthomas's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you, lochshire, for the good advice.  Since I have been searching for a way to fix this, I have seen a couple of people mention something about the bugs.  Perhaps the best thing would be to scrap it. Back to the drawing board... Sincerely, kthomas
  2. Hi, I simply cannot figure out why my JV Firesale Automator script will not credit any affiliate whose ID number is 2 or above.  It works perfectly if someone goes to the affiliate link for ID number 1. For the ID number 1 link, when new people register at that page, the referrer in the mysql database shows up as 1. For any other ID number link, when new people register at their page, the referrer in the mysql database shows up as 0, instead of the actual referrer ID number. I had put in an earlier request for help, showing my rewrite rules, in case that was the problem, and it got moved to the Apache server section, but I have no idea if it is, indeed, a rewrite rule problem.  Because the affiliate pages DO show up, and people are able to register as new members through them, but then the affiliate doesn't get credited as the referrer. Perhaps it is in the PHP script itself.  Maybe something in the registerm.php file.  There are several files the script can call up, depending on if a JV partner or a regular person is registering, but they all seem to say the same thing in the section where it is supposed to post the referrer ID into the mysql database. Will it help to post the registerm.php file here, or is that some other kind of problem?  I am such a noob about these things. Any help anyone can give will be most appreciated, as one of my member sites has virtually been shut down for at least 6 weeks now, ever since I went to switch to this JV Firesale Automator software, and incurred this referral crediting problem. What do you think?  Is it the script, or those rewrite rules, which could cause this?  If it is the rewrite rules, then I will just stick to that Apache server section of the forum. Once again, I am so glad to have found you guys.  One of these days I will learn enough to help out some others.  I've certainly seen how frustrating it can be when your script just doesn't work! Thanks, kthomas
  3. Hi, So nice to have found this forum! Is there something wrong with these rewrite rules which would cause referral crediting problems? The affiliate links work, ie the webpage does come up showing the affiliate's ID, but when someone registers for the site from their page, no one gets credited for the referral. This happens for all affiliate IDs from 2 upwards.  Now if someone goes to the affiliate page for ID number 1, then ID number 1 DOES get credited for the referral, and DOES get listed as the new member's referrer in the database. For all other affiliate IDs, no one shows up as their referrer in the database. Here are those rewrite rules: RewriteEngine on RewriteRule ^go/([0-9]+)/?$ /parser.php?refid=$1 RewriteRule ^jv/go/([0-9]+)/?$ /register.php?refid=$1&jv=yes Thanks for all your help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.