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)
-   -   My Fast Adult Traffic experience (https://gfy.com/showthread.php?t=261076)

cluck 03-29-2004 04:31 PM

My Fast Adult Traffic experience
 
Well a little while ago I wrote some php to test if I was getting img src hits. It logs the accept: headers into a text file for one. The other part is it increments 2 values in a mysql table. One is called through a php include(so it'll load even if it's img srced) and the other is called through an img tag so it will only load on a real hit.

So far it's about 40% img src traffic. It's only been a few hundred hits, let's see how well the rest of the 10k goes.

cluck 03-29-2004 04:35 PM

This is supposed to be all north american traffic btw. Haven't checked to see if that's true yet.

Digipimp 03-29-2004 04:35 PM

I wonder if I should get some and install multiple invisible counters in addition to my server stats and see what it tells me between the 3 or 4 of them.

420 03-29-2004 04:37 PM

what is img src traffic?

strobi 03-29-2004 04:37 PM

40% img src????:helpme Let's say your method is not up to par... even 30% is insane!

cluck 03-29-2004 04:37 PM

Quote:

Originally posted by Digipimp
I wonder if I should get some and install multiple invisible counters in addition to my server stats and see what it tells me between the 3 or 4 of them.
Yeah so far the hits from the FAT stats page match the hits in my SQL table. The image/jpeg type headers also match the amount of hits that didn't load the counter image.

Never can be too careful these days.

Digipimp 03-29-2004 04:41 PM

Quote:

Originally posted by cluck


Yeah so far the hits from the FAT stats page match the hits in my SQL table. The image/jpeg type headers also match the amount of hits that didn't load the counter image.

Never can be too careful these days.

If you buy traffic to a page and the counter doesn't get loaded at least 85% of the time then fuck that is what I would say. I know counters aren't perfect so I can expect it to be off by 10%.

Juicy D. Links 03-29-2004 04:41 PM

Quote:

Originally posted by 420
what is img src traffic?
whats your sites url and ill show you what it is exactly :Graucho

cluck 03-29-2004 04:41 PM

Quote:

Originally posted by strobi
40% img src????:helpme Let's say your method is not up to par... even 30% is insane!
OK it's 38.5%. The only reason I tested this is I saw the other threads, looked at my server stats and saw I was getting lots of hits from pages that were galleries with broken images. All those broken images were making the status bar go crazy with names of other sites and whatnot.

Ic3m4nZ 03-29-2004 04:42 PM

Wow it's crazy all the bad things I heard about them today.

KMR Stitch 03-29-2004 04:43 PM

Thats not good... post the server logs?

cluck 03-29-2004 04:47 PM

Quote:

Originally posted by KMR Stitch
Thats not good... post the server logs?
The server logs on my webair account don't update real time. But here's the output of the script I've made to show the accept: headers

http://www.picshow.net/choose/fatlog.txt

Watching that and my SQL table real time it seems every time a line like:


image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*

is added to the file, the image counter doesn't load but the php one does.

cluck 03-29-2004 04:54 PM

I say everyone does some chargebacks. See how long they're in business.

Mr.Fiction 03-29-2004 05:16 PM

Quote:

Originally posted by 420
what is img src traffic?
It's a way to create a unique visit in your logs without the "visitor" ever seeing your page.

buddyjuf 03-29-2004 05:18 PM

:( :( :(

rowan 03-29-2004 05:23 PM

In this case the img src traffic is because they're sending you ANYTHING that 404s, including images. If an image on a domain they buy traffic from or control 404s then it shows to the surfer as a broken pic; it's really trying to load a buyer's (HTML) site though.

It could be ignorance on their part - not knowing how to apply a simple filter to get rid of 99% of 404 img srcs - or it could be quite deliberate to increase the volume of traffic. Who knows.

69pornlinks 03-29-2004 05:25 PM

this can get interesting....

brizzad 03-29-2004 05:27 PM

this makes a lot of sense now

i ordered 10K hits once to a page that promotes a toolbar(a pay per activeX impression toolbar, not gamma's pay per download) and from those "10K clicked TGP traffic hits" the activex console was only triggered 384 times

Adult Site Traffic 03-29-2004 05:27 PM

Quote:

Originally posted by rowan
It could be ignorance on their part - not knowing how to apply a simple filter to get rid of 99% of 404 img srcs - or it could be quite deliberate to increase the volume of traffic. Who knows.
Can you say how to do it? I wonder if it's something that can just be written to an .htaccess file.

I'd like to have it.

rowan 03-29-2004 05:34 PM

Quote:

Originally posted by Adult Site Traffic


Can you say how to do it? I wonder if it's something that can just be written to an .htaccess file.

I'd like to have it.

I don't know much about htaccess, but since you're just checking against a standard HTTP header it should be doable. You could probably set it up to divert any traffic that doesn't have the string "text/html" in the "Accept" field. I'm sure a htaccess guru can help. :)

REßEL 03-29-2004 05:36 PM

Hmm this needs watching we bought 10k the other day too.

Herb Kornfield 03-29-2004 05:38 PM

ozzy, 4 hours and no replys anywhere?

Adult Site Traffic 03-29-2004 05:40 PM

Quote:

Originally posted by rowan


I don't know much about htaccess, but since you're just checking against a standard HTTP header it should be doable. You could probably set it up to divert any traffic that doesn't have the string "text/html" in the "Accept" field. I'm sure a htaccess guru can help. :)

LOL, I'm lost. :)

IF you didn't use .htaccess to do it, then how would you? I can kick out robots with .hta, but I never really even thought of the broken image thing.

Strife 03-29-2004 05:42 PM

Let's see how they try to defend this...it'll be interesting

Herb Kornfield 03-29-2004 05:46 PM

Quote:

Originally posted by Strife
Let's see how they try to defend this...it'll be interesting
Ozzy and john can just do the right things

1. Return the money they took from dissatisifed customers such as me. I dont want excuses, stories, or "lets make a deal" raps..just the money is fine.

2. see above.

rowan 03-29-2004 05:47 PM

With PHP you would do something like this:

Code:

if (strstr(strtolower($_SERVER["HTTP_ACCEPT"]), "text/html") =<b></b>= "") {
  $url = "http://www.redirectbadhitstohere.com/";
} else {
  $url = "http://www.sendtotrafficbuyer.com/";
}
header("HTTP/1.0 302 bounce");
header("Location: $url");


Adult Site Traffic 03-29-2004 05:52 PM

Quote:

Originally posted by rowan
With PHP you would do something like this:

Thank you.

I'll see if there's some way I can get it into my script somehow. Maybe include?

dougeetx 03-29-2004 06:40 PM

You should've gone with Traffic Shop .

cluck 03-29-2004 07:14 PM

As of now only 63% seem to be real users :(

Axeman 03-29-2004 07:19 PM

I tried them once and only once. the traffic didnt even move my trades at all.

djhits 03-29-2004 07:33 PM

if youre buying traffic you really should check out

http://www.adult-traffic-review.com

see what your getting

Joetanto 03-29-2004 07:38 PM

Quote:

Originally posted by djhits
if youre buying traffic you really should check out

http://www.adult-traffic-review.com

see what your getting

thanks for the site. I am spending more money tonight and will hit up a few people on your list.

AlienQ - BANNED FOR LIFE 03-29-2004 07:41 PM

Hit Bottinz...

Tracy 03-29-2004 08:00 PM

:glugglug

FastAdultTraffic 03-30-2004 11:42 AM

Hi.

We haven't had a problem with our traffic having high img-src hits in it.

We've been in business for a while and this hasn't been an issue.


The only way I can think of that you'd be getting img src hits is if

A/ we are artificially inserting img-src hits to hit bot to you - which we are NOT doing

B/ one of the sites sending us traffic had someone HOTLINK to them and those hotlinked images are getting 404-ed. Otherwise, the HTML page to which they are going would generate a true and proper 404.

However, having addressed the issue publically, our tech support staff doesn't watch GFY to determine customer issues.

As far as I know, you never emailed [email protected].

Please send us this issue to [email protected] so we can review your information, your logs, etc. and look at it.

It may well be a problem on our side somehow, I am just not familiar with the issue nor have we seen this problem before.

Thanks.

Herb Kornfield 03-30-2004 01:29 PM

Quote:

Originally posted by FastAdultTraffic
Hi.

We haven't had a problem with our traffic having high img-src hits in it.

We've been in business for a while and this hasn't been an issue.


The only way I can think of that you'd be getting img src hits is if

A/ we are artificially inserting img-src hits to hit bot to you - which we are NOT doing

B/ one of the sites sending us traffic had someone HOTLINK to them and those hotlinked images are getting 404-ed. Otherwise, the HTML page to which they are going would generate a true and proper 404.

However, having addressed the issue publically, our tech support staff doesn't watch GFY to determine customer issues.

As far as I know, you never emailed [email protected].

Please send us this issue to [email protected] so we can review your information, your logs, etc. and look at it.

It may well be a problem on our side somehow, I am just not familiar with the issue nor have we seen this problem before.

Thanks.

Whomever you are contact me on ICQ at 160541645. We need to talk now about refunds and errors.

FastAdultTraffic 03-30-2004 04:34 PM

I reread this original post.

The HTTP protocol calls for a header variable named "HTTP_ACCEPT". This variable defines which MIME-TYPES are accepted by the client's browser.

This variable should be constant for each client browser, that is to say, it doesn't change what it will accept based on the type of query it is doing.

So in general, if a client says it accepts text/html and */* it will accept everything, as demonstrated by the */*.

When a client browser says */* and other stuff, it's just additive. It already said that it supports */*.

The base point here is that you can't base the type of download being made based on the http-accept, http-accept purely announces to the server which MIME-TYPES the client browser can accept.

We have reviewed the logs from a transaction web site, which does pure HTTP POSTINGs. We have grepped out the client browser type and the http-accept variables and show some output below:

[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; iOpus-I-M)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
[HTTP_ACCEPT] => text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11 [en]
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Alexa Toolbar)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-gsarcade-launch, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/msword, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
[HTTP_ACCEPT] => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

So the point is, HTTP_ACCEPT says what the browser WILL accept, not what this particular request IS getting. Here's an example page supporting this:

http://www.billwood.com/ssivar.htm

If the test script considered all "*/*" versus all those that (lack */* and HAVE IMAGES) then it would show which client browsers were not accepting anything but images, and were not accepting HTML.

Simple fact is, we're not hit-botting anyone. It's awful hard to prove a negative.

But I have shown above that simply looking at whether or not HTTP_ACCEPT has an IMAGE in it is not a good test.










Quote:

Originally posted by cluck
Well a little while ago I wrote some php to test if I was getting img src hits. It logs the accept: headers into a text file for one. The other part is it increments 2 values in a mysql table. One is called through a php include(so it'll load even if it's img srced) and the other is called through an img tag so it will only load on a real hit.

So far it's about 40% img src traffic. It's only been a few hundred hits, let's see how well the rest of the 10k goes.


KMR Stitch 03-30-2004 04:37 PM

Maybe you should start a new thread?

Fast Adult Traffic answers => ?

KMR Stitch 03-30-2004 04:37 PM

Maybe you should start a new thread?

Fast Adult Traffic answers => ?:thumbsup

Tracy 03-30-2004 04:38 PM

FastAdultTraffic how many names do you have here?


When are you going to give back the money you got from ripping people off?


I hope if you have used the money you took to buy food and you get food poisoning.

FastAdultTraffic 03-30-2004 04:44 PM

go look here to do your own individual tests:

http://www.fastadulttraffic.com/demo.php

FastAdultTraffic 03-30-2004 06:26 PM

Quote:

Originally posted by Tracy
FastAdultTraffic how many names do you have here?


When are you going to give back the money you got from ripping people off?


I hope if you have used the money you took to buy food and you get food poisoning.

I'm not sure I understand your question about names. My name is John, I don't care to give you my last name so that the crazies can harass my family, and I have 3 names, first, middle, and last. I use the Nick "FastAdultTraffic" on this board.

Ozzy is another person who works with the company.

There are other people who work with the company. I don't care to tell you who they are.

Is your food poisoning comment a death threat?

It's been a while since I've had one of those.

FastAdultTraffic 03-30-2004 06:31 PM

Quote:

Originally posted by Tracy

When are you going to give back the money you got from ripping people off?



When did you stop beating your wife? Is the closet a good place to masturbate?

We don't rip people off. We do enforce contracts.

If people think they can come by cheap traffic and then get upset when it doesn't perform like cross-sells, then that's a problem I don't know how to fix.

We've shown above that the simple test of "does an accept header hav an image in it" is not a valid test, and we're not hitbotting people.

It's obvious some people have bought traffic from us and been unhappy. We've never ripped anyone off. Sometimes customers have unreasonable expectations and get mad when the 10000 hits they buy for $20 don't turn into sales.

If folks buy high value traffic they can expect higher value sales, if they buy lower cost and value traffic they should have lower expectations.

We've also had many customers that buy and buy again and are happy.

However the people that are pissed off at us right now and trying to smear us are not orchestrating a campaign to make us look good, as Jim told me, they're calling all their friends and getting them to post all these bad made up stories.

So in answer to your question - if there's a problem with our service or performance, we'll work with customers to find a compromise or an issue and potentially issue a refund. We much prefer to do make-good store credit like solutions.

We've had situations where customers buy from us and mis-enter the URL, and we burn traffic 5-10,20k hits to them. When they tell us they made a mistake, we reset the counters and send them the traffic for free.

We don't 'scam' or 'rip off' people. We do have many good smart customers, and some customers that are unreasonable, unethical, and themselves, of shady moral direction.


All times are GMT -7. The time now is 10:22 AM.

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