Jump to content
UBot Underground

rogercd

Fellow UBotter
  • Content Count

    29
  • Joined

  • Last visited

Community Reputation

3 Neutral

About rogercd

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

1779 profile views
  1. Ok i've managed to do this it works only problem is that i cannot restart the script ( or i have to do it manually ) so instead i made a 5seconde counntdown before the if else but it think a run script function could be really nice ! Thanks for the help Edit : Im wondering is there a way to have an empty loop , looping until #button1 or button2 or button3 = 0 ? Edit2 : Ok ive just tried loop while > either > Comparaison #button1 = 0 or Comparaison #button2 = 0 and ubot crashed 3 times in a row i guess that's not good xd
  2. i don't get how alert would help in that case ? it's just a way to restart the script ? i'm needing 6 buttons each adding different stuff to a list. how the user would choose the proper thing to add to the list without any input ? i can't seem to be able to add button inside altert.
  3. Hey guys. So , i just tried using ui button for the first time and it didn't worked at all as i expected it would some i'm abit lost. The fact the you need to asign commands to each button differently is hard to understand for me. I'm trying to build a little script that will navigate to url's from a file. I wanted that at the end of each loop ( each url ) the script pause ( all this i can do np ) and then after the user have clicked on a the proper button restart looping. The purpose of the script was to sort items from a website in different category. i would manually asign each url t
  4. Thanks both of you that was the kind of ideas i was looking for. One last thing , how can you make " alerts " ? I would like to get the content of the error and display it to the user is that possible ? what i mean by " content of the error " is actually what ubot display when there is a problem. Kind of the same way we do in php for error debugging ?
  5. If there is no way of doing it but you know a way that would require something else im all ears. I was looking at those CSV to HTML website , etc. but not really sure what would do the trick.
  6. Hello , I'm new to ubot and each time i'm building a new bot i'm not building it perfectly as far as user input. I'm not sure what to do exactly. Example: There are 2 input field , user can input only 1 or the 2. How do you manage this ? Currently if there are two input field and only one is filled script will say there is a problem ( ofcourse). How do you handle those type of situtation ? With Else if ? If user input = $nothing , then , Else "script" ? I'm often having those issue when there is user input i'm not really sure how to code the bot to answer wrong manipulation user wou
  7. Hello guys , I'm trying to build a bot the will grab image on majesticSEO and organize them in a CSV file. For example : ubotstudio.com i would need : http://www.majesticseo.com/charts/linkprofile/2/?target=ubotstudio.com&IndexDataSource=F and http://www.majesticseo.com/charts/backlinks-discovery-chart/ubotstudio.com?w=450&h=150&IndexDataSource=F , etc. Well all this is i can do , what i cannot do is display the image in my CSV file. The goal of this bot is link analysis , so i would need to compare different website link analysis. Let's say the first page of google. Ho
  8. Hello guys , I've built a little tools that i use to make product title and description on my ecommerce websites. Maybe some of you will be intersted by it. What it does : Allow to mix spinning + csv information , for example : Hello my name is {roger/ubot/goliath} i come from [column1] , i have [column2] eyes. How it works ? You are allowed 3 column of content in your CSV. Open you CSV files with your 3 column being A,B,C Enter your patern in the Input text field like this : Hello my name is {roger/ubot/goliath} i come from [column1] , i have [column2] eyes. Get the result
  9. worked , didn't even have to relaunch the bot.. i don't belive it was that simple.. big thanks
  10. Thanks for the help. When the file is opened in Calc , it openning in utf8 but how can i make sure it SAVED in utf8 ?
  11. Hello guys , I'm having issue when saving accented letters to CSV. I'm scraping content from a website , where is text is located in the h1 et h2. I'm only scrapping innertext , adding item to list => list as column in maintable => maintable save to file. Everything works fine the only issue are accent that are remplaced with jibrish ò,à ,è,é,ù, ì . Important note is that , when scrapped everything works fine , Im checking in real time the debugger and all accent are working perfectly inthere. I'm not really sure what is the problem it seems odd since ot works in the debug
  12. Hello guys i'm looking for a way to change the CSV separator in ubot. I've found this topic http://www.ubotstudio.com/forum/index.php?/topic/6061-how-to-deal-with-commas-inside-the-csv-file/ saying it was in the settings , but it isn't. Can you help me to look for it ? Or are they once again retaining the option for Pro user ? If so , any workaround , i'm trying to scrape a sentence with some coma inside and it mess up the CSV. Thanks guys
  13. I can't seem to edit the topic title for the that/than misstape. Soz Hello guys , I'm new to ubot , but using this nice drag&drop interface made me want to start learning to code again ( PHP ) , something i've gave up times and times again due to lazyness and unwillingness to spend time writing code. Do you know if there is a software similare to ubot that would allow me to basically " drag&drop" php ? It would also be nice if , like ubot it can also allow me to acces the code part of the script. Thanks alot.
×
×
  • Create New...