Recent content by zohar

  1. Z

    Seized By US Government - I bullet proof domain!

    I think op's offshore hosting service was seized by the govt, not op's website *personally* . big difference in interpretation there fella's.
  2. Z

    Facebook Profile Banned, How to Avoid?

    Avoid using Tor like the plague, I have a succesful account created with public proxies, but the one I made using a Tor relay was insteadly nailed on first sign in!
  3. Z

    Could this be the girl for me?

    I'd try to find out about her last name OP, then you can do a Facebook search on her and see where she hanges out etc
  4. Z

    Wanna laugh? Wanna cry at the same time? Read this "SEO" forum.

    That site is the place to be for people who are depressed because they have too much money on their hands.
  5. Z

    Dating guru Julien Blanc promotes choking women

    LOL ​https://www.youtube.com/watch?v=nLZSLEQEZPM
  6. Z

    is there any way to force a program to connect internet through proxy ip ?

    if you want to go pro, google for Privoxy.
  7. Z

    Facebook limitations?

    Hi, I am planning to set up a couple of Facebook accounts today and I am taking great care not to screw it up! My question to you, do you know the limitations of Facebook? e.g. how much friend requests can be send from one account per hour/per day/per week ..etc? How many groups can a single...
  8. Z

    Didn't Know Reconsideration Request Works!

    Nice move. Just under 24hr ago a guy was posting in tears his site got banned by Google, perhaps your post is his saviour tonight
  9. Z

    How to start with PHP ?

    If your OS is Windows, try installing WampServer and see if you like it. This software will install a 'debug' version of Apache + PHP + MySQL. This allows you to code scripts with notepad files on your local harddrive. Cheers and good luck.
  10. Z

    Login to Google with Webrequests

    But hey dude, if you think I am rambling out of my ass, fire up Chrome, login to your Gmail Now start the Javascript console, click on the Network tab, and move your mouse over some document elements. You will see what I am talking about, Screwgle is continously in touch with gmail server to...
  11. Z

    Login to Google with Webrequests

    Probably not, but my g-mail bot works very nicely anyway!
  12. Z

    How to remove element attribute in webbrowser

    Try the lazy approach..inject javascript in your webbrowser that does the job for you. If you don't know how to code in Javascript very well, then no problem, Google is your friend. In my WebBrowser projects I always make sure to outsource difficult operations to Javascript, and it works...
  13. Z

    Login to Google with Webrequests

    Dude, Google is one big AJAX hell.. you will not succeed with TCP or HTTP level apps. You need a fully enabled Javascript application, hence, using IE or the WebBrowser control is a absolute minimum requirement to get the job done.. Good luck on yer project.
  14. Z

    Control all checkboxes

    If you want one procedure to handle it all, you will have to write a event that does a checkbox[1-..].checked = (NOT checkbox1.enabled AND not checkbox2.enabled AND not checkbox3.enabled , etc, etc ] or however you want it. Hope that helps..
Back
Top