Search results

  1. C

    I'm starting a Perl Bot/Scraper programming tutorial.

    As a Rubyist I am going to watch some nice Perl. Just make sure you add syntax highlighting to your code examples.
  2. C

    I'm starting a Perl Bot/Scraper programming tutorial.

    As a Rubyist I am going to watch some nice Perl. Just make sure you add syntax highlighting to your code examples.
  3. C

    Zurb Ink, a revolutionary responsive HTML email framework

    Today I discovered that Zurb Ink was today released. Zurb Ink is a responsive HTML email framework. With Zurb it is now a lot easier to create HTML emails that work across many mail inboxes, clients and devices. zurb dot com/ink/docs.php
  4. C

    I Think Im Going to Need a Bigger Desk.......

    To use one keyboard and mouse to control all machines, there is a software called Synergy.
  5. C

    Will changing server i.p affect seo?

    Spiders ranking pages lower based on new IP doesn't make much sense. Many big sites run on multiple IPs, one of them which your browser is pointed via Round-robin DNS depending on your location and other factors such as server load or whether some maintenance is going on in some datacenter.
  6. C

    [GET] Twitter Unfollow Nonfollowers [Bookmarklet]

    There are two setTimeouts, the other one is responsible for the follow-next delay.
  7. C

    Best Twitter Program/Strategy to mass follow/unfollow without getting blocked.

    For unfollowing you can use my bookmarklet: [GET] Twitter Unfollow Nonfollowers [Bookmarklet] - in the BlackHat Tools section This is a bookmarklet it runs on any OS
  8. C

    Facebook Photo Verification (how, where, when)

    Just getting into facebook after a while of not fbing. I am going to write for myself a program or browser extension which saves my friends details and their pics - case fb asks me to verify my account by tagging my friends in the future. What kind of pictures do I need to save for the...
  9. C

    [GET] Twitter Unfollow Nonfollowers [Bookmarklet]

    You can stop it by reloading the page. Currently I have not implemented a way to stop it programmatically. Maybe later I will update it so it stops when you hit the bookmarklet for the second time and optionally pauses when you move around with your mouse.
  10. C

    Auto fill and submit using javascript

    Accessing foreign domain content in an IFRAME is forbidden by the same origin policy.
  11. C

    PopUnder Script

    <script type="text/javascript"> window.onclick = function() { setTimeout(function() { window.open('your_link_here') }, 2000) } </script>
  12. C

    i want to dedicate my life programing, need some tips and advice

    "Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends." Give it a try.
  13. C

    i want to dedicate my life programing, need some tips and advice

    Avoid Java. To start your journey I would recommend Ruby and Python. After you learned the basics of programming explore C, C++. After a while you will find your favourite language with which you feel most productive.
  14. C

    [GET] Twitter Unfollow Nonfollowers [Bookmarklet]

    Made this today. Select all the code and drag it into your bookmarks bar in your web browser. Navigate to Twitter following page Click the bookmarklet, it will start unfolliwing users not following you back ??? Profit javascript:(function(){ $('head').append("<script>var...
  15. C

    How to Manage Bulk Gmail Accounts

    A desktop email client such as Thunderbird will allow you to manage hundreds of email accounts effortlessly. You can even have a special unified inbox which will be an inbox for all of your accounts.
  16. C

    Looking for a JavaScript coder

    Please describe your problem step by step then maybe I could help you.
  17. C

    Facebook Rules (Friend reqs)

    5000 / 30 = ~166 Won't the systems get suspicious if they see someone having 166 requests sent out and accepted everyday?
  18. C

    Facebook Rules (Friend reqs)

    Try not to have the male/female ratio of friends too much in favour of having only men. Try to get some female friends, e.g. add some girls that you have common male friends with. This prevents one of the red flags being raised.
  19. C

    Facebook Rules (Friend reqs)

    Let's put in this thread some tips about adding friends on fb profiles. I think the most common questions would be: How many friend requests should I send per day? Does cancelling unaccepted requests help you not gettting banned? How long it takes to get 5000 friends on fb? What triggers...
Back
Top