bangali_beta 11 Posted January 25, 2017 Report Share Posted January 25, 2017 (edited) Ubotters, Didn't get any proper answers from php forums so trying here now as I know some of you know php. Trying to learn Php 7 as much as I can. I need your help to point me to the right direction. What kind of method in Php 7 is used to track urls belonging to a foreign domain ? I mean, you all know that searchengines track clicks to links presented by their SERPs. So, if ubotstudio.com is listed under the keywords "php forum" on Google SERP then when you click ubotstudio.com on the Google SERP then that link is bound to have Google's tracking link. In short, you'll click the Google tracking link and then get redirected to ubotstudio.com. But once you enter ubotstudio.com then the links you find on the site would not have Google's tracking links as Google has no control over the linking method inside ubotstudio.com. However, with anonymous web proxies the story is different. Let me show you how. First go to: http://anonymouse.org and type 'loudgobs.com/blog' to anonymously browse the blog. Once the web proxy loads the blog, hover your mouse over the blog's links and you'll see all the links contain the web proxy's tracking links even though the blog itself does not house the web proxy's tracking links. Go to the blog direct and see for yourself and check it out: http://www.loudgobs.com/blog/ Now, view the blog via the web proxy: http://anonymouse.org/cgi-bin/anon-www.cgi/http://www.loudgobs.com/blog/ and hover your mouse over the blog links and see whether the web proxy's tracking links exist or not. I know the proxy is somehow tracking via the frame or iframe or cloaking technique but .... Q1. What php 7 technique is it using to create these tracking links so it looks as if the tracking links are hosted by the blog ? I need to learn how to create these tracking links. Q2. Which part of Php 7 do I need to learn and can you recommend some tutorial links ? Q3. Are you aware of any video tutorials on youtube ? What keywords should I search for ? affiliate linking with php 7 ? referral linking with php 7 ? self replicating linking with php 7 ? tracking links with php 7 ? tracking via GET method ? tracking via POST method ? Anything else ? Tried these Keywords but no luck. Thank you for your help. Your answers would be helpful to all newbies who read your reply! Edited January 25, 2017 by bangali_beta Quote Link to post Share on other sites
Brutal 164 Posted January 25, 2017 Report Share Posted January 25, 2017 stackoverflow.com is probably a better place to ask about php Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted January 25, 2017 Report Share Posted January 25, 2017 link cloaking, a means to cloak the link that your wanting users to end up on. by passing them through another link Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted January 25, 2017 Report Share Posted January 25, 2017 http://www.freelinkscloaker.com/phplinkcloaking.htm Quote Link to post Share on other sites
bangali_beta 11 Posted February 4, 2017 Author Report Share Posted February 4, 2017 http://www.freelinkscloaker.com/phplinkcloaking.htm Link not functional. Link Cloaking wain't hat I am looking for. It is link creations with user id for tracking like affiliate links. Quote Link to post Share on other sites
stanf 43 Posted February 5, 2017 Report Share Posted February 5, 2017 If your learning php and don't mind doing the leg work. I would get a hold of an open source link script or a traffic trader script and take it apart and follow the code.If you go to hotscripts.com you might find something that you can disect 1 Quote Link to post Share on other sites
bangali_beta 11 Posted February 13, 2017 Author Report Share Posted February 13, 2017 If your learning php and don't mind doing the leg work. I would get a hold of an open source link script or a traffic trader script and take it apart and follow the code.If you go to hotscripts.com you might find something that you can disect Cheers. But can you suggest some keywords as the ones I use yield irrelevant results. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.