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 04-28-2007, 01:56 AM   #1
Asir madul
Registered User
 
Join Date: Apr 2007
Posts: 5
21sexturycash cheating/shaving

Hello guys.

So, i go to one of the fgh's they have
h--p fhg.speculumplays.com/18046/index18046dbrown.html?nats=xxxxx4,0,0,0,20490[/url]

And hold and behold, on the view source there's

</style>
<script language="javascript" src="/include.js"></script>
</head>
<script language="JavaScript">
<!--
var gsDefaultNATS = "MDowOjI4";
var gsTrackingURL = "h--p signup.speculumplays.com/track/";
//-->
</script>

And my id definatelly is not MDowOjI4

Then i go to some other links i have of theirs, and ofcourse, there's again that user id. And i'm wondering why none of my surfers sign up.....

I'm gona see what the explanation for this is.

Here's the picture. Can't post it, so just a link. I edited my affilid so that my current earnings don't go to shithole since they might take reprecusions on me for outing them.

h--p img151.imageshack.us/img151/1460/clip2xb3.jpg
Asir madul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-28-2007, 02:00 AM   #2
darksoul
Confirmed User
 
darksoul's Avatar
 
Join Date: Apr 2002
Location: /root/
Posts: 4,997
the explanation is simple
Quote:
gsDefaultNATS = "MDowOjI4";
it means that code is used for visitors that came with no nats_id
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-28-2007, 02:09 AM   #3
Asir madul
Registered User
 
Join Date: Apr 2007
Posts: 5
That was not there like 5 days ago when i last checked it, and was not there when i started with them, which is like 6 months ago. I don't buy that. I don't have javascript on to see how it exactly works. For all i know, they can have another script on server running that's stripping my id every few clicks.
Asir madul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-28-2007, 02:12 AM   #4
en21
Confirmed User
 
Join Date: May 2006
Posts: 2,640
might be programming error LOL
en21 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 12:10 PM   #5
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
So how many people use these galleries? They rely on Javascript for the clicks to the sponsor site.
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 12:27 PM   #6
Sands
Confirmed User
 
Sands's Avatar
 
Join Date: Feb 2007
Location: 418194907
Posts: 3,134
I see that same code, but only on the FHG's for that particular site (Speculum Plays). I have serious doubts that there is any foul play here. Maybe emailing them about this first would have been a better idea than starting a post about it.
Sands is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 12:29 PM   #7
tranza
ICQ: 197-556-237
 
Join Date: Jun 2003
Location: BRASIL !!!
Posts: 57,559
I'm not a coder, but would like to see a third partie one commenting about what you just wrote.
__________________
I'm just a newbie.
tranza is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 12:35 PM   #8
Ayla_SquareTurtle
Confirmed User
 
Ayla_SquareTurtle's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: 5000 full paysite reviews and counting
Posts: 3,550
seems like the guy got mostly ignored back in April when he posted this
__________________
gone. long gone.

aylasquareturtle .."a"t".. gmail dawt com
Ayla_SquareTurtle is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 12:37 PM   #9
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
No, there didn't appear to be anything malicious abut the code.. However, those galleries rely on javascript being on for any clicks to get thru to the sponsor...
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 01:45 PM   #10
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
Quote:
Originally Posted by Tempest View Post
No, there didn't appear to be anything malicious abut the code.. However, those galleries rely on javascript being on for any clicks to get thru to the sponsor...
Exactly, they extract the nats ID and - if there is none - set it with their default ID.

function gotoTrackingURL()
{
if(gsNATS.length > 0)
document.location.href = gsTrackingURL + gsNATS;
else
document.location.href = gsTrackingURL + gsDefaultNATS;
}

This function compares the string length with 0. If it is >0, there is a nats ID which is kept. If it is = 0, that means the string is empty and they set the ID with their default.
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:05 PM   #11
CaptainHowdy
Too lazy to set a custom title
 
CaptainHowdy's Avatar
 
Industry Role:
Join Date: Dec 2004
Location: Happy in the dark.
Posts: 93,419
Quote:
Originally Posted by m4yadult View Post
Exactly, they extract the nats ID and - if there is none - set it with their default ID.

function gotoTrackingURL()
{
if(gsNATS.length > 0)
document.location.href = gsTrackingURL + gsNATS;
else
document.location.href = gsTrackingURL + gsDefaultNATS;
}

