Jump to content
UBot Underground

SmileyBot

Fellow UBotter
  • Content Count

    170
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by SmileyBot

  1. Hi Guys I can query the SQL db and get the returned results into a ubot table, but when I try and save the table to my PC with the file as a CSV, the saves but is empty Is there a limit on table rows? as I have 15087 rows with 12 Columns plugin command("DatabaseCommands.dll", "connect to database", "sqlserver:Server=xxxx,1433;Database=xxxx;User Id=xxxx;Password=xxxx") { plugin command("DatabaseCommands.dll", "query with results", "*QUERY COMMAND*", &STOCKTAKE TABLE) } save to file("C:\\SQL DB DUMP.csv", &STOCKTAKE TABLE) Any ideas Cheers
  2. I think you are missing the point of botting
  3. Just saw the new record function cool function and looks good and faster than before? what do you think? I think: because I use UI commands, I would like to see this function more like some of the java field page scrapers around, Whole page BANG BUTTON - everything scraped, dropdowns, textfields, checkboxes, download links, images..... It's quicker to delete what you don't want and then assign variables and tweek?
  4. Ubot5 should just do as MS do, release the beta product and let the community debug it for them, smart idea when you think about!! I could never understand why ubot doesn't have a dropdown send error log function. I also include a ui window 'send errors' in all my bots and have found it to be beneficial to my program and customers
  5. Hey guys I can't wait until ubot 5 when we have an inbuilt regex builder I want to regex scrape only the first occurrence of either http or https faceb00k url with the below expression i get duplicate url's for the other 'class=fld' links <td class="fld"><div id="178412972335796dv"><a href="https://www.faceb00k.com/fashi0nandv0gue" target="_blank" );"="">View</a><a class="cursor" onclick="skiplink(170100,'178412972335796','page');"> onclick="startlink('178412972335796','page','170100',169);imageWin('https://www.facebook.com/fashi0nandv0gue','Faceb00k','17010
  6. Well done Tj, Your the man!, i have already had 1 pp account closed because of refunds. We are talking serial offenders, so just a simple score will weed them out? if someone has a score of 4, do you really want to sell to them anyway? if they aren't a problem now they will be in the future! Can you incorporate something like this as an auto check into your existing bot license software as an update? It would make it stand out from the rest,
  7. Thanks for you help, Gogetta I see you must have seen the sites page in question as you have used "single_like_button btn3-wrap" in your script. Do you have this fully working so that you gain a point? because the new window opens the correct link and i'm able to click within the new window, however when the new window closes the AMF page doen't ackknowledge that the new window has closed? so no points are given cheers wait for element(<innertext="Skip">, "", "Appear") set(#get_onclick, $scrape attribute(<class="single_like_button btn3-wrap">, "onclick"), "Global") change attri
  8. thx, But it doesn't work, the exchange site doesn't register that there has been a click also there seems to be a bug, i must click another tab and then go back before the new window works.
  9. Hey Guys I see a few Ubotters have made a bots for addmefast, Does anyone know how these guys are getting past the popup window that doesn't load fully to be able to click the fb like button?
  10. Cant you just remove the alert?
  11. I overcome the different people connection speed issues by using the 'wait for element' instead of just using 'wait', if people are timing out with 1 'wait for element' in place add a second 'wait for element' as ubot will move past the command if taking to long
  12. Inbuilt button to run / pause / stop would be great and has been asked about many time before Just be aware that when you use the above method you cant stop the loop if needed, like you can using the normal controls
  13. goto fiverr and look for PVA - people are offering both ready made accounts and also phone number to verify with, Check which type they sell before buying
  14. thanks, nice share, i use this plugin all the time
  15. Hey Guys I have been playing with this for hours, can someone please help I'm using $replace regular expression to replace the word proxy.php The problem I have is the below regex matches both occurrences and I only want to replace the first occurrence ?<=file_get_contents..)(.*?(?=")) echo (file_get_contents("proxy.php")); echo (file_get_contents("proxy.php")); echo (file_get_contents("proxy.php")); cheers
  16. cheers, I just stared to do as you said above, just as you replied thanks for the regex tip, I must say, doing the above method for more than 5 set's starts to get confusing!! thanks again
  17. Thanks Traffik Cop, i can see how it's doing it, is it possible to keep the php file within ubot? I can add the the raw php code into the node and it work good, thanks! what if i need to add 2 variables <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no" /> <title>{#websitename}</title> <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> <iframe src ="{#websiteurl}" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" align="center" width="100%" height="4000"></iframe&g
  18. Im having troubles inserting a variable {#websitename} into a php script and saving it <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no" /> <title>{#websitename}</title> <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> Just before the bot finishes the last command, it inserts the set page title {#websitename} variable into the template php file and save it. Is there an easy way for this? cheers
  19. this has happen to me a few times, send the file .ubot and or exe to ubot studio and they should be able to fix it
  20. I have worked out the problem "dont use ubot" use shitty imacro instead as you will never have this issue ,I refuse to spend time to make an automated bot and have to go back and work out which record has been scraped or not, what a joke, ,
  21. Hey, I always have problems with ubot when scraping more than 3000+ records, I need to scrape 36k records and it doesn't look like I'm going to be able to it in one session, any ideas,
×
×
  • Create New...