Jump to content
UBot Underground

kamran

Fellow UBotter
  • Content Count

    18
  • Joined

  • Last visited

Community Reputation

0 Neutral

About kamran

  • Rank
    Member

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. There is always a way around sticking points. And the forum is very useful. I have yet to find a problem that was not solved. If I cannot do it myself, I ask in the forum, and some guys here are very helpful, they will not only tell you how to do it, they will do it themselves and give you the source file
  2. Thanks a lot PraneyBehl, it works except that it throws an error sometimes, so I changed the initial setting of variable b and c to 0 instead of $nothing. Now it works fine
  3. Hi PraneyBehl, Thanks for the reply. I want to select just a random category.
  4. Hi, I am trying to automate selection of a category in http://www.rssbuffet.com/submit.php As you can see in the site, the category is a category tree. How is it possible to automate this. Any ideas?
  5. Never mind, just figured it out. Thanks for the reply alcr
  6. Hey guys,just ran into a problem that i thought would be very common but surprisingly the search did not bring up any discussion. I am trying to create a bot for signing up in a particular type of forum. The problem is some of these sites have captcha and some dont, so I need to create a conditional to first check whether a captcha is required or not. So the flow would be like this: ----------- search page for *code* and *captcha* if they exist choose the captcha by attribute decode the captcha etc else break ---------- problem is, I am not able to create an if loop where it checks whether
  7. I cannot download the files from either rapidshare or megaupload, it seems they have limited download quota for my country. Can you please provide an alternative download link possibly mediafire.
  8. Thanks for taking the time crazyflx. I appreciate it very much
  9. I am getting desperate, cant ubot fill in the box using the attributes of the circled part?....even roboform can do this, so ubot must be having this capacity, its just that i cant figure it out...someone please help me...I have gotten tired of trying http://img638.imageshack.us/img638/2764/firstname.png
  10. Here are three example webistes http://www.hottopicshotserials.com/index.php/member/register/ http://www.pluslicens.ru/index.php/site/sign_up_for_access/ http://www.agncn.org/index.php/member/register/
  11. Thanks for taking the time to reply. However, it still did not work. The outer HTML contains only <INPUT style="WIDTH: 300px" class=input maxLength=100 size=40 name=ht_field_id_8> and if i click on <INPUT> and choose TR the outer HTML can be chosen but that doesnt work. Any other suggestions?
  12. Hey guys, i ran across a problem i need help. I am trying to choose a form field by attribute and have it do it in the same way for several websites running the same script. The problem is, the attribute is different from website to website. For example, the first website would have the "First Name" field attribute as "ht_field_id_8", the next website would have it as "ht_field_id_1". I cant use wildcards because that chooses all the fields first name,last name, username etc...all of them have the attribute as "ht_field_id_*" where * is some number. I cant choose by any other attributes as t
  13. Thanks a lot for the bot some_guy, i have an issue i hope you have a solution. the bot doesn't seem to work beyond the first page. It manages to scrap 100 urls but after than the bot stops making it seem as if the scrapping is over, but when i check the text file its only 100 urls. Any help?
  14. Thanks greencat for the idea. And bluegoat, you are amazing. This one does exactly as i wanted and more. i hope to start sharing both in this wonderful community soon.
  15. Hi Ubotters, I was creating my first bot, but got stuck. I cant figure out how to crop and append urls. This is what I am trying to do: I have a list of URLs, all of them look like this: http://www.domain.com/index.php?AHT=8&id=3Wl87CEOPD and i want to change and navigate to: http://www.domain.com/index.php/member/login/ as you can see, the part until "index.php" remains the same and after that I want to remove the "?AHT=8&id=3Wl87CEOPD" and instead add "/member/login/" to the end. Can someone give me an idea how to go about doing this in ubot. I will appreciate it ve
×
×
  • Create New...