This function compares the string length with 0. If it is >0, there is a nats ID which is kept. If it is = 0, that means the string is empty and they set the ID with their default.

: / ...
__________________
"Tjeezers.cam wishes you a nice day”
CaptainHowdy is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:17 PM   #12
Asir madul
Registered User
 
Join Date: Apr 2007
Posts: 5
Hi again.

What's funny about a thread like this is to see how many people are gullable. Some points since my last post here

1. After i reported this, these things suddenly started dissapearing, no matter how "legit" they seem to you.
2. Everything was going okay after that, i was getting steady sales. I know my traffic, and when i target it like i did for 21sextury, i convert under 1:99, which is what was happening next month.
3. Then suddenly, the DDoS on their page appeared, they had to dish out for prolexic, and i haven't gotten 1 (one) signup after that. So far i'm around 1:1400 with them this month, and that's only because of the rebills i had from previous months, and because after i start sending the traffic like this, it's hard to stop it so fast.
4. Since i'm not a tool, i drop'd them in an instant (traffic is still going tho, but not for long), moved to another similar sponsor and am converting around 1:55 so far.
5. I only do revshare because i know my surfers are porn addicts and they STAY on quality websites.
6. Yes, i contacted their reps, their answer is "there is nothing wrong with signups, maybe that site you're sending it to is not good for your traffic". Orly? And it was good last few months, and what site would that be exactly since i send to ALL their sites?

Take care.
Asir madul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:24 PM   #13
Sands
Confirmed User
 
Sands's Avatar
 
Join Date: Feb 2007
Location: 418194907
Posts: 3,134
Quote:
Originally Posted by Asir madul View Post
Hi again.

What's funny about a thread like this is to see how many people are gullable. Some points since my last post here

1. After i reported this, these things suddenly started dissapearing, no matter how "legit" they seem to you.
2. Everything was going okay after that, i was getting steady sales. I know my traffic, and when i target it like i did for 21sextury, i convert under 1:99, which is what was happening next month.
3. Then suddenly, the DDoS on their page appeared, they had to dish out for prolexic, and i haven't gotten 1 (one) signup after that. So far i'm around 1:1400 with them this month, and that's only because of the rebills i had from previous months, and because after i start sending the traffic like this, it's hard to stop it so fast.
4. Since i'm not a tool, i drop'd them in an instant (traffic is still going tho, but not for long), moved to another similar sponsor and am converting around 1:55 so far.
5. I only do revshare because i know my surfers are porn addicts and they STAY on quality websites.
6. Yes, i contacted their reps, their answer is "there is nothing wrong with signups, maybe that site you're sending it to is not good for your traffic". Orly? And it was good last few months, and what site would that be exactly since i send to ALL their sites?

Take care.
I'm trying to understand why you'd label some of us as gullible. What exactly started disappearing after you reported this? I've used 21sexturycash for a few months, and I make a few sales here and there. This isn't surprising since I only promote them on two low traffic blogs (only around 100 visits per day each), but I haven't noticed any real discrepancy between pre-ddos and post-ddos stats. I may have too few sales to tell, but I can confirm that I have gotten sales after that whole episode.

I sent them a link to this thread so hopefully we'll get an official response from them.
Sands is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:29 PM   #14
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
Glad I found this thread as they have a couple sites I was interested in promoting.. But I won't with that on their galleries.
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:34 PM   #15
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
I don´t get the relation between your statement above and the javascript code on their site.

They set a default nats code on a gallery which will be set if there is no ref code. Even if the surfer has javascript disabled, your nats ID isn´t touched, as far as I read the script.

So what´s your point?
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:43 PM   #16
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
Quote:
Originally Posted by m4yadult View Post
I don´t get the relation between your statement above and the javascript code on their site.

They set a default nats code on a gallery which will be set if there is no ref code. Even if the surfer has javascript disabled, your nats ID isn´t touched, as far as I read the script.

So what´s your point?
What part of "javscript has to be on for the clicks to get to the sponsor" aren't you getting? i.e. this is the link
Code:
<a onClick="gotoTrackingURL()" href="#nothing">
Never mind the thing about javascript being on or not, but they've got that code in a seperate included file.. damn easy to introduce little mistakes every once and awhile and my gallery scanners won't be able to detect it.
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:47 PM   #17
AK
MadZuma
 
AK's Avatar
 
Industry Role:
Join Date: Nov 2003
Location: California
Posts: 6,436
Quote:
Originally Posted by Asir madul View Post
Hi again.

