Jump to content
UBot Underground

Praney Behl

Fellow UBotter
  • Content Count

    2328
  • Joined

  • Last visited

  • Days Won

    94

Everything posted by Praney Behl

  1. Here it is: http://www.ubotstudio.com/forum/index.php?/topic/10708-suggestion-enhancement-require-for-include-command-in-v3x-to-bring-it-in-v-4x/ Just created the Enhancement suggestion. Let see what the Dev. have to say about it if... they do.
  2. Infact I would like to suggest a command that could read ubot code and include it on the fly. Reason how it could be all difference and better is that you could encrypt the Ubot code to include and while reading it in the command you can add procedure to decrypt it before the command reads it. Well pretty much like read from file function I'll create an enhancement suggestion request, only thing is it may be added to the stack LOL!
  3. Yes thats right, but the only thing stopping someone from stealing your code is changing the extention back to .ubot
  4. I am also working on an alternate security system. Once completely, I'll share with the community. Hope it may help
  5. you have to keep the .ubot file in the app. folder. Yeah I know what you are thinking, it is like giving your code away. Just change the file extension from .ubot to say .dev(Not sure if it works in Ver. 3.15, as it used to work in earlier versions) Unless the user knows what it is they wont mess out. Its risky but the only available option.
  6. If Regex is not your game then here is an easy alternative for you: Code: add list to list(%sample, $list from text("C:\\Users\\name\\Desktop\\folder\\example.txt", "\\"), "Delete", "Global") set(#filename, $list item(%sample, $subtract($list total(%sample), 1)), "Global") Hope it helps Praney
  7. Well you could include subs from another script without having the code pasted in your current script. Just point to the location of the script you want to include and thats it. As they say "it doesn't need to be fancy, as long as it works".
  8. Glad I could help. I am always looking for better, shorter, and smarter ways Praney
  9. Unfortunately, In Version 4.x Dialog Pop-Up handling has been taken out. If you want, you can use Version 3.5 to do has it had the command. I miss that command in Version 4.x too Its Sad!
  10. I second you Buddy! Not a fan of using the Private Bot Bank after loosing hours of work. Include command was great, hope to see it back.
  11. I second that too... Sometimes I get a coffee but its still loading if not crashed
  12. Good use of Regex. Willywonka. Code in just one node: set(#clean, $find regular expression("9 Merilane 1712 Mount Curve Avenue 4830 N Fremont Avenue N 5020 Blake Road 2505 E Lake Of The Isles Parkway 4805 Bywood Street W 3209 Galleria Unit: 1808 8 Park Lane 4913 Rolling Green Parkway 4924 Green Farms Circle 4700 Annaway Drive 5 Spur Road 4218 Fremont Avenue S 2104 Kenwood Parkway 4612 Edgebrook Place 14 Bello Drive 1903 Mount Curve Avenue 6708 Cheyenne Trail 1324 Mount Curve Avenue 1600 Mount Curve Avenue 2232 W Lake Of The Isles Parkway 7432 Shannon Drive 72 Groveland Terrace 31 Cooper C
  13. Its good to hear from you Tony. I have been pretty busy myself. Hey for webinars that don't cost you, look at http://anymeeting.com/ . Its free and not bad. We do Webinars for free every now and then. Hope to see some action soon. Cheers! Praney
  14. It also takes forever to load existing scripts. I hope the dev. team is looking into all the issues are existent and new ones.
  15. Been pretty busy lately... As you can see into the code its as easy as it can get
  16. You can think out of the box and create the lists dynamically depending upon user input Playing with lists is much easier than else...
  17. I don't see a need for variable for variable name. But a little away from this, a good example where variables in the name of custom commands/function can cut down a lot of code by simple using user input lets say from a drop down menu into the command/funtion 's name. This would cut down the need for using several if/else statements in comparitively large scripts.
  18. illmill, In my earlier post I mentioned : As I don't know what you are scraping, so in your code all you need to do is remove this bit and replace the variable I used with the UI text Box (#sample_scraped) with your scraped element to campare with the rest of the list in the loop. and Alerts can be killed and replaced with what you need to do with it. Hope it helps. Praney
  19. Congratulations Andy! Another great one of yours. I just saw a little glimpse of it and know its a hit! Will grab this one in the evening. Praney
  20. Addam, Don't think Eddie allows it. I have tried doing such messy things a few times many moons ago, and we had huge discussions about this in the past. Buddy thought its just a bad idea LOL. But I see where you are coming from...
  21. To do it in one go, save the list to a variable and replace regular expression to the variable
  22. I would normally use the load html command instead and have my UI Html in it. But you can either navigate to a webpage or use an Iframe, whatever fancies you.
×
×
  • Create New...