Jump to content
UBot Underground

Net66

Fellow UBotter
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Net66

  1. But please give it to existing customers as a free upgrade
  2. My experience is this... If the machine had 3.5 and it was upgraded to 4.0 then it works. If the machine has never had 3.5 and has just had 4.0 loaded then (most of the time) it doesn't. If I come across a customer who has 4.0 and a bot isn't working if I get them to uninstall 4.0, install 3.5 and then upgrade back to 4.0 (optional) then 85% of the time this sorts the issue out. Andy
  3. Thanks for the PM. I have sent you back a sample ubot that calls the javascript to trigger the button. For anyone else who wants to know... I viewed the page in a regular browser and viewed the source. Even if you don't know much about html its still easy to figure out where the button code is in the page. <div class="buttonRow"> <div class="buttonRowInner"> <a class="promptButton" href="javascript:void(0);" onclick="return submit_add_bookmark()" style="width:160px;"><span><strong>Add New Bookmark</strong></span></a>
  4. My tip would be for this section of the forum to just be for tips and tricks and questions on how to do things kept in the scripting or general section Andy
  5. Sometimes with javascript the only way is to trigger the javascript event from within the bot rather than try to choose and click. If you give us a url to look at the button I'll take a look. Andy
  6. One of the key ways of helping people and posting questions here is to show screen snippets of bots and sometimes to upload a ubot file. But the forum has a global upload limit of 500k which I hit weeks ago. Can this be increased? This is what I see next to the upload box... Used 497.74K of your 500K global upload quota (Max. single file size: 2.26K) 2.26k isn't enough to upload even a tiny ubot file. Andy
  7. New version released today, it's in the download area for anyone who has purchased it. Latest changes; 1) Security enhancements. I spotted a couple of potential areas that someone might try to exploit, probably being paranoid but that's no bad thing when it comes to security. Have put some extra 'escaping' in to be safe. 2) As requested by users: Paypal IPN scripts now generate the database entry regardless of whether the user clicks to return to merchant and attempts to send them an email (although the success of this will depend on your php/server config, but its clear where in the
  8. LOL - yeah I've run into that on occasion. The best approach is to get an account approved for something that isn't black-hat and once you've got an account with an approved product everything else auto-approves (provided you don't have to request a max price increase). Andy
  9. I use Clickbank to sell some of my products and it is ideal for this kind of thing. If you have a good product with good sales copy then you soon get CB affiliates start promoting for you and sales can go through the roof. Andy P.S. Protect66 which you use for this is super-simple to make work with Clickbank :-)
  10. In ubot you must have gone to a javascript enabled page before using javascript or $eval. When you run a bot in ubot itself it has always loaded the ubot blog page which is java enabled, a compiled bot loads nothing. I made a blank page on my own web space that calls some simple javascript to start the engine and I go to that first in everything I do so I don't run into the problem. This is what is in the html I use; <head> <title>Initializing Bot...</title> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <
  11. looks ok to me too and I've tested in IE and Firefox. Andy
  12. The first one is easy. Just use the $replace command to replace "Posted by " with $nothing The second needs either javascript or regex but is most easily done with the functions in the strings lib which you will find on this forum. Using that you could use $replace to get rid of http:// as the example I gave above for the posted by thing. Then do a $replace on the new string to replace "www." with $nothing just incase the url has that in front of it. Then use the string position function in the library to get the position of the first / (after stripping the http:// the first one will be
  13. This is the wrong section of the forum to ask for help. You'd have more luck if you posted in the right section. Andy
  14. I use yourpriveateproxy because they validate your access based on your real IP so you don't have to mess about inside the bot setting up proxy credentials. They are lightening fast and reliable as well as being invisible/high anonimity. You are also allowed to use these with things like scrapebox whereas a lot of proxy providers restrict how you can use them. I use the 10 IPs a month package (you can swap your IP's monthly and choose what areas of the US you want them to be from). I find with all my bots that a mixture of randomly changing between ten proxies and clearing cookies and put
  15. No it doesn't have any time limiting. It is on the wish list and may be added in the future but I have no immediate plan for that. Frank on this forum has a time limit solution. Best wishes, Andy
  16. If other programmers/ubotters are anything like me they won't want to try unless they have a written spec for the job. It really might be an idea to type up an outline of what you're trying to achieve. Andy
  17. Depends on your proxies. If you get high anonymous/invisible ips that are not on blacklists then there isn't an issue. Andy
  18. Have a great trip Buddy - catch you when you get back. Andy
  19. And from previous posts I think a few use Proxybonanza.com Andy
  20. Excellent explanation!
  21. Proxybonanza are good for ubot. I also use scrapebox and they don't let you use thier proxies with that. My preference now is http://tinyurl.com/privateproxies because they work with anything and they don't need username/password credentials set which makes them a lot easier to use in a bot. Andy
  22. As far as I can tell ubot has never been built to multi-thread. The 'thread' command was introduced to work-around one particular issue. I suspect Seth is probably kicking himself for calling the command "thread" now even if that is kind of what it does. Andy
  23. OK that is a good idea. I'll look to do that. In the mean time... if anyone needs this to work with e-junkie... it will! I am not going to put the ejunkie script in the standard install just yet but if any Protect66 user here uses e-junkie and wants to test it email me or PM me and I'll send you the php file and some crude and basic instructions (its pretty easy). Andy
×
×
  • Create New...