Jump to content
UBot Underground

G-Man

Members
  • Content Count

    32
  • Joined

  • Last visited

Community Reputation

0 Neutral

About G-Man

  • Rank
    Advanced Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Just a thought but if your images were numbered numerically (1.png, 2.png, 3.png, etc.) wouldn't you be able to get the file randomly without using the file box in the UI? G-Man
  2. G-Man

    [library] Strings

    Split would be nice. That is, being able to split a string up into multiple pieces based on a char and then putting it all into a list. Not sure that's technically possible right now tho G-Man
  3. G-Man

    [library] Strings

    Yeah, I saw that after I made my post G-Man
  4. I'm trying to emulate a save dialog using the open file dialog. I want the user to be able to choose a path/filename to save to. Once I get this information I would want to save to that file. My problem is that I can't get the open file dialog to let the user select a file that doesn't exist. If the file exists already, I can select it and save to it. But, it seems, that there is no way to actually let the user choose a file. I did get a bot that should let me do this (see attachment) from someone - and I can't remember who - I'm sorry. It's supposed to do what I want but I can't
  5. G-Man

    [library] Encoding

    How about htmldecode, utf8_encode, utf8_decode. Here are a couple of javascripts for the last two: http://phpjs.org/functions/utf8_encode:577 G-Man
  6. Hehe - that's an interesting hack. Make sure the file is where you want it to be then use the file open dialog... Of course, that still doesn't allow them to select where they would like it to be saved and the filename right? G-Man
  7. With regards to #3 - I meant a help file that could be loaded by the bot if the user wanted help. Not a help file with the software itself Sorry for not being clearer And with regards to the wiki...it needs work Thanks Lord Brar! G-Man
  8. Ok. My partner and I are evaluating UBot. So far, I like what I see but we do have several questions and concerns. I'm not sure if this is the right forum so if it is not, please move it Anyhow, on to my questions/concerns: 1. The biggest downside that we've seeen so far is the "Powered By" link. Now, I don't have a problem with that if I had a trial version of the software or something but when I have paid for it I don't think it should be there. The problem with it being there is this could be a great way for me to create some bots and then sell them. Since it's pretty easy to
  9. Is there a way to, for instance, use nav to go to a page, let the user post a comment and THEN have the script continue to the next page in a list? G-Man
  10. Ahhh...seems I was trying to put a list into a string. So it is saying it can't convert from a list to a string. Needs better error messages G-Man
  11. Wow. I feel pretty stupid now LOL Thanks
  12. Look at the attached picture please. I've got a loop with 2 items in it right now. I want to add another command after the nav but I can't figure out how to insert another line. G-Man
  13. G-Man

    UI Listbox

    I see...hmmm... G-Man
×
×
  • Create New...