-
Content Count
29 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout CanaDutch
-
Rank
Member
Profile Information
-
Gender
Male
System Specs
-
OS
Windows 10
-
Total Memory
More Than 9Gb
-
Framework
unsure
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Welcome BuddyGreen! I suppose one reason why ubot is still kind of a secret is because many people on BHW are looking for a quick way to make $, while Ubot takes time and some dedication to learn -especially if you want to develop a bot to sell.
-
Welcome Sanjeev! I've been using Ubot on and off. I still got lots to learn when it comes to ubot.
-
I haven't even told my family yet, BUT...
CanaDutch replied to illmill's topic in General Discussion
Congrats. -
This is cool, feel free to add me. My skype is patrick.meeder
-
I've got a problem with scraping in Ubot 4. I'm unable to scrape the #1229 in the code below which I need because that's the only way I know how to click the right edit button to edit the right page as the {variable} is the page name. {variable}</td> <td style="border: 1px solid #CCCCCC; padding: 2px; text-align: center;"><a href="editor.php?id=1229"><img src="img/page_edit.gif"> I kind of fixed it by scraping the whole <td style="border: 1px solid #CCCCCC; padding: 2px; text-align: center;"><a href="editor.php?id=1229 line and just replacing everything exc
-
What's the most interesting thing you've ever made a bot for?
CanaDutch replied to jason's topic in General Discussion
One of my first bots was a 'bot' that brings the user to a 'never gonna give you up' video on YouTube. Planned to share it on a blackhat forum proclaiming it to be an IM tool, but I was too lazy to proceed with that plan. -
Thanks Eddie, that's good to hear. Seemingly I can add a variable it just doesn't work when the text has any breaks (including <BR></BR>) in them. Guess I know what my first Ubot 4 bot will be...
-
I'm working on a website that also uses a FCKeditor. I'm trying to add a variable to the code so that I can have it submit an article I select in an ui open file window. void(FCKeditorAPI.GetInstance('body').SetHTML("{1}")) with {1} being a variable doesn't work for me, nor does using spin with the read file variable. Is there any way to make this code work with a variable? Also are these IFrame's easier to deal with in Ubot 4?
-
I got a simple question. When I'm using the account constant 'username' it will use the same username with each sign up of the various websites in my bot. Since I'd prefer not to leave a footprint like that, what's the easiest way to get the username account constant to give a different username for each sign up. Thanks
-
Alright, thanks LoWrIdErTJ, I've send you an email.
-
I'm not sure if I understand, how do I save the number to the list? Don't I have to wildcard the variables since they are different depending on the title/blog?
-
I got another problem with an iframe. When I navigate to the iframe with the editor in firefox it loads a page with a unique ID for every page (e.g. page=1619). The only way I can think of on how to scrape the page number is by saving the page with only a title and no content, navigating to the blog and pagescrape the title that's residing in the sidebar with the menu. When I pagescrape the title I get the code below. The parts where it says 'VAR' are parts in the code that changes depending on the subdomain and title. The part I want to scrape is the number '1619' but I can't figure out ho
-
Unfortunately I could only afford the standard edition . I guess my bot will not be completely automated then .
-
Thanks alot for the bot LoWrIdErTJ. Another website where I have this problem with does not have an option to select 'source' or 'html'. What to do in such an instance as the one below?