GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   AFF!! Please explain this to me.... my links not working (https://gfy.com/showthread.php?t=633012)

spacedog 07-13-2006 06:25 PM

AFF!! Please explain this to me.... my links not working
 
Ok.,,
here is a link for one of your FHG with my linking code & affiliate id
http://adultfriendfinder.com/go/page...id=g763772-pct

notice the pid=g763772

when you go to the gallery,
why is it that instead of pid g763772 it shows p181022 ???

on another note,, seems the id is getting erased all together if it is used with trade script? All the AFF galleries on my site at http://www.xxxdates.com , when visitor gets sent to gallery, my id is completely erased?? This does not happen unless it's with the trade script url before the gallery url

sharp 07-13-2006 06:56 PM

See sig.... :P

muahha

Jace 07-13-2006 06:59 PM

Quote:

Originally Posted by astar
See sig.... :P

muahha

'you are a worthless waste of space


I just tried that link spacedog and you are right, wrong aff id in that gallery, that is fucked up

summerland 07-13-2006 07:00 PM

It is a big virus.

GonZo 07-13-2006 07:00 PM

I bet they are going to tell you the system "burped".

Lycanthrope 07-13-2006 07:12 PM

I thought you were removing all of their links anyway? :winkwink:

teksonline 07-13-2006 07:31 PM

your link just appears wrong

http://adultfriendfinder.com/go/page...id=g763772-pct

maybe should be...
http://adultfriendfinder.com/go/page...id=g763772-pct

Jace 07-13-2006 07:33 PM

Quote:

Originally Posted by teksonline

I am getting the same result on both pages

spacedog 07-13-2006 07:43 PM

Something to do with the outphp? thing before the url.. on another site of mine, I notice that it happens to pimproll & a couple others,,, fucking should've stayed with damn blogs,,

teksonline 07-13-2006 07:46 PM

Quote:

Originally Posted by Jace
I am getting the same result on both pages

I edited that post it had a typo in the fixed link... look at the original
link it is so wrong... no ? for the query_string, only a & which is an append to the query string, as far as your script goes, most likely because its a bad url...
and or database is causing the problem because of the & key

Jace 07-13-2006 07:52 PM

Quote:

Originally Posted by teksonline
I edited that post it had a typo in the fixed link... look at the original
link it is so wrong... no ? for the query_string, only a & which is an append to the query string, as far as your script goes, most likely because its a bad url...
and or database is causing the problem because of the & key

I clicked on the edited one, this one http://adultfriendfinder.com/go/page...id=g763772-pct

I still get another affiliate code on the landing page

SmokeyTheBear 07-13-2006 07:55 PM

the link is fine those ar elike sub id's look on the source code of the target page you will find you "g" ref id

SmokeyTheBear 07-13-2006 07:56 PM

click on thru the first link you posted.. you will find this on the join page

<input type="hidden" name="from_ad" value="g763772-pct">

Sexxxy Sites 07-13-2006 07:59 PM

The first link you posted works fine. The problem is not with AFF.

spacedog 07-13-2006 08:24 PM

Quote:

Originally Posted by Sexxxy Sites
The first link you posted works fine. The problem is not with AFF.

ok, so how do I solve problem of trade script fucking up the link,,

The url is entered correct, but when clicked, portion of the end of url gets cut off.. it comes out as http://adultfriendfinder.com/go/page/tgp_ffadult_44

SmokeyTheBear 07-13-2006 09:53 PM

Quote:

Originally Posted by spacedog
ok, so how do I solve problem of trade script fucking up the link,,

The url is entered correct, but when clicked, portion of the end of url gets cut off.. it comes out as http://adultfriendfinder.com/go/page/tgp_ffadult_44

you cant pass along 2 & symbols to one & symbol

example if my script points to http://www.mysite.com/out.php?url=ht...44&id=blahblah

your script is getting 2 variables, so one is the cutoff link "http://adultfriendfinder.com/go/page/tgp_ffadult_44" and the second variable is "id=blahblah"

to fix this it depends on the script , but if you icq me i can prob solve it pretty quickly

using the example above you could simply put as your first line

if (preg_match("/adultfriendfinder/", $url)) {
$url = "$url&id=$id";
}

4Pics 07-13-2006 09:58 PM

Your just need to urlencode your links if they have more then one variable in the url.

KrisKross 07-13-2006 10:02 PM

If you're familiar with PHP, you can modify the out.php script. Or you could just use a URL encoder like this one: http://meyerweb.com/eric/tools/dencoder/

fatman1 07-13-2006 10:12 PM

this is very common. known as shaving.


lmao

Damian_Maxcash 07-13-2006 10:28 PM

Quote:

Originally Posted by 4Pics
Your just need to urlencode your links if they have more then one variable in the url.

http://meyerweb.com/eric/tools/dencoder/

I use this

spacedog 07-13-2006 10:31 PM

thanks ..........

studiocritic 07-13-2006 11:41 PM

yep, urlencode and urldecode is the solution.

when writing the links that go thru the outscript..

$outurl = "http://www.aol.com/?a=1&b=2";
$outurl = "/out.php?url=". urlencode($outurl);

then in out.php
header("Location: ". urldecode($_GET["url"]));

this might have typos and such, i didnt check it

CamsLord 07-13-2006 11:49 PM

thats fucked up.. bump for an AFF explanation


All times are GMT -7. The time now is 10:20 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123