Jump to content
UBot Underground

Barry Sausse

Fellow UBotter
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Barry Sausse

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

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

  1. I think MAtkins has the right idea if you just want to concatenate two (or a small number) of strings. But you dont even have to use eval if you just need to append one string to another string. Just set a variable and for the content choose "Insert Variable" from the left menu in the set variable dialog. Insert the variables in the order you want them to appear. The finished SET node will look like this: Set #somevar = {1}{2}{3}... http://profitevolution.info/string_concat.jpg
  2. Ok, got it! just wasn't sure. Thanks again for your quick replies and help with this matter!
  3. Thanks for the reply and also for the example script! I understand what you mean that the example shows what the UI *would* display if it were a live browser element. However, when I run the script, the browser window always gives me a blank referrer (meaning, no referrer), regardless of where I navigate before running the script...This is true even if I add a node at the beginning of the script that navigates to another URL first before executing the code you provided. The UI panel always remains blank, as expected. Am I doing something wrong? I have The lowest security settings possible in I
  4. Hey guys, First of all, thank you for taking the time to read my post and reply! Your insights are much appreciated. I wanted to explain in further detail exactly what it is I am trying to achieve within UBot... I agree that PHP is a server side scripting language. The question I have is pertaining to the client side where the results are being displayed - in the browser, or more specifically in my case, I am interested in the UI HTML component and updating it with said returned results dynamically. I know that Javascript is supported in UBot. So, since Javascript is able to call an external
  5. I was wondering if anyone has tried/succeeded in integrating PHP with UBot via the HTML Panel UI Element? I have been trying to call a php script via Javascript (Yes, this is possible provided the called PHP script returns valid Javascript) from within the HTML Panel element and/or using the Run Javascript node. Anyone else messing around with such ideas? Thanks for sharing! [License:Dev]
  6. I am working with a similar situation. I was wondering if you could update this thread with any new info on how you've progressed over the last 2 months or walls that you've come up against. Thanks!
×
×
  • Create New...