What's funny about a thread like this is to see how many people are gullable. Some points since my last post here

1. After i reported this, these things suddenly started dissapearing, no matter how "legit" they seem to you.
2. Everything was going okay after that, i was getting steady sales. I know my traffic, and when i target it like i did for 21sextury, i convert under 1:99, which is what was happening next month.
3. Then suddenly, the DDoS on their page appeared, they had to dish out for prolexic, and i haven't gotten 1 (one) signup after that. So far i'm around 1:1400 with them this month, and that's only because of the rebills i had from previous months, and because after i start sending the traffic like this, it's hard to stop it so fast.
4. Since i'm not a tool, i drop'd them in an instant (traffic is still going tho, but not for long), moved to another similar sponsor and am converting around 1:55 so far.
5. I only do revshare because i know my surfers are porn addicts and they STAY on quality websites.
6. Yes, i contacted their reps, their answer is "there is nothing wrong with signups, maybe that site you're sending it to is not good for your traffic". Orly? And it was good last few months, and what site would that be exactly since i send to ALL their sites?

Take care.

in that case, if you are converting well, and you have cams and dating traffic. talk to me.
i will work with you closely and wil lbe available for you almost 24 hr ;) i still take weekends off..
__________________
Alfonsus Kusuma (AK)
ak at madzuma.com
skype me - alfonsus.com

Last edited by AK; 06-26-2007 at 02:49 PM..
AK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 02:57 PM   #18
BradM
Confirmed User
 
Join Date: Dec 2003
Location: 1123,6536,5231
Posts: 3,397
Quote:
Originally Posted by Tempest View Post
What part of "javscript has to be on for the clicks to get to the sponsor" aren't you getting? i.e. this is the link
Code:
<a onClick="gotoTrackingURL()" href="#nothing">
Never mind the thing about javascript being on or not, but they've got that code in a seperate included file.. damn easy to introduce little mistakes every once and awhile and my gallery scanners won't be able to detect it.
Yep. Fuckers. I don't trust people like them anyway if you catch my drift.
BradM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 03:03 PM   #19
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
Quote:
Originally Posted by Tempest View Post
What part of "javscript has to be on for the clicks to get to the sponsor" aren't you getting? i.e. this is the link
Code:
<a onClick="gotoTrackingURL()" href="#nothing">
Never mind the thing about javascript being on or not, but they've got that code in a seperate included file.. damn easy to introduce little mistakes every once and awhile and my gallery scanners won't be able to detect it.
Well, they define two variables on the gallery:

var gsDefaultNATS = "MDowOjI4";
var gsTrackingURL = "http://signup.speculumplays.com/track/";

than they include the two functions and define gsNATS with the extract from the first function.

I´m not a progger, but does that script replace anything if javascript is disabled?

But on the other hand you are right, you can easily exchange the variable settings and replace the refcodes in their included file.
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 03:16 PM   #20
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
Quote:
Originally Posted by m4yadult View Post
Well, they define two variables on the gallery:

var gsDefaultNATS = "MDowOjI4";
var gsTrackingURL = "http://signup.speculumplays.com/track/";

than they include the two functions and define gsNATS with the extract from the first function.

I´m not a progger, but does that script replace anything if javascript is disabled?

But on the other hand you are right, you can easily exchange the variable settings and replace the refcodes in their included file.
If javascript is OFF, NONE of the code executes.. so in that case, the variables don't matter anyway since the links that are supposed to lead to the site effectively look like this to the browser:

Code:
<a href="#nothing">
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 03:32 PM   #21
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
Quote:
Originally Posted by Tempest View Post
If javascript is OFF, NONE of the code executes.. so in that case, the variables don't matter anyway since the links that are supposed to lead to the site effectively look like this to the browser:

Code:
<a href="#nothing">
Thank´s, now I got it.

But if I´m right, you could set the variable gsNATS on the included file with a NATS ID and if javascript is enabled, it will change the NATS ID to the setting of the variable?
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 04:07 PM   #22
Asir madul
Registered User
 
Join Date: Apr 2007
Posts: 5
Quote:
Originally Posted by Sands View Post
I'm trying to understand why you'd label some of us as gullible. What exactly started disappearing after you reported this? I've used 21sexturycash for a few months, and I make a few sales here and there. This isn't surprising since I only promote them on two low traffic blogs (only around 100 visits per day each), but I haven't noticed any real discrepancy between pre-ddos and post-ddos stats. I may have too few sales to tell, but I can confirm that I have gotten sales after that whole episode.

