Jump to content
UBot Underground

Saxon

Fellow UBotter
  • Content Count

    194
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Saxon

  1. Hi, I hope that you are opening it correctly from shell

     

    post-263-0-02507600-1309612325_thumb.png

     

     

    it works correctly for me, after disabling the scripting, I use the 'in ie window' command and do everything there

     

    post-263-0-58324500-1309612431_thumb.png

     

     

    hope this helps

     

    make sure that you reenable the scripting, after you have done everything. or else it will still be disabled the next time you start ubot.

     

     

     

    ------------------------

     

    First test that the scripting is really getting disabled, what i do is to visit any post in ezinearticles.com in IE9 and see that the google adsense is loading. I then run the vbs file from shell, close IE and then reopen that same ezine post. The google adsense is now disabled. Do the same thing to start scripting.

     

     

    Hi thanks, I really appreciate your reply. I've used the shell command, but it doesn't change anything. I've run the bot attached a few times to see if the shell command changes anything but it doesn't.

     

    I've also attached the vbs file.

     

    Do you think you could have a quick look for me please? Obviously you'll need to change the path to the vbs file if you do decide to help me out.

     

    The captcha thats loads in the new IE window should look completely different when scripting is on or off, it will be easy to see when it's working:

     

    '------------Begin Script Code-----------------------

    On Error Resume Next

    Set WSHShell=Wscript.CreateObject("Wscript.Shell")

     

    X = WshShell.RegRead("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1400")

     

    If X = "0" Then

    WshShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1400", "3", "REG_DWORD"

    Elseif X = "3" Then

    WshShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\1400", "0", "REG_DWORD"

    End If

     

    Set WshShell = Nothing

     

    '------------- End Script Code ----------------------

     

    I couldn't attach the file in .vbs format.

    TJ2.ubot

  2. I have a question about this. If we need to, how do we restart IE in ubot dev, and compiled bots so this takes effect?

     

    I have a bot that needs JS, but I need to disable it on 2 or 3 pages that crash my bot.

     

    My idea was to turn the IE setting on and off several times during the bot, but that doesn't get around having to restart the browser...:(

     

     

    Also, the image on/off works perfectly, thanks, but the scripting one doesn't make the changes. It is this one (image attached) we are changing?

     

    I used the scripting code in a new and seperate file, and I'm running IE8.

    post-1851-0-80719300-1309565203_thumb.jpg

  3. Hi, I have a commercial bot, and I'm losing sales to refunds and I can't promote it further because a few weeks ago a website change happened and my bot has not worked properly since.

     

    The problem is that a particular website crashes when ubot navigates to some web pages (both in Dev, and compiled versions). My problem is as simple as that. I don't need any coding done, I just need to find what's causing the crash.

     

    The problem is not logic, this bot used to work perfectly and node logic won't cause crashes like this (I don't think!). Currently, the bot works for some users, but it crashes on my system and on many others. I suspect it's OS settings or permissions, or IE settings, it could antivirus but I doubt it.

     

    Things I have tried:

     

    Removed subs and loops from within subs (memory issues)

     

    User agent switching (this could still be the issue, but I've changed the UA to chrome and it still didn't work)

     

    I've tried narrowing it down to OS, I run win7 and it fails, but it works on my xp machine. However, I think other win7 users can make it work fine.

     

    JohnB and Net66 can vouch for me, I promise to pay the $120 even if it only takes you 5 minutes to solve this damn problem for me. I'll still pay $40+ (depending on time spent) even if you have a good go but can't help me.

    Send me a PM. Please note it's only fair that I do this with just one person. I'll have a quick look at your profile, and we need to be able to skype so we can test this thing out.

     

    I'll update this thread when I've got someone.

  4. There is. Just Copy & Paste. ts been there from the beginning.

     

    If you are doing this one node at a time and the Bot is a biggie then it will take you a while.

     

    I typically start in my bots with one Loop with a cycle set to one. I then build my entire bot into that Loop. Now if I need to copy it to another Bot all I have to do is copy that big Loop and Paste it into the my new bot

     

    One Copy and one Paste. I am done.

     

    What I mean is the ua-init has some code before the subs are laid out. If I'm using one sub, I don't need the others.

     

    So I can just copy the sub I need into my bot. However, this is not true if the "include" node runs the nodes in ua-init.ubot that are before the subs, see what I mean?

     

    Also, can I delete the nav/http://uplink.advancedubot.com/pages/vars node?

     

    Thanks again.

  5. ubot database = orgasm!

     

    With SQL (learn it for God's sake, ubot has JS and you have to learn that too!) this could really make ubot a different animal.

     

    You could make commercial bots that set up shopping carts, and modify records, or even speak directly to the wordpress databases of your blogs.

     

    This would be amazing.

  6. Hi everyone, I just want to share my experience of using Andy's ubot protection scripts: http://66th.net/

     

    First off, I can say that Andy gives excellent support, and even before I purchased Protector Gold he had added a new script to help integration with warriorplus which is the selling platform I used for my WSO.

     

    I sold 950 copies of my software, and I've scoured the net to find cracked copies.

     

    There are none.

     

    I found some results which were people pretending to have a crack in order to trick people into downloading spyware, but I can say that the $250 I spent on Protector Gold was flawless. It is perhaps the best business investment I have made interms of ROI, and time saving.

     

    For me, the best feature is the update ability. This means you can distribute new versions to all your customers simply by FTP-ing a new version made in Protector Gold "update mode". To have this kind of infrastructure in my product seems bizarre since I work in my living room. But sure enough, your ubot can update like all the big name software out there, and the piracy protection is even better.

     

    So, I want to say a big thank you to Andy, and I thoroughly recommend his product as he delivers on quality, ease of use, support, and value for money.

     

    http://i53.tinypic.com/33tjdyg.jpg

  7. http://img709.imageshack.us/img709/7816/imageclearcookies.gif

     

    Yes all you do is Run Shell --> & Put the string in a Sub Parameter --> ...and it should work. I can confirm this works in IE8 and IE7 on Windows Vista.

     

    If anyone knows how to run the clear cookies box hidden I would be interested in knowing how.

     

    Quality! This has solved some long standing problem. This thread should be mentioned everytime someone has log-in/cookie/proxy issues.

×
×
  • Create New...