Jump to content
UBot Underground

tnhomestead

Fellow UBotter
  • Content Count

    69
  • Joined

  • Last visited

  • Days Won

    2

tnhomestead last won the day on December 12 2015

tnhomestead had the most liked content!

Community Reputation

16 Good

About tnhomestead

  • Rank
    Advanced Member

Profile Information

  • Gender
    Male
  • Location
    Tn
  • Interests
    Leatherworking, outdoors, computers, programmming

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

3974 profile views
  1. What file do i have to include with ubot for a bot to run that does not use the browser? the built in installer seems to use a lot more space than I prefer
  2. If someone else ends up needing this, I set a thread before I call the FTP connect, the thread is just a 45 sec wait and an if test. So if the FTP works, i set the connect variable to true, and the bot runs normally. If at the end of 45 sec the connect variable is still false, it pops up an alert about invalid name/password etc and then stops the bot.
  3. Okay, the ftp connection was working fine,then it started acting up on occasion -- now has stopped working! http://keepmysitesafe.com/wp-content/uploads/2017/01/Ashampoo_Snap_2017.01.11_12h26m50s_001_.png This happens on every call to ftp, and its always object reference error. Have deleted all copies of ubot, and reinstalled and still get the error. Anyone have any ideas?
  4. Problem seems to be that if the connection details are wrong, you never get to the next line in the code. Before compiling, you get a pop up from the connection wizard if your details are not correct (ie unable to connect) but after compiling if the connection details are wrong your code seems stuck, and even the pop up doesnt show. I have an alert before and after the connection to ftp, the first one shows but you never get to the second one. Thinking of maybe trying a timer in a different thread and give it 60 to 90 seconds to connect, if not done by then show an error message.
  5. is there any way to test if an FTP connection was successful? After I compile, I no longer see the error message. And the bot seems to die or get stuck there, since the alert I set to show lack of success never gets run.
  6. PHP 7 is the same(pretty much) as 5.6. Any tutorial that teaches 5.4 or better PHP will work to learn from. Even an earlier version of PHP is fine, just download WAMP or another such system to your computer and play. There are a couple good tutorials on Udemy, one has over 50 hours of content. And a lot of tutorials on youtube as well. A good place to start is here at http://www.w3schools.com/Php/, its not the best but it will give you a good primer on PHP. I was at a launch perty for 7, and one of the core devs told us all the new changes -- you wont notice the changes for 7 for a while.Thats
  7. Anyone have any idea why the virus total on this plugin is so high? Ran my own scan with the same results.
  8. There is a free 3rd party plugin that offers switch. You can find it in this thread. http://network.ubotstudio.com/forum/index.php/topic/14198-howtouse-switch-case/
  9. Which files are you saying are infected? Were they core files or third party addons? Seems a lot of users here, and if the core or even addons folks would find out fast.
  10. Dumb question I am sure, but where do you find testers or do you? Not sure if its worth while trying to find some, but only have a couple computers to test on and not sure if thats enough or not! Thanks!
  11. The support files are in appdata/roaming/ubotstudio/browser/version number you are using. Basically all the files in there need to be used.
  12. Okay, maybe use 3 lists -- one with data, another to track the data. IE list 1 is Chicago, New York, Memphis and list 2 is your used list and list 3 is your random list. Get a random list item from list 1, add to list 3 and save the item location to the used list(list 2). On the second random to the last one, do a random number, check to see if its been used or not from list 2. If it has not been used save the item to the list 3 and save the item location to the used number list(list 2), if the item was used already, then get a new random number. This would allow you to build your csv pretty
  13. As long as 98SE is alive, thats all you need to run anything!
  14. Money doesnt rule everything or everyone -- I lived off grid not for money but for fun. And we already have found proof of alien life -- look up the WOW signal! But without money, we starve -- or the government takes our computers and property to pay taxes! But back to my journey, had to work the last few days so not as much done as I wanted. The site is close to done, just a few last tweeks to make. The first page for the first bot is done.and the video for the the bot is finished -- I love Camtasia!
×
×
  • Create New...