Jump to content
UBot Underground

Abs*

Fellow UBotter
  • Content Count

    678
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Abs*

  1. Lol - ive just logged in to say the exact same thing Either way - I dont think you should be noting this as being a dream as its far from it - Its a request which im sure can be fulfilled and will make many of us happy to know that after paying so much for a dev licence Ubot isnt making any money from the bots we code ourselves and try so hard to give them out and make a large user base with
  2. Yeh - All sorted now frank - Was pulling my hair out trying to figure out what was going on All sorted now anyway - thought I would make a post just to save others from making such a silly mistake that cost me 2 hours
  3. Yeh I agree with Enigma - I dont think this should be something we should dream about but rather something that should be fulfilled and the request be actioned. If on the other hand Ubot is making a few referals due to the way decaptcher has been coded then at the very least a developers licence should allow us to change this. Afterall we have spent a nice packet on the developers licence Im sure this will also allow many of us to spend more time and offer free bots thanks
  4. Hi Guys Just thought I would make a note so that you dont go through the same issues as me - Ive literally spent 2 hours trying to figure out what is wrong with the bot as it just wasnt reading from a file and filling out the details So i made a few test bots to see if there was a bug - and I came to realize that if you have a UI window and have a add to list inside of this then it will not work - Image attached below of how it shouldnt be done Instead just ensure you have the add to list item outside of the ui window
  5. Ahh - I think i see the issue - Its the copyright protection that they have - I think the following is the code <script language="JavaScript" type="text/JavaScript"> <!-- function rc(evnt){if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {if (evnt.which>=2){alert("Copyright Greek Tourist Organizer\n");return false;}}else {if (event.button>=2){alert("Copyright Greek Tourist Organizer\n");}}} document.onmousedown=rc; if (document.layers)window.captureEvents (Event.MOUSEDOWN);window.onmousedown=rc; //--> </script> I tried to play with it but the b
  6. Yeh - I get the same issues - some of my bots also require a number of If then Else commands all nested and the crashing problem, well im not gonna get started
  7. HI I may already have something for Google places Any chance you could PM me and let me know what the project scope is please thanks
  8. hi ninja manz - I actually have a bot in my sig that does 6 of the platforms - I have subs for each and every step - As we are coding around platforms then each step required a number of IF commands - and using subs for each section helped me keep them organized - SO I would have a sub for finding the login page - then a sub to enter the username - another sub to enter the password etc.. This way I would also know which subs were failing- so if it wouldnt enter a username - i would trouble shoot that sub and so on But yes - the whol script runs of IF commands thanks
  9. Hi Guys - got a keyword research tool that I would like to make available to all that are happy to join my list - You can watch a video clicp before you opt in on the following site http://autobacklinkbomb.com/freekeywordresearchtool.html Unfortunatly code is not available however I am willing to help anyone that takes the plunge into building one should they get stuck Enjoy
  10. maybe you could try - choose attribut and then scrape the inner text instead of for I really havnt ever used for and dont know what it would be used for thanks
  11. Just wanted to update the thread and make a note that Andy has done it again - Hes come up with a way whereby users are able to register the licences themselves while allowing me to keep the user details - This has now eliminated the need of looking for a workaround by killing the bot - Not to mention that I am still able to auto update and keep the script protected Thanks Andy Abs
  12. Hi Guys - Ive been having a play with the socket command - I have created a quick script to fill out a blog comment and post to it - When running outside of a socket command it works great - however it just doesnt seem to work in the socket command - could anyone take a look and let me know why this is happening thanks abs testsocket.ubot
  13. Ahh Excellent - I was wondering why the wait for command wouldnt recognize when the item showed - Makes perfect sense now - Will be great to work and play with - just a quick question regarding saving to lists and working from lists If we were working from one list which navigated to urls and we threaded the socket command and lets say that we had 100 items in the list and used 5 threads - Then will the software navigate to separate sites and not navigate to the same ones 5 times? - I believe i have tested this and it works fine but would be great to clear this up Also when saving to
  14. Hi Enigma - I understand your not looking for a move mouse function - I dont like them either - However under the flow commands there is a focus chosen command - will that not work for you - Just choose an area by attribute then focus chosen then send the tab keys - just an idea thanks
  15. instead of having the navigate to eval list position +0 - why not use navigate to next list item you already have the set list position as a variable in the UI field - so I dont thin kthere is any need to use the eval command as this could be causing the issues use next list item - and set the list position to the - set list item variable that will be filled in by the user thanks
  16. wow - your trying to code the same exact sites as me -
  17. Are you stopping and starting your bot before the final commands have completed ? If so and you are hitting play again then your bot will be working in like 2- or 3 locations - so this could be causing the issue try to do a fresh run and if it persists then something is wrong If you look at my sig I also design platform based bots and do not get these issues - Yes IF commands are a must if you want it to run smoothly thanks
  18. do you have any special charectors in your bot name ? if so try to rename the bot so its not using special charectors and then see if it sorts it
  19. Ahh - ok I see what you mean - what you need to do is use some javascrip to hit the login button Bot attached Joomla Abs.ubot
  20. hi it would help if you gave us the direct link to your joomla site as the url this navigates to is not found
  21. I would say nottoupdate just yet -I am testing it myself and can see that a number of issues are notable in the In sub window command and In IE + Mozilla- Bots are crashing -wait for commands are not being recognized and the whole behaviour is all over the place - However I must note that I am only seeing this in the In sub windows, IE -Mozilla commands I have posted in the bugs section thanks
  22. Hi Andy thanks alot - That would be perfect - Been trying all sorts to figure out how to get this done and should you have not replied then poor old scott my assistant would have had a hell of a time manually creating licences Thanks once again Abs
  23. Hi guys - just wondering if there is a way to kill bots after the first run - what I am wanting to do is give a freebie to my list - but I will continue to update the bot - so what I do is use Andys Net66 protect script so I can update on the fly - however this will require all users having a licence - licences are auto generated when users buy however as I will be giving it for free I was wondering if I could create a small bot which will open a subwindow - it will create a licence for the user and then delete itself - I looked at the delete folder command but of course this isnt
  24. excellent - I did know about using gmail.com and googlemail.com which i thought was great - but now with all the dots and + - never need another email address again -
  25. hi rob when you say you are looking for a linkwheel robot - then im sure your aware that sites will also need to be coded in order to generate the linkwheel so for example - you may wat to create a linkwheel using web 2.0 properties - if this is the case - then take a look at the following url and the video available http://autobacklinkbomb.com/forum/index.php/topic,1064.0.html the way I have coded this bot is to use a random link back so to keep the footprint as small as possible - here is a post I created on my blog over a year ago http://www.bigseotechniques.com/blog/backlinks-th
×
×
  • Create New...