Search results

  1. D

    Scraping emails from Amazon Seller Central - Script needed

    Hey Check out my feedback,I am on skype " smileywozere thanks
  2. D

    [WTH] A simple Programmer who can create me a upvote bot

    can do this for super cheap PM sent
  3. D

    uBot - recommend any decent plugins?

    Hey I have launched a plugin a CSS Selector,nice way to scrape HTML documents,I think its the best HTML Parsing tool available for Ubot,hence why I am including it in your thread,when Ubots scraping tools are not available,like a HTTP Get I'l send you a copy for free,maybe leave a review :)
  4. D

    Help on uBot code? Pretty sure fix is simple, can't figure it out though

    load html(" <img src=\"httpecx.images-amazoncom/images/I/61kABvWK2WL._SL1500_jpg\"/> <img src=\"httpecx.images-amazoncom/images/I/61kABvWK2WL._SL1200_jpg\"/>") add list to list(%imgSRC,$scrape attribute(<(tagname="img" AND src=r"SL1500_jpg")>,"src"),"Delete","Global") Hey,so I tried this on the...
  5. D

    Help on uBot code? Pretty sure fix is simple, can't figure it out though

    hey This should work,just quickly tested and gave me 136 jpg src's add list to list(%imgLinks,$scrape attribute(<(tagname="img" AND src=w"http://ecx.images-amazon.com/images/*")>,"src"),"Delete","Global")
  6. D

    Need some quick JS help

    I hope you made sure to empty your inbox,a lot of developers will want their chance to claim the reward money I am sure
  7. D

    Any good software to market my ecommerce website?

    Ubot is very very good,you could buy professional solutions for different platforms that would be better than Ubot but with Ubot you can tailor make your bot to your ideas and platoforms, it will not yield overnight results,takes a few weeks, unless you have a natural skill for programming,but...
  8. D

    Instagram Block Bot

    Ive added this bot to my free bots section,please read the intro a few things to be made aware of http://www.blackhatworld.com/blackhat-seo/member-downloads/793060-instagram-unfollow-block-unlock-bot-users-you-follow-who-do-not-follow-back.html#post8300198
  9. D

    Free ubots(trying to build my reputation!) please challenge me within the ubot scope

    Please Check out my Instagram Unfollow bot,anyone you follow who does not follow you back,it will block them followed by unblocking them Please read the Intro,a few things to be aware of...
  10. D

    loading img pixel from a js file

    put this in the html file to inject jquery,put the below in a JS file,inject the JS file,after the jquery injection <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> =========================== $(document).ready(function(){ var myPixel =...
  11. D

    loading img pixel from a js file

    Hi,yes it does needs to be in body,document.body.appendChild,I was just getting since it was a http get,and the body does not exist at that point of execution,I think it would still work if you have jquery in your page write this $(document).ready(function(){ var myPixel =...
  12. D

    loading img pixel from a js file

    Im not sure what a tracking token is,after a quick google,you basically need the IMG embedded to the page,so that it does a HTTP Get which is tracked by the tracker provider,try this <script> var myPixel = document.createElement("img") myPixel.src="https://linkToIMAGEHERE"...
  13. D

    How to crash Chome with just a URL!

    LOLZ I got cutt :(
  14. D

    Free ubots(trying to build my reputation!) please challenge me within the ubot scope

    Good idea,but I would assume it would be the same as a Youtube Video View Bot,youtube is very unfriendly to AI,you would need a proper professional programmer to write something that could fool youtube into thinking you are viewing a video,only alternative is a bot that actually is watching a...
  15. D

    Free ubots(trying to build my reputation!) please challenge me within the ubot scope

    Hey,yeah it is possible however very difficult,you would need a real professional programmer for those types of operations,I particularly mean if you want the bot to run in the background talking to the email clients server without going through the browser creating dozens a minute
  16. D

    Free ubots(trying to build my reputation!) please challenge me within the ubot scope

    Like the google play store,maybe,as I said I dont do IM,please state exactly how you would like the operation to run and I will see what I can do :)
  17. D

    Free ubots(trying to build my reputation!) please challenge me within the ubot scope

    I am bumping up this thread,I wasn't ready for the challenge last November,I still wasn't good enough :) Now I feel that I am or close enough to try it! Please post some bots you feel would benefit the community,nothing illegal *I dont know anything about IM so please be very technical with...
  18. D

    [Hire] Integrate 2Captcha To Solve New Recaptcha On My Existing Script

    thanks for the job man,it was nicef working with you :)
  19. D

    Help needed - JS app. From local machine time to UTC

    function timezone() { var myTime= new Date() var offset = myTime.getTimezoneOffset(); offset= offset * 60000 offset=offset+myTime.getTime() UTCTime= new Date(offset) return UTCTime.getHours()+":"+UTCTime.getMinutes()+":"+UTCTime.getSeconds() }
Back
Top