- This topic is empty.
-
AuthorPosts
-
March 29, 2012 at 4:28 pm #822965
Anonymous
Inactivedays and days to change a few links ? it should take you no more then a few hrs to do
March 29, 2012 at 8:52 pm #822984Anonymous
InactiveI understand it when outside forces (like the gov) require a change, as long as you aren’t ignoring current wisdom you set it up in the first place.
But to eliminate a tracking systems without PLENTY of advance notice is just asinine.
That was my ‘pet peeve’ for years.Any casino that cannot update their own banners is just backwards.
( Remember – We use that opportunity to remove underperforming sites that ‘tick us off’)
March 30, 2012 at 1:02 am #822992
roydonMemberWhen the DOJ comes knocking you can’t expect to get much notice. That being said, the sign of a good program is one that prepares for this sort of thing in advance and just hopes they never have to act on it.
March 30, 2012 at 4:29 am #822994
biggygMemberBest thing I ever did was use a php redirect code for all links.Takes just a minute to change thousands of links,worth investigating
March 30, 2012 at 3:20 pm #823003Anonymous
Inactive@casinobonusguy 237955 wrote:
Best thing I ever did was use a php redirect code for all links.Takes just a minute to change thousands of links,worth investigating

Agreed.
Here’s the code and instructions.
First create a new folder like go or visit
Now you will need to create a new .php file for each casino. it will look like this xyzcasino.phpInside the .php file will be this code
header("location: http://www.YOURWEBSITE.com/go/xyzcasino.php"); ?>
March 30, 2012 at 3:24 pm #823004Anonymous
InactiveMeh,
It won’t let me post the code.
March 31, 2012 at 3:53 pm #823025Anonymous
InactiveYou can send it to me via pm that would be great, we have thought of doing this in the past but with well over 40 sites and 9 yrs of links it will be quite a pain to go back and add the code. So for any new affiliates starting out this is something that you really should do.
March 31, 2012 at 5:52 pm #823029Anonymous
Inactivesimple SQL db, php script you can even have all your sites poiunt to one domain you own for the re-directs if you like. So every banner and link will simply be a link to your redirector..
You can even count clicks then and get real mad at the aff programs that count less than you do lol
April 1, 2012 at 11:42 am #823051
LucretiaMemberI see you all have /go/’s for each site for redirects is it ok to have just 1 domain for the use of redirects – on all sites – that would save me a lot of time?
April 1, 2012 at 12:18 pm #823052Anonymous
InactiveIf you use wordpress just search for ‘affiliate redirect’ in the plugins section, there are loads of free plugins that handle this for you.
April 2, 2012 at 2:12 am #823056Anonymous
Inactive@allfreechips 238001 wrote:
simple SQL db, php script you can even have all your sites poiunt to one domain you own for the re-directs if you like. So every banner and link will simply be a link to your redirector..
Thats the best way to do it..
I set it up with htaccess as well
so you can do stuff like
xhttp://www.website.com/go/casino-namea
xhttp://www.website.com/go/casino-namebso every thing after “go” exists, and is searched in the DB to return a banner.
I’ve though of extending the banner serving by adding geo targeting as well. If I have a Russian casino, I display all Russian, Ukrainian traffic a Russian gambling property, china/singapore/hong kong etc an asian language gambling property
might write this today..
-
AuthorPosts