Jump to content
UBot Underground

nurzaga

Fellow UBotter
  • Content Count

    22
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nurzaga

  1. Hi Nick, What command to save from datagrid to table? list or variable? i need saving datagrid to file thank you +++++++++++++++++++++++++++++++++++++++++++ EDITED : Found it : get datagrid cell value I hope next update will cover command : datagrid to table
  2. thank you for advice, but this happen when i tried that. the special folder turn into line of code when i click OK. any idea to fix?
  3. oh i see, but i mean the image act as a logo on UI. and shouldn't it saved offline on the pc? can the image saved offline act as logo in the UI? thank you
  4. can i placed image on the UI? i managed to placed image on the UI but have to used exact path locations, example : C:/users/user_profile_name/documents/image.jpeg when it move to another pc won't work because the path location (user_profile_name) is difference off course. any way to solve this issue? thank you
  5. Nick, On 1.7 dialog function like save file dialog/open file dialog (file management plugin) is not work. it's really important feature for my bots. Thank you
  6. Thank's Nick, I have purchased now. I have watch videos and read wiki. right now, I know how to create table datagrid, but after that I want show UI HTML Panel (because my bot UI is designed using Ustrap). What I need right now for my bot is : Using UI Design from ustrap and table datagrid from your plugin below is that possible Nick? second question.. when the starting/opening bot, the UI is not show, I have to click run, then The UI showed.. how to make the UI load automatically when the bot just opened? sorry for very basic question, i am new to this kind. Thank you
  7. Hey Nick, Its look like very cool and i am interested. Just a quick question, about datagrid table, in case the table up to hundreds/thousand rows. how it will be look like. It is still one page that scrollable from row 1 to 1000? or that auto creating page 2,3,4 etc (like ustrap table component). thank you
  8. Thank you @HelloInsomnia for your concern to my question.. i am doing this to that function you create : 1. change sitekey 2. run that function using run javascript like this : (change sitekey) run javacript on that function : Is that the right action i do? because nothing happen when execute that action.. thank you
  9. Hi Everyone, I have problem with solving recapthca v2 (i think it's invisible one), becuse there is no "i am not robot" checkboxi have script that works for invisible recaptcha demo page, but not when i try on the real case, i have still problem. I am creating bot for URL inspection and request indexing from google search console (https://search.google.com/search-console/about) my progres so far, I found the googlekey and using 2captcha key to solve the recaptcha, n i have receive response from 2captcha i think my problem is i could not find the callback function, so i cannot execute the
  10. hello everyone, really need help, i create bot for submitting to submit url google.. https://www.google.com/webmasters/tools/submit-url but there is a problem, somewhat, some element didnt come up, like captcha and status message normal view is like this : http://prntscr.com/3161b4 there are captctha and status message when success submitting.. but when i open with ubot browser, the captcha never show up, and when "submit request" button clicked, nothing happen.. its always normal when i open with normal browser, but never work when open with ubot browser.. ubot view : http://p
  11. hi, can anyone complete my script with socket for registering at http://www.salonsprite.com/register.php it need captcha.. i have create raw script for register : ui text box("Username:", #username) ui text box("Password:", #password) ui text box("Email :", #email) plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "User-Agent", "Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0") plugin command("SocketCommands.dll", "socket navigate", "GET", "http://salonsprite.com/register.php") load html($p
  12. regex couldn work, cause i try to replace manually its still error... here is the actual page.. http://zeromodal.com/member/register the step process is : - enter the capthca - klik "i am human" - the code will appear dont know, i try open the page with chrome browser and it seems normal, but when i try open with ubot browser, the black diamond mark appear..
  13. yes its the issue, but how to apply that concept to ubot? cause removing 1 character make the security code is not valid..
  14. helloo everyone, nice to know you all.. this is my first thread.. and i want to ask bout my bot creation results., i have some problem with scraping, on my local pc its run perfectly, but when i use it on VPS its not running well.. i checked the problem.. and i found this.. on my local pc, the code that i will scrape is perfectly fine like this.. http://i.imgur.com/lvODqzz.png but on VPS.. http://img9.imageshack.us/img9/215/lbos.png is anyone know why this happen? thanks a lot for all answer..
×
×
  • Create New...