I sent them a link to this thread so hopefully we'll get an official response from them.
Didn't mean to offend you in particular, or anyone for that matter, the gullible part was directed towards those that dismiss the initial remark without thinking even the slightest. Just because something looks at first as okay, doesn't mean it's okay. What started dissapearing are those javascripts. (seems they dissapear/appear randomly). I often scan my links for shady stuff and check my outgoing traffic with the one that is beeing received on the sponsor end. I don't mind some discrepancies as long as it's something understandable.
I don't expect much from them at this point except "give me your id and i'll check it out", which i won't at this point not to lose the account. I'll get my money out of there and that's it, we go separate ways. Shame, cause they DO have quality sites.

AK. I don't have dating/cam traffic, and i don't promote sponsors that have too many contests. Best ones for my traffic are revshare only, and those without any contests. Those seem to match my outgoing clicks the best. Most of the sponsors i promote/promoted aren't even present on gfy except few posts here and there

Enjoy yourself people.
Asir madul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 05:36 PM   #23
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
Quote:
Originally Posted by m4yadult View Post
But if I´m right, you could set the variable gsNATS on the included file with a NATS ID and if javascript is enabled, it will change the NATS ID to the setting of the variable?
Yes.....
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-26-2007, 07:13 PM   #24
million
Confirmed User
 
Join Date: Apr 2006
Location: Pornyland
Posts: 789
One more to add to my shavers list
__________________
<sig spot goes here>
million is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 05:47 AM   #25
MrLuvr
Confirmed User
 
Join Date: Nov 2004
Posts: 538
Does someone have a verified shavers list?
MrLuvr is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 06:03 AM   #26
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
It could be nats malfunction,i dont hear for this first time.
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 06:16 AM   #27
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
You people make me sleepy...
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 08:42 AM   #28
hzoltan
Confirmed User
 
hzoltan's Avatar
 
Join Date: Mar 2006
Location: 21sextury Cash HQ
Posts: 2,007
Sorry for the long waiting, but here's the official answer to the related problem.
Many of you guys might think we are doing some kind of shaving because we are using javascript code in our fhg galleries.

We have changed to javascript over PHP, because apache with php is not the fastest solution on the market for this kind of functionality, therefore we thought improving the server performance would be good for all of us. Why? PHP was only used to append the NATS code to the tracking urls in the galleries and we were able to port this functionality over to javascript.

So let?s see, how does it work. If you look at the source code of the galleries, you can see this.

<script language="javascript" src="/include.js"></script>
</head>
<script language="JavaScript">
<!--
var gsDefaultNATS = "MDowOjQ";
var gsTrackingURL = "http://signup.assholefever.com/track/";
//-->
</script>

This line loads up the include.js file for the free hosted gallery
<script language="javascript" src="/include.js"></script>
</head>

The include.js file hold gallery independent javascript code.

Below that, you can see the following lines.
<script language="JavaScript">
<!--
var gsDefaultNATS = "MDowOjQ";
var gsTrackingURL = "http://signup.assholefever.com/track/";
//-->
</script>

These are gallery specific javascript codes.

gsDefaultNATS is the DEFAULT nats code, if THERE IS NO reseller specific one.
gsTrackingURL is the site tracking url, where visitors should go to if they click on the links.

To see, what kind of code is in the include.js file, simply enter this url in your browser: http://fhg.assholefever.com/include.js
Of course you can replace the assholefever.com domain to any other domain of ours, if you would like to check on them as well.
For example: http://fhg.dpfanatics.com/include.js

Now let?s see what is in the javascript file.

----- CONTENT OF JAVASCRIPT FILE ? START -----

function getGETParameter(psParameterName)
{
var lsReturn = "";
var lsURL = document.URL;
if (lsURL.indexOf("?") > -1 )
{
var lsParameterString = lsURL.substr(lsURL.indexOf("?"));
var laParameter = lsParameterString.split("&");
for ( var liParameterCounter = 0; liParameterCounter < laParameter.length; liParameterCounter++ )
{
if (laParameter[liParameterCounter].toLowerCase().indexOf(psParameterName.toLowerCase () + "=") > -1 )
{
var lsParameter = laParameter[liParameterCounter].split("=");
lsReturn = lsParameter[1];
break;
}
}
}
return lsReturn;
}

