Jump to content
UBot Underground

Net66

Fellow UBotter
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Net66

  1. I don't post much on the ubot forum these days but I just wanted to chip in here and say what an awesome job Buddy has done with this package. I bought it from him as soon as I heard about it and even though I know my way around ubot and can make it do pretty much whatever I need, I still learnt some nifty tricks from the code samples and having these to copy and paste from saves me reinventing the wheel when I'm doing a project. I recommend this package of bots to any ubotter from beginner to experienced. Great job Buddy! Andy
  2. What a great idea and a bargain learning tool for ubotters! Andy
  3. Thank you for your nice comments! Fellow ubotters, this is your last call to get Protect Gold for UBot4 (upgrades or new licenses) at the current prices. Prices go back up on Friday. Don't say I didn't warn you. Andy
  4. Yes - there is now a browser based admin system for the licenses so you don't need to use phpMyAdmin. The browser based option lets you search on name, email, transaction, etc and then edit/delete records, etc. Yes. You actually don't need a database for each product though. You can manage 1000 bots in one database if you want to, just give each a unique app id and its own php folder. Personally I do create a new database for each bot but it is personal preference. A full list of changes has been added to this page: http://66th.net/ProtectGold.html Andy
  5. Protect Gold now works with Ubot 4! Also added ability to save Protect settings and some other minor enhancements. Details on the web site (66th.net), including upgrade rates for existing customers. Andy
  6. I'll echo the whole VPS idea. I switched to VPS recently and its solved sooooo many issues. And if you're not into web server stuff then people like hostgator offer a fully managed vps (anything from level3 onwards on their plans). While it increases hosting costs from $10-$15 a month to $50 (inc cpanel which is a must have), the time and money it saves from not having issues is massive. Andy
  7. I took a quick look at digiresults. You could make it work with that fairly easily. 1) Take their standard php example. 2) Include the config.php file in it by putting this line near the top; require_once 'config.php'; 3) Stuff the information they provide into suitable variables for customer name, transaction id, email address and in the section where it tells you the sale was successful, etc put something like this in; $res = query("SELECT * FROM `licence` WHERE `transid` = '$rcpt'"); list($total_rows) = mysql_fetch_array($res); if( $total_rows < 1 ){ query("INSERT INTO
  8. Just a quick update to let you know that I now have a way of intergrating Protect Gold with Rapid Action Profits (RAP). It does involve a few steps that might be considered 'intermediate' in the skill level required. If anyone needs to know how to do it then drop me an email, but the basic steps are; 1) Move your licence database table into the RAP database. 2) Set the config up so it points to that database/user/pass/etc. 3) Insert the following code around line 405 of the RAP ipn.php script (right before the comment "# Send download notification to purchaser" # Create Protection License
  9. Thanks for the positive feedback. Really glad your product did well. You can make money like that! One good idea and the determination to do it! Launching as a WSO is a good way to kick start things (Protect Gold now works with WSO Pro too - blatent plug!) Andy
  10. Hi Praney, I'll send this over to you later today when I am at my main PC (out and about on laptop at the moment) Andy
  11. Awwww thanks Praney :-) By the way, if anyone wants to sell protected bots using WSOPro then I now have a script that works for that. Its been tested by Adam Jackson, Mike Carlin and myself and works well. If you are a registered user of Protect Gold (sorry this isn't for the Protect66/Silver version) and need WSO Pro interfacing then fire me an email and I'll sort you out! Andy
  12. Google seems to be getting a lot tighter on its detecting of bots with it triggering a capthcha within a few pages even with delays in place. Just wondered if others have noticed this? Its got to the point that I've changed my commercial bots to use bing instead where possible. Andy
  13. Hi Abs, I am beta testing something in Protect Gold that might help toward this. I can send you the beta version if you like (just don't use it for live bots just yet). Its a feature a bit like the trial feature but it enables users to put the keyword 'free' instead which will generate a 'free license' on the fly. You can then use the auto update feature, etc. Free is different from the trial system as it doesn't prevent users re-installing or moving the license from PC to PC. I'll email you about it now. I am happy for other Protect Gold users to have this beta too but only on the u
  14. Thanks guys :-) And odienk, source code for Super Auto Blogger is available, PM me for details. Andy
  15. Also check out the bots that Abs has bought to market. When it comes to SEO stuff he is the man. Andy
  16. You could do an evaluation of whether the iteration of the loop you are on when divided by 50 is equal to the integer value of the same calculation. Andy
  17. Calling a sub within a sub doesn't cause a problem for ubot but if that sub in turn calls another sub and that calls another... you're going to have to issues in all likelyhood. Just avoid nesting too deep and the stack will be fine. Andy
  18. Cool tip about calling it from the shell - thanks Praney! Andy
  19. I've been using a similar tool http://www.proxyswitcher.com/ which works well. So far customers seem to be quite happy to add on a free piece of software to achieve the proxy features if they want it and it means my bots have one less thing to do and are smaller and easier to maintain. The biggest issue I have with ubot now is working with larger bots (frequent crashes, very slow load time) so the more I can strip out the better. Andy
  20. I went through my backups and found a copy of the bot which I have attached below. However this is the original version that Praney posted before any updates or fixes. But it may be of use to someone until the original fixed one is reposted. Hotmail - free script.ubot Andy
  21. Yeah please re-upload. I can't find the copy I downloaded (over-zealous hard-disk tidy up I think) so I came back to grab it and the links don't work Andy
×
×
  • Create New...