Jump to content
UBot Underground

Manage Attachment / Image Host problem


Recommended Posts

Hey, I recently got UBot and tried making my file sharing bot, right now it works really good except for 1 thing.

 

On certain forums there is a "Manage Attachment", this opens up a new window (not the same as when i try to upload a file normally, i tried it with the normal window that pops up when you look for file and it worked, but on this site i cant get it to work, think it doesnt work with this kind of windows).

 

Got 2 ways to solve this, either manage to get that to work or upload a image to a image host and use [ img] tags for that one, thinking of doing that.

 

But... where can i upload: Porn, hentai and lolicon? Will probably also do shotacon and other later when i got it working good.

Any Image Host that allows these sort of things?

Dislike how hard it is to know if lolicon images is allowed or not, like hotlinkimage "b. Uploading any images of child(less than 18 years old) pornography or other illegal content." is that rule just for real images or also for hentai?

Can i use it without disturbing the users also? (on a loli board i cant link to a host with porn advertisement i think)

 

The only way i can come up with to prevent porn advertisement is to use the ] "thumb link" [/img

 

Also it should be some host that is allowed on all forums or nearly all forums.

 

Please help if you know any suitable imagehost or how to solve Manage Attachment problem or both.

Want to continue :)

 

Also, how bad would it be to share warez?

I got a feeling that if i do it i probably get caught, but if i share porn and hentai with various sub categories it wouldnt cause any problem for me. Intending to do this for a long time.

 

Was just gonna write 1 thing but now i write more again...

How would i do "fail checks", like sometimes the site dont want to load or sometimes it can popup a advertisement that want me to press "skip" button.

These 2 things could cause some problems, that files sometimes dont get uploaded = less cash.

 

To fix the loading problem im thinking of:

put nav in a loop, and loop until a certain thing is true (but what?)

 

To fix the advertisement problem it should be able to check "is advertisement up, if it is press button otherwise continue", possible to do?

(Found If Qualifier Search Page, think that would work for both these problems, will try it)

 

Really awesome program, made it so it can post on 17 forums in 5 hours, and that include the learing of the program. Only missing a few features like fail checks and images on half of them (plz give a good image host :P)

Link to post
Share on other sites

Really?

 

BTW - If you tag your content, we would like you to know that we did not build this site for any kind of porn. There are so many places on the net that host porn and we're on another mission here than hosting your fap material. Put the porn on Imagefap.com or some other site instead if possible, ok?

 

Says that on their site, sounds like its ok but not wanted to put any such kind of content there.

Link to post
Share on other sites

Failed to counter "website cannot load" or whatever its called.

 

Tried like this:

nav <website>

if

search page

<TITLE>Webbsidan kan inte visas i Internet Explorer</TITLE>

then

while

search page

<TITLE>Webbsidan kan inte visas i Internet Explorer</TITLE>

do

nav <website>

 

Was supposed to try to navigate to the website until it works, then continue. But it just continues even if it doesnt load.

 

Think its (ugly and) bad becouse its using swedish text which doesnt exist if its run in a different country or possibly with a proxy, but still why didnt it work?

 

I think it might be becouse i use no delay, but not sure.

 

Hard to recreate the fail to load when i want it to test.

 

 

Also, is the only way to save to file without writing over what already is there like this:

Read the file and put it in a list, write to file with that list + the new list?

Link to post
Share on other sites

I would just do something like this:

 

Set #variable -> $next list item

run sub

 

Sub

nav #variable

If

search page

<TITLE>Webbsidan kan inte visas i Internet Explorer</TITLE>

then

run sub

 

And yes, that is the only way to save to a file.

 

Och ännu en svensk :] Vad kul!

Link to post
Share on other sites

I would just do something like this:

 

Set #variable -> $next list item

run sub

 

Sub

nav #variable

If

search page

<TITLE>Webbsidan kan inte visas i Internet Explorer</TITLE>

then

run sub

 

And yes, that is the only way to save to a file.

 

Och ännu en svensk :] Vad kul!

 

Tried code that is the same as you wrote but without variable:

run sub navigate

sub navigate

if

search page

<TITLE>Webbsidan kan inte visas i Internet Explorer</TITLE>

then run sub navigate

 

This didnt work, it just went to first site, "webbsidan kan inte visas" and then went to next site, not the same :(

 

Except for that one im pretty much done with this bot (it can get past advertisement, login, post on the forums i want and so on). Posted 3 times yesterday with it, and all went well :)

Getting fail to load page very often though, especially if i havent visited the page in a while, need to get around it. Wonder if it works if i just change the search page text or if it still wont.

Link to post
Share on other sites

Yeah you have to use the variable. Because then it will just go to the website assigned at the variable - not the $next list item. :)

 

I didnt use any variable so then it should work, not even $next list item.

 

sub navigate

navigate <website url, no variable and no $next list item>

if

search page

text to be found, also tried with "Mest sann" but didnt work either

then run sub navigate

Link to post
Share on other sites

Oh wait you could try run a javascript aswell.

 

If searchpage 'Webbsidan kan inte visas' then run javascript location.reload(true)

 

And then run sub again of course.

 

Ok, gotta try that, thank you.

 

Feels like copy is abit bugged btw. Copied a sub, tried it, didnt work, made the same sub normally, worked.

And yesterday everything got fucked up when i tried to copy my first bot and start on my second based on the first, not sure copy was the reason. Went normal when i restarted computer.

 

Btw, very off-topic but do you know a way i can get many people to join as my referrals on hotfile?

I intend to make bots for all those who join below me and show that they are active, made a youtube video and put hotfile bot in title, description, tags and a friend voted 5 stars on it.

But i cant even find my video if i search for hotfile bot, its not even last on the list. Maybe it just takes time for it to appear in the list at all, made it earlier today.

Cant come up with any other way right now to find referrals except for youtube.

If i get ~10$ / day from hotfile and i get referrals to earn average 5$ / day, then it would require 20 referrals to reach my first goal (30$ / day).

Link to post
Share on other sites

UBot crashed when i pressed "run node" :(

Have to rewrite 8 forums, good that i saved after ~15 though...

 

Think the reason why it crashed was becouse i tried to use "change chosen attribute" but that couldnt be done since the chose attribute was the line before so nothing was chosen.

Link to post
Share on other sites

Think the last bot i did acts very strange.

It uploaded attachment twice even though i only said it to upload once, it tried to post the same thing twice even though it only run that script one time.

No idea why it acted like this, i copy a bot that i know worked and then changed just a few things (directories, which threads it was gonna post in the forums) all other was the same, and still it try to do things several times.

 

Run all scripts 1 by 1 afterwards and then it seemed to work fine. So strange it was fucked up when i tried to run the entire bot, not just 1 forum at a time.

Link to post
Share on other sites

Yeah I think you're talking about when the bot runs like... twice at the same time. It's due to the stop button being designed wrong. It should be fixed in this comming update or the next one.

 

Could also be that you didn't refresh the script before running it.

Link to post
Share on other sites

Yeah I think you're talking about when the bot runs like... twice at the same time. It's due to the stop button being designed wrong. It should be fixed in this comming update or the next one.

 

Could also be that you didn't refresh the script before running it.

 

Ok, probably the stop button, havent got "fail to load website" to work yet (not sure how to do that you said with javascript), first website usually fail to load so have to stop and start again if it fail to load.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...