Recent content by soklot

  1. S

    Programming

    power shell / vbs / .net it depends on what you want to do next ;) i make my win automation on vb.net
  2. S

    WTH Android Developer !!

    i think i can help pm me
  3. S

    How should I start?

    start easy like me use wordpres :)
  4. S

    30-Day Trial: Wake Up At 4:30 A.M.

    keep going ... i am getting constantly at 5:55 AM this is my magic time (rock)
  5. S

    I need an Automation Bot for a Social Networking Site.

    depend on the task i can help you with free tools
  6. S

    Is there a IMDB scraper available?

    you can make what you want with java + jsoup :) if you need help just pm me and i will make a tutorial and post it on the forum :)
  7. S

    [Journey] 10.000k/12days

    great idea
  8. S

    Are there any tools to generate a list of all permalinks on my Wordpress site in txt file

    I see you managed to do what you wanted but i think there is an easy way. just execute this sql statement SELECT concat('webPageAddress',post_name) FROM `wp_posts` t
  9. S

    Post your 9-5 job

    java developer for the moment :D
  10. S

    Webpage scraper

    Hi to you all I saw couple threads about getting data from webpage so this is simple java example you will need jsoup jar file in your project Document doc = null; try { String currUrl; doc = Jsoup.connect(ENTER BLACKHATWORLD URL INCLUDING HTTP).get()...
  11. S

    Need a scrape of a website or a bot

    share more details and i will try to help you to build the bot together
  12. S

    MY SQL Expert wanted

    Hi, try to open both databases side by side and check table names. if names are the same check the coll names. well if there is too much difference between names you can try to match them but this is hard work. If you give some more info about two database tables and colls in each table i will...
  13. S

    cURL Script to Manipulate Poll?

    stackoverflow.c()m/questions/8986617/jsoup-posting-modified-document stackoverflow.c()m/questions/6581655/jsoup-useragent-how-to-set-it-right Sorry for the links
Back
Top