function gotoTrackingURL()
{
if(gsNATS.length > 0)
document.location.href = gsTrackingURL + gsNATS;
else
document.location.href = gsTrackingURL + gsDefaultNATS;
}

var gsNATS = getGETParameter("nats");

----- CONTENT OF JAVASCRIPT FILE ? END -----


Let?s see what is what in the javascript file.

function getGETParameter(psParameterName) is a function that is looking for a specific GET parameter in the requested FHG URL using the value of psParameterName variable.

For example:

This is the request URL: http://fhg.assholefever.com/8142/ind...er,0,0,0,41020

Everything behind the ? sign is what we call GET parameters, if there are more than one parameter, they are separated by the & sign. In the example url there is one GET parameter, this is the LINKING CODE: nats=darksider:partner:assholefever,0,0,0,41020

So the output of the getGETParameter(?nats?) will be darksider:partner:assholefever,0,0,0,41020.

function gotoTrackingURL() is a function that puts together the full target URL, where visitors should go when they click on a link. This url contains the tracking url and the NATS CODE, if there is no reseller specific nats code in gsNATS variable, then we are using gsDefaultNATS variable site specific NATS code.

How do we decide if there is no reseller code, in this line:
if(gsNATS.length > 0)

if gsNATS variable has more than 0 characters, THERE IS RESELLER SPECIFIC NATS code and WE USE THAT.

We have arrived to the last lime
var gsNATS = getGETParameter("nats");

this is where we set up RESELLER SPECIFIC NATS CODE for the whole gallery, so looking at the above example, if the requested FHG url is http://fhg.assholefever.com/8142/ind...er,0,0,0,41020

then gsNATS will be ?darksider:partner:assholefever,0,0,0,41020?.

Let?s see the runtime flow.

Visitor loads up the http://fhg.assholefever.com/8142/ind...er,0,0,0,41020 into the browser.

Before the browser shows the HTML page, include.js loads up and gsNATS, gsDefaultNATS, gsTrackingURL gets initialized.

So when the page get shows up in the browser

gsNATS will has the value ?darksider:partner:assholefever,0,0,0,41020?
gsDefaultNATS will has the value "MDowOjQ"
gsTrackingURL will has the value "http://signup.assholefever.com/track/"

if you check into the HTML source you can see lines like this onClick="gotoTrackingURL()".

This is responsible for sending the visitors to the tracking URL when they are clicking on a the link.

So, this is how galleries are working, sorry if it has become a bit too technical!
__________________
Gabriel - [email protected] - ICQ 636275551
hzoltan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 09:38 AM   #29
gero
Registered User
 
Join Date: May 2004
Location: Budapest
Posts: 64
Dear Asir,

Hi Guys, and especially Asir Madul!

I'd like to give you some advices what I have already learned from life. Before you make a statement on anything, it's better if you get to a certain level of knowledge on that issue, otherwise you will easily end up looking like a total idiot.

Also calling somebody a shaver is a big aspersion, mostly if you don't have proof. In the civilized part of the world you can get easily sued for such statements, and you might end up paying a great sum of cash in the name of defamation.

So after you read our post on how NATS works with our FHGs, and after you realized that WE HAVE NOTHING TO DO WITH SHAVING, I hope you feel really ashamed, and ask for apologies.

Thank you
gero is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 09:45 AM   #30
gero
Registered User
 
Join Date: May 2004
Location: Budapest
Posts: 64
Quote:
Originally Posted by BradM View Post
Yep. Fuckers. I don't trust people like them anyway if you catch my drift.
Could you please specify, the "People like them" part? Also what is the problem with the trust factor? So I can understand "people like you", because I want to understand. Thanks.

Last edited by gero; 06-27-2007 at 09:47 AM..
gero is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 09:58 AM   #31
gero
Registered User
 
Join Date: May 2004
Location: Budapest
Posts: 64
Quote:
Originally Posted by Tempest View Post
Glad I found this thread as they have a couple sites I was interested in promoting.. But I won't with that on their galleries.
Could you please advise on this? Why is it? Also what can we do in order to have your business? You seems experienced and well educated, so I wouldn't mind to hear your thoughts on this issue.
gero is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 09:58 AM   #32
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
Quote:
Originally Posted by gero View Post
Hi Guys, and especially Asir Madul!

