Write the reason you're deleting this FAQ
Recently I commented on a discussion about fake website traffic and if any of it was real. I'm sure that there are some services out there that will have real traffic sent to your website, but not many, and especially not the ones who are selling 100,000 visitors for $9.99 lol. Below I'll go over a couple ways that freelancers will build false traffic in order to sell it to you.
iframing
A lot of people know what an iframe is, but for those of you who don't I'll give you a basic understanding. An iframe is basically a window to something you want to load on your web page but it isn't actually on your website. That's why I say it's similar to a window because you're looking through to the other website but it's not under the domain you're currently on.
iframing would be ok if someone was doing it to show banners or logos from an advertiser or website they like, but that's not what it's used for in todays world. Most traffic generators will use iframes of your website but it will only be the size of a pixel on their page and that's enough to load your website and generate a hit. How many clicks do you think you'd get from a pixel on someone elses website? Not a single one lol.
A trickier way to do this would be to set up a dummy website that redirects to your own website after 1 second. Doing this will mask the original website and it will show the dummy site in your analytics. I'm not sure exactly if this still works, but I know people have done it in the past.
Of course this way of generating fake traffic to a clients website only works if you're already getting traffic. I guess you could pay a service $10 for 100,000 visitors to your dummy website and redirect it to another dummy site which would then show the 100k visitors. Doing this would be pointless unless you had a few clients though. You'd set up the website in order to redirect and then add in an iframe of whatever client you sold a package to. This way you would only have to buy 1 traffic packages and you could actually sell hundreds, which is what some sellers do unfortunately 
Their Own "Tracking" Software
A lot of times a freelancer who is selling traffic will ask you to use a specific tracking software because they know it will measure the bullsh*t traffic they're sending you lol. I've purchased traffic in the past from people who have banner pop ups, but they never asked me to use specific software, and I actually had conversions which is even better. These sellers who ask you to use specific software will manipulate the software in order to show your traffic jumping up, but it won't actually show in your analytics dashboard. When you call out these sellers they will either say you haven't installed your analytics correctly or you're looking in the wrong spot to see the traffic. Even if your analytics works fine with other sources, how did it not track theirs? Because it was fake traffic and they didn't send you anything at all.
When you call out these types of sellers they will actually get mad at YOU for not believing them. This happens a lot when someone is selling something that doesn't work but they don't want to refund you. The beauty of SEOclerks is that you can easily prove your dispute with screenshots and if the person selling the traffic gives a guarantee, you can get your money back or at least some of it.
If it's a fake service, call them out and see what happens. The worst that can happen is that you lose a few bucks and give them a bad review.
Traffic Exchanges
This is one of the trickier ways to sell traffic packages since it takes a little bit of time to set up. A lot of buyers love these, even through they are fake, because it shows up in analytics and has a very slight potential for conversions.
What they seller will do is go to their preferred traffic exchange that allows you to easily build points by using multiple IP addresses within 1 account. What the seller does is set up a few VPS's which all have different IP addresses and then they'll run the traffic exchange on each of them to build points. If they are getting 1 point every 30 seconds that's 2,880 minutes a day. Now multiply that my 10 or even 100 and it stacks up pretty quick
On some of these traffic exchanges you can actually pay $10 a month or less and get a premium account which will let you gain 100% of your points for even less time invested. So now they are gaining 4 points a minute instead of 2 and that doubles their gain across all their accounts.
Some of you are saying "Well I could just see the traffic exchange showing up in my analytics, right?" not necessarily. This is due to some of these traffic exchange offering a custom referrer option. A custom referrer is when you are building points on the traffic exchange and using your points to whatever website you want, but instead of it showing ExampleTrafficExchange.com it can now show Twitter, Google, Yahoo, etc. because you can trick analytics to see what you want it to. This is how people can say "100,000 visitors directly from Google!" because they can enter "Google" as the referrer even though your visitors aren't coming from there 
In conclusion, there is no short cut to gaining traffic. You will either pay a premium to get REAL visitors, partner up with another website and get a banner on their page or invest a lot of time into content generation and pull actual traffic from the search engines. Gaining a lot of traffic to your pages isn't just purchasing a $10 service, it's working hard and investing a lot of time.
Remember to follow me 
https://www.seoclerks.com/user/Razzy
Thanks!
Razzy
Are you sure you want to delete this post?
Are you sure you want to delete this post?

Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='22187' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='22187' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=22187 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=22187
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22187' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='22187' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=116108 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=116108
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=120281 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=120281
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=144169 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=144169
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=116113 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=116113
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=117396 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=117396
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=120549 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=120549
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=122485 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=122485
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=144182 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=144182
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=170059 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=170059
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22187' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22187' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22187' AND status='1' AND (question like '% traffic services order send traffic.%' OR question like '%traffic%' OR question like '%services%' OR question like '%order%' OR question like '%send%' OR question like '%traffic.%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22187' AND status='1'
AND (question like '% traffic services order send traffic.%' OR question like '%traffic%' OR question like '%services%' OR question like '%order%' OR question like '%send%' OR question like '%traffic.%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='750' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='750' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2255' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2255' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3290' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3290' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=22187%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=22187%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='584026.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='584026.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='322073.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='589438.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='589438.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='631046.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='631046.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
| 0.111236 | 1 | SELECT * FROM members WHERE show_freelancer = 1 AND status = 1 AND total_recommendations > 0 AND (skills LIKE '%Vps%') ORDER BY total_recommendations desc LIMIT 0,40 | 0.111236 | 0.111236 |
Cristian
Not all traffic that will be measured in GA is beneficial for your site but overall traffic exchange is the logical choice and I agree, don't fall for "measure everything with this software" bullcrap. Traffic exchange is the best choice among all the buy fake traffic services because not only it has a small chance of conversion, it will also raise your Alexa rank since it is seen as real traffic. Not all traffic that will be measured in GA is beneficial for your site but overall traffic exchange is the logical choice and I agree, don't fall for "measure everything with this software" bullcrap.
Are you sure you want to delete this post?