Jump to content
UBot Underground

patmiller27

Members
  • Content Count

    76
  • Joined

  • Last visited

Everything posted by patmiller27

  1. I can not do that because that will somehow kill the whole purpose. It's a web based licensing system that I use for my bots. I was thinking if I can share it with everybody somehow. Ideally I would want to keep the sourcecode hidden from the rest of the users but that does not look to be possible. Or is there a way?
  2. Can we include external code or a library in UBot? I am willing to share a nice script for UBot Programmers... but I can not put it in Bot Bank because everybody there can edit it or tamper with it. What's the best way to share it or get them to include in their bots? Pat
  3. Hi, I need to build an application with a professional UI. There is a module in that application that can be very easily done by UBot. I have a compiled exe that I want to invoke from my VB application. I can invoke this exe alright with the /auto switch. However, I do not want the ubot window to appear in the foreground when the exe runs. I want it to run completely in background. Can anybody please help me with this? Thanks, Pat
  4. Hi I have a PHP page with this code... <?php echo "Print: "; echo $_POST['ab']; ?> Basically it just prints a variable named 'ab' which has been posted to this page. Now how do I use Navigate with postdata in conjunction with this page to make sure that the value is properly printed when I use this command. I am attaching UBot Sourcecode for the example that I was trying to use with this page. Can somebody please tell me what I am doing wrong here? Thanks, Pat test.ubot
  5. Hi BotBuddy, I am not able to start CCleaner properly? What could be the reason... Is there something I am doing wrong. I just drag the Shell command and browse to the file CCLeaner.exe in My Programs>CCleaner. Ccleaner is not even starting when I do this... I have tried it on a couple of machines but same results...It's not starting. Can you please suggest something? Thanks, Pat
  6. Hi, Just wanted to ask about the recommendations to use cookie cleaning softwares in conjunction with UBot. I have been using CCleaner otherwise and it has an inbuilt /auto switch too but I am not able to launch this program using the shell command in UBot. It is just not starting? Any recommendations to get this working or any other software that could be of help. Thanks, Pat
  7. I can not get eval function to work at all...Any ideas? I simply tried to set a variable as the multiplication of 2 numbers using the eval function and I tried to display it in the UI stat monitor. This is giving no value at all as result. Thanks, Pat
  8. Hi, it would be very useful if somebody suggests me that if it is possible to save data in .mdb file by using Ubot or not,if it could be done so what are the basics of doing this. Thia, Pat
  9. Hi I am having problems in clicking on a flash based button... to upload a picture... http://soundcloud.com/signup Just enter your email/password and click the next button... On this page you will get a button to upload your picture... The problem is that this button is designed in flash... And I dont see a way to click on it reliably. and upload the picture... I do not want to use move mouse and click input commands because this will create problems on different resolution screens... Can somebody please suggest me a way to do this? Javascript? BTW, if this could be of any help.
  10. Hi, I am not able to navigate to urls with port in UBot http://129.121.68.80:2086 Any ideas?
  11. There is a male/female button on this page.. And the signup does not go to the next step unless we select this... http://www.bigadda.com/signup Any ideas? Thanks, Pat
  12. Hi, I am trying to register on http://www.sitejabbar.com/registration When i am doing registration maually on that site than it works, but when i am trying to do registration using ubot then is jumps to the home page of the website when we click the button and the registration does not take place. Kind Regards Pat
  13. Nopes this is not the case, I think. I can easily upload pictures manually... even if the category is not selected. I am just unable to choose this button successfully on a freshly loaded page.
  14. Well... Frankly speaking I am not able to choose this button properly... If the page is loaded fresh, The button can not be chosen unless we manually click on the button. I am not sure how you said in your first post that you are able to click on it... I am not even able to choose it on a freshly loaded page... Forget about clicking or changing file filed chosen...
  15. Nopes this does not work . This function does not trigger the ajax associated with that button and consequently It does not upload the picture in the boxes below it. Try it yourself... there is a difference when you click on the button manually and upload your picture... (The graphics of the button change and finally the picture shows up in the box below)... But when you do it programmatically, it does not happen so. Any more suggestions? TIA, Pat.
  16. Hey... Sorry for a bit of confusion here... I should have been more clear in my post. It is not really about clicking this button. I want to upload the pics in it so I will have to use change file field chosen command after choosing the button. And this one does not work consistently... Sometimes it does but most of the times it doesn't. Thanks, Pat.
  17. Hi, We are not able to successfully click on the Add Photo button on the following URL: Go through this link- http://www.pennysaverusa.com/sensiads/new/placement/description/? Tried many things like choose by attribute with different tags and choose by position but could not really trigger the javascript function associated with this button. One interesting thing is that after clicking on this button manually even once, the bot seems to be working fine... But when the page is loaded from the beginning... It can not click on it consistently... It is a hit or miss case with a prominent mis
  18. Hi, I want to use multi-threading with send mail function... Just a few questions around it... 1. Is it even possible to multi-thread with send mail function? 2. Would I need to use Thread and Then In sub Window for calling Send Mail function? Or can I just use the thread without In Sub Window for this purpose? 3. What if I want to use SSL and want to set the port for smtp? How can I do that? Thanks, Pat.
  19. Nopes it is not working for me... Do I need to configure anything to send enter key successfully on my computer... It is working all well till focus chosen and if I manually hit the enter key... even then it is working but i dont think that it is sending the enter key if I use your script... Any suggestions? However, I just tested it on another computer n it is workimg all fine.
  20. How can I send the enter key? Tried a few things but looks like it is not sending the key as I desire
  21. No I just checked and they are working fine... May be they are tracking the IPs somehow...Can you please create an account on http://www.articleranks.com/user/signUp if this does not work for you. This is just 1 step process.
  22. Hi I am having issues with an Ajax based dropdown menu... On Articleranks.com... Here is what I am having problems with... 1. Go to http://www.articleranks.com/article/add 2. Login to the site.. You can use following login details while logging in... Username: bewolf88 Password: 00000000 3. Click on Articles> Add Article Now here on this page We have a category drop down menu, that when selected properly, triggers an Ajax function that shows a list of countries to choose from. We have to select the category and then choose the countries... However, I am not able to trigger that
  23. You will need to select csv in the radio button at the top
  24. No that is not working for me... Here is the code that goes on till the click generate button... And it creates a save as popup... I dont know where to go from here. identity.ubot
×
×
  • Create New...