I'd like to give you some advices what I have already learned from life. Before you make a statement on anything, it's better if you get to a certain level of knowledge on that issue, otherwise you will easily end up looking like a total idiot.

Also calling somebody a shaver is a big aspersion, mostly if you don't have proof. In the civilized part of the world you can get easily sued for such statements, and you might end up paying a great sum of cash in the name of defamation.

So after you read our post on how NATS works with our FHGs, and after you realized that WE HAVE NOTHING TO DO WITH SHAVING, I hope you feel really ashamed, and ask for apologies.

Thank you
Those shaving accusations are really not the politest way to discuss technical problems. I think we figured out how the script works yesterday and it´s pretty much the same as Zoltan has explained the functionality.

Nevertheless the variable in the script setting the code could easily be replaced. That´s not an accusation of shaving, that´s a matter of fact. You may understand that webmasters are worried about it nowadays.

In my opinion the real annoying thing is that this javascript solution causes problems if the customer has disabled javascript. As I was taught yesterday, those customers can´t go through to the tour. So the customer is lost for the sending webmaster.

I don´t know if, but maybe there are better solutions.
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 10:05 AM   #33
gero
Registered User
 
Join Date: May 2004
Location: Budapest
Posts: 64
Quote:
Originally Posted by m4yadult View Post
In my opinion the real annoying thing is that this javascript solution causes problems if the customer has disabled javascript. As I was taught yesterday, those customers can´t go through to the tour. So the customer is lost for the sending webmaster.

I don´t know if, but maybe there are better solutions.
In this case we are open for any suggestions what can provide us same performance issues with the servers.

If we won't get better ideas, and if that's a comforting issue for webmasters, we would gladly switch back to the PHP-based version even if it's 10 times slower, and we need to set up 3-4 new servers.
gero is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 10:17 AM   #34
Iron Fist
Too lazy to set a custom title
 
Join Date: Dec 2006
Posts: 23,400
Wow.. this is alot of good information... unfortunately, wouldn't a test signup confirm or deny your suspicions? I know *ANY* reputable sponsor would have no problem with a test signup if you let them know you performed one.

Another thing is, most sponsors also don't mind you building your own galleries, so hey, you can have full and total control over the gallery... links and all.

Have a great day!
__________________
i like waffles
Iron Fist is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 10:20 AM   #35
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
Quote:
Originally Posted by gero View Post
In this case we are open for any suggestions what can provide us same performance issues with the servers.

If we won't get better ideas, and if that's a comforting issue for webmasters, we would gladly switch back to the PHP-based version even if it's 10 times slower, and we need to set up 3-4 new servers.
It depends on the amount of customers who have javascript disabled. I have no idea if it is a significant number.

With respect to the server performance, I have to rely on your statement. So it only makes sence to change to PHP solutions again if the investment is justified by the amount of customers who do not allow javascript.
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 10:20 AM   #36
gero
Registered User
 
Join Date: May 2004
Location: Budapest
Posts: 64
Quote:
Originally Posted by sharphead View Post
Wow.. this is alot of good information... unfortunately, wouldn't a test signup confirm or deny your suspicions? I know *ANY* reputable sponsor would have no problem with a test signup if you let them know you performed one.

Another thing is, most sponsors also don't mind you building your own galleries, so hey, you can have full and total control over the gallery... links and all.

Have a great day!
Exactly. We are open for test sign ups at any time.
gero is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 10:30 AM   #37
gero
Registered User
 
Join Date: May 2004
Location: Budapest
Posts: 64
Quote:
Originally Posted by m4yadult View Post
So it only makes sence to change to PHP solutions again if the investment is justified by the amount of customers who do not allow javascript.
It's not about our investment. It's about the affiliates. What does the affiliates want?
gero is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 10:40 AM   #38
frank7799
Confirmed User
 
frank7799's Avatar
 
Industry Role:
Join Date: Jul 2003
Location: In the middle of nowhere...
Posts: 1,974
Quote:
Originally Posted by gero View Post
It's not about our investment. It's about the affiliates. What does the affiliates want?
I´m using my own galleries for paid spots. I have listed your fhg´s on some of my fake tgp´s, but never monitored how many customers do not use javascript. So it´s not a big deal for me, but I´d prefer a solution where all traffic is tracked correctly.
frank7799 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 02:46 PM   #39
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
Quote:
Originally Posted by gero View Post
Could you please advise on this? Why is it? Also what can we do in order to have your business? You seems experienced and well educated, so I wouldn't mind to hear your thoughts on this issue.
A. If the surfer has javascript disabled, clicks won't get thru to the site.

