Jump to content
UBot Underground

xandor

Members
  • Content Count

    86
  • Joined

  • Last visited

Everything posted by xandor

  1. Think sending tab also require pro. http://www.filesonic.com/ http://www.easy-share.com/ It is those websites, doesnt require account to get to the uploading. Havent tried disabling active scripting, could see if i find anything useful with it off. Need to sleep, have to wake up in 5 hours so cant test anything more now.
  2. I am trying to add filesonic to my bot but cant get it to select a file correct. Fileserve and hotfile works but want more filehosts. I tried with all attributes it got and 1 of them makes me able to select file although it got filepath C:\fakepath\ at start so it is wrong filepath. Also had to use outherhtml to select it and it is swapping place with name, type, multiple and jQuery so if i close it down and open it doesnt work. Chose by position didnt work either. Think it requires run javascript, but dont know how to use it and think its quite hard to know what to run. Is it impossible
  3. I marked the 2 relevant parts. add to list $url and save to file. I dont do anything special but still i cant get the url. I tried with $title there also just to see that it works and title works but not url.
  4. add to list List: AllForums Content: $url Delete duplicates: no This gives nothing. I tried with $title and it works but $url doesnt. Wierd, and i need url not title, need to save all the threads the bot make. Am i doing anything wrong with $url? cant see that i do anything wrong, im adding them to the same list and writes it to a file still $url doesnt show at all. One other thing, would it be possible to easily scrape alot of forums / imageboards that has a certain content? For example all forums with warez. I could see that searching for forums+warez would give alot of related res
  5. Your problem is most likely that you need to load a javascript website before you use eval. I had the same problem before, was solved once i started going to a website with javascript before using eval.
  6. I am a total noob when it comes to advertisement. I am intending to put up a website soon, i am wondering if anyone know of some advertisement i can make money on without having the user press it. A example would be some banner or something that would pay everytime it gets loaded into the browser by a unique user. Another thing that could work is some popup window with advertisement or so, but they dont need to do anything just close the window and i would still get payed. Not sure if those exist, think it existed before but that they aint popular becouse the conversion rates are so low.
  7. Solved the problem. I changed the rewrite script to just: move to 15th position in list (have to change this based on how many rows each file take but better than failing to run when compiled) while(not at the end of list) write next list item. Worked. Thanks for your time.
  8. I made a bot that autopost on imageboards, it works perfect when it isnt compiled but when it is compiled it does 1 thing differently. I got a text file like this that says how everything should be posted, where and with what text and if files should be uploaded etc, then it automaticly use this information to post the amount i specified for this run (1 normally) and upload it and post it everywhere suitable, really good: PostContent.txt 2 1 type of content sub type newthread thread title [PNO Group] Motto Motto! Ilya's Plan 1 C:\Lolibot\Content\mottomotto.jpg 1 description 1 Link hotfile fa
  9. 0 for the browse button and 1 for the upload button, not sure which was the one that made it work.
  10. That was the solution, thank you. Btw, will the bot still work when others run it then? if i use by position?
  11. http://hotfile.com/ Yes, im pressing the textbox and writing filename in dialog window and then pressing the upload button. Not sure what you mean that i need to do if its a flash site. It works to press the button and it start to show up the upload meter then it shows a error.
  12. I tried uploading file to hotfile through ubot and its able to select the file and all, but when its just about to start uploading it gets error "No files to download". But when i try with the exact same file path it works when i press the button manually. Also when i pressed manually it got stuck at 15%, just stopped moving without any error or anything. Not sure if this was caused becouse i was browsing other things at the same time and it just bugged or if it is becouse i uploaded it inside ubot (although manually pressing).
  13. I dont intend to sell the bots and they are mainly made for others to make money aswell. I never put up a website with ads before. (Made some websites in school / before that but none with ads) What do i require to get the ads on my websites? i think i need a "high status" website for good advertisement and any website for low paying advertisement. Cost Per Impression = The user just have to see a banner on the website. Is it daily impression or unique? If its daily then it could be user everyday, the users is intended to use the bots atleast once a day. Think every visit is ~0.005$, co
  14. Think this should be most suitable sub forum to ask this in. I will probably get 100+ people using my bots. Would i be able to put up websites with advertisement and "force" them to be visited by the users when they are running my bots? A example is: User start bot Bot goes to myWebsite and visit my CPV advertisement. Bot goes to whatever its supposed to do and does it. Bot ends. My bots are supposed to be run and then you go afk abit or minimize them and check back after a few mins and they are done, so i think such advertisement wouldnt be annoying at all to the user but could generate
  15. Sorry for asking so much. -------- Will ubot crash if i call the sub in itself? example: run sub1 sub1 { if(the thing is true) { do what we want } else { run sub1 } } -------- And 1 more thing, how many threads and sub windows can run at the same time? -------- Making several sub windows writing at same time and since only 1 object can be selected at a time im making a lock function so they dont write in each others window. Forgot how the normal lock function works so im making it with IDs for every sub window. -------- Ge
  16. Realized that insert image probably just adds [ img ] [ /img ] tags, so using it. Tried it long ago and remember it didnt work but i probably tried it on wrong link, had to use direct link for it to work. So no need for this anymore, thanks anyway though. -- Wasnt able to get any help on this problem and i really want it to work so decided i should try to offer a small amount of money for a solution. I am trying to insert a image to vBulletin forums in my posts. The problem is that the popup with insert image isnt a normal dialog box so i cant use the click dialog button or set dialog
  17. Ok, so then i wont be able to navigate to it with a subwindow? Still without a solution then.
  18. Found the "in sub window" but still cant find the url. Attached a file of the popup, its not showing the url anywhere there except possibly in the bottom left corner of the popup but the popup is small so cant see it.
  19. Good idea, think that will work. Where do i find the url of the popup? Tried checking attributes of the button but nothing there, tried checking in the html code for the website <td><div class="imagebutton" id="vB_Editor_001_cmd_insertimage"><img src="images/blue/editor/insertimage.gif" width="21" height="20" alt="Insert Image" /></div></td> Thats where the button is but i cant find the link. When i press the button i think half the url show but i cant resize the popup window so cant see the entire url. Can you describe how you can see the url of the popup? I w
  20. I can close it with Close All Dialogs, but i need to write in it and press the Ok button. The IE popup is on vBulletin forum at the attach image button.
  21. Hey, i asked about it around 1.5 months ago and wondered if any progress have been made on Internet Explorer pop up. Need it to work for the bot im making so hope it will be possible to press and write to those soon. Also please tell me if its any way to handle those even if it isnt the intended way.
  22. LillyT Ok, hope you manage to get it to work. IRobot Did you mean it is possible to get around it somehow? If so then how?
  23. That idea is somewhat close but still cant get it to work. Now i can do things at the same time as the dialog window is up but i cant use set dialog text or press dialog button. Think its some kind of special dialog window becouse it didnt even work with press dialog button Cancel or Ok. It was possible to use close all dialog windows but that doesnt help me. Tried a different vBulletin forum to see if it was same dialog and got the exact same problem there, so think it is on all vBulletin forums or atleast alot of them.
  24. Anyone know any way around it? Want to continue with the bot but cant really do it when the button freeze the bot.
×
×
  • Create New...