Recent content by 808080Hat

  1. 808080Hat

    Experienced coder/programmer needed!

    Well there is the problem. You can run selenium easily with a CURL script (I'd strongly go with PhantomJS in this case), but how do you want to run selenium on a client webbrowser? This simply isn't possible with Selenium.
  2. 808080Hat

    Experienced coder/programmer needed!

    How do you want to integrate Selenium into a Client Browser? This would require a huge team for a partial rewrite of the software. Selenium is made for regression testing and is a standalone server. It also needs huge amounts of RAM and probably a jenkins installation or simmilar continuous...
  3. 808080Hat

    Running a website into a window NOT in a browser

    All websites can be launched with a shortcut. Simply drag and drop the icon in front of the URL bar on your desktop. If you don't want the user to see the website, learn about fullscreen. If you don't want the user to access other parts of your computer, learn about kiosk mode for your browser.
  4. 808080Hat

    Building a GitHub portfolio?

    Why would you need to have commit access? I write code for OSS projects regularly and the last time I've got commit access to a repository was for JBoss around 2008. On Github I always do pull requests, they work like a charm.
  5. 808080Hat

    Broken Backlink Building Method (How To Gain Links from Authority Sites - 100% Free)

    I've first seen this method in a Video of Wil Reynolds at Affiliate Summit 2010. This guy has some more tricks up his sleeve. You should check out his other videos, especially those where he allows questions. I think this is the video: Edit: AS 2010 and other video.
  6. 808080Hat

    I want to give 10 reviews copy of my software ** FB Snitch - Facebook Algorithm EXPOSED***

    Who else has seen the lander? I think this is the same woman. Black hair = real, Blonde = wig.
  7. 808080Hat

    I need a URL rotator that doesnt consume tons of resources

    $_SESSION variables are user based but the number should be shared between all users
  8. 808080Hat

    My Website is Ranked #1 Within Its Niche. Up To 74k monthly searches

    Hey lets all agree on letting this useless thread die?
  9. 808080Hat

    [GET] Google SERP Position checker Script written in PHP.

    Hi, did you try randomizing your User Agent? Here is a little list, that I posted on my Ruby Rankchecker Script: user_agent = ['Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET...
  10. 808080Hat

    [Proxies required for testing] Google Search Scraper

    Thanks Aka, but if I need Proxies I'll use the webservice url of the Firefox Stealthy Extension. They are usually of a very bad quality, but so easy to grab and you can choose the country. http://rcp.stealthy.co/GetProxy?countryCode=DE Parameter is optional. Btw. does anybody else know a...
  11. 808080Hat

    Permanently Closed Marketplace Sales Thread

    Received my order SC-0093 today! I ordered the 15 Social Signals Package. Got a huge overdelivery (~65 %) on all likes im very pleased with the service and can recommend it to anyone...
  12. 808080Hat

    Advice Needed: No Extraterrestrial Adsense income

    I'm relieved now, somebody orbiting Jupiter clicked my ads at least:
  13. 808080Hat

    Paying $1000 to the 100th poster of this thread!

    Posted way too early in epic thread on 1. of April!
  14. 808080Hat

    Advice Needed: No Extraterrestrial Adsense income

    As everybody is probably aware Adsense started today on the 1. of April with advertising on other Planets and Moons. But how do I increase my revenue on extraterrestrial Objects? At the moment it looks like this: As you can see no clicks from the Moon and Europa, but why?
  15. 808080Hat

    How could I appear as a specific IP address to access

    You can appear to be a specific IP by using a technic called IP-Spoofing the issue with this approach is, that you can send but not receive. Since the IP packets originate from another IP Adress the host will send those packages to another Peer that has the spoofed IP Adress. The other way to...
Back
Top