B. If the surfer has IE set to High Security, clicks won't get thru to the site (just tested this).

C. I can't use my scripts to scan the galleries to ensure my code is on them.

Do what every other program out there does, use PHP galleries to insert the proper links into the page. By the way, you're not the first to use javascript but most others that have used javascript have changed to using PHP once the affiliates found out about it.
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 03:41 PM   #40
Asir madul
Registered User
 
Join Date: Apr 2007
Posts: 5
Quote:
Originally Posted by gero View Post
Hi Guys, and especially Asir Madul!

I'd like to give you some advices what I have already learned from life. Before you make a statement on anything, it's better if you get to a certain level of knowledge on that issue, otherwise you will easily end up looking like a total idiot.

Also calling somebody a shaver is a big aspersion, mostly if you don't have proof. In the civilized part of the world you can get easily sued for such statements, and you might end up paying a great sum of cash in the name of defamation.

So after you read our post on how NATS works with our FHGs, and after you realized that WE HAVE NOTHING TO DO WITH SHAVING, I hope you feel really ashamed, and ask for apologies.

Thank you
You didn't really follow the thread it seems.
You must really think we're all sheep? After hzoltan so nicelly explained how things work (take notes on his PR to yours), you really want me to believe that you guys didn't know of things that Tempest pointed out? And let's not forget that you're picking the code through a .js that can "mallfunction" or get changed "by mistake" eh?
Now you also want me/people to believe that you need 2 or 3 more servers to compensate for PHP slowness over javascript???? C'mon man.

I hope your life teaches you better from now on. You have good sites, but people that send you traffic are not stupid, especially those that have quality traffic, as they didn't get the traffic they have by beeing stupid. I got my conclusion from the stats page, i moved on, i'm happy where i am now. Hopefully you'll treat other affiliates better. We're not at fault for your DDoS.

Take care Gero.
Asir madul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-27-2007, 04:40 PM   #41
RawAlex
So Fucking Banned
 
Join Date: Oct 2003
Location: In a house.
Posts: 9,465
Tracking done with javascript is just wrong. As Tempest mentioned, there are too many ways for surfers to NOT get tracked.

The galleries should be done with PHP or other SERVER processed coding to assure that tracking is maintained.

Think of this javascript as probably a 20&#37; shave right there. Nice if you are the program owner.
RawAlex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-28-2007, 06:20 PM   #42
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
hmmm.. so they didn't come back to respond any more??
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-05-2009, 05:57 PM   #43
Overload
Confirmed User
 
Overload's Avatar
 
Industry Role:
Join Date: Jul 2005
Location: Beck's City, North Teutonia
Posts: 3,185
with trafifc only from hard coded links on niched pages and using fhgs (fhgs for a very short time because of the whopping ratio )

0:11086

absolutely the LOUSIEST i have EVER seen
__________________
There aren't enough faces and palms on this planet for an appropriate reaction to religion.
Overload is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-05-2009, 06:16 PM   #44
HorseShit
Too lazy to set a custom title
 
Join Date: Dec 2004
Posts: 17,513
.........
HorseShit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-05-2009, 06:31 PM   #45
Vjo
So Fucking Banned
 
Industry Role:
Join Date: Oct 2002
Location: Happy 4th of July :)
Posts: 6,082
What REALLY sucks are sponsors who must trace the signup back to your page or it doesnt count. ie no bookmarker signups (there are a couple around, at least that's what their terms say) or low time length cookies which are almost as bad.
(I suspect there are a lot of them around from the way things been lately) Good sponsors give good bookmarker signups. (Which prob account for more than 1/2 of all signups)

21st Sextury gives a good ratio of bookmarker signups which is all I need to know about their code.
Vjo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-05-2009, 07:18 PM   #46
Iron Fist
Too lazy to set a custom title
 
Join Date: Dec 2006
Posts: 23,400
Quote:
Originally Posted by Overload View Post
with trafifc only from hard coded links on niched pages and using fhgs (fhgs for a very short time because of the whopping ratio )

0:11086

absolutely the LOUSIEST i have EVER seen
Did you get the standard program response of:

"...must be your traffic.... you sure you know what your doing?"
__________________
i like waffles
Iron Fist 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.