Jump to content
UBot Underground

Luke

Fellow UBotter
  • Content Count

    396
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Luke

  1. I'd really like to dive into the new Database commands, but I haven't even been able to get it to connect to one, since there is no tute nor documentation on this new functionality.

     

    I've made a MySql database through cpanel on my shared webhost, and have all the credentials to put in the "connect to database" feilds, but it never connects.... I suspect I'm not formatting host properly.

     

    All examples here on this forum & on the Wiki mention using "localhost" as the host, but that didn't work, I'd assume because I'm hosting the DB at a web host. I've tried variation of my host's login URL, but none of them work either. Anyone know how it's done? Thanks in advance.

  2. I LOVE the FTP commands and functions, thanks very much for them Seth and co!

     

    However, I'm an FTP poweruser, uploading massive amounts of data multiple times a day and a lot of the time nothing less than zip/tarball files to be unpacked will do.

     

    I see no way to unpack/unzip any tarballs on the server. Am I overlooking anything?

     

    Also, I gotta be overlooking this but I can't seem to find it: How do we move a file from one location on the server to another? (Move or copy?)

     

    Thanks again for the hard work on this, hopefully I'm just overlooking some things.

     

    Cheers,

    Luke

  3. Hi socialcracker,

     

    Kinda like tinyeye... But more like the UBot existing functionality where it matches an image on the page... It's just I want more matches.

     

    I would think it has to be built into ubot, not a seperate app. It needs it to be very fast, so I can press the Run button, it scrapes the image on the browser page, sees if this image exists inside the bot's database or folder, and if it does, return true.

     

     

    In ubot's code view, right now, I can say:

     

     

     

    if($exists(<image="___IMAGE___0___IMAGE___">)) {
        then {
    
    

     

     

    But what I'm trying to do is see if any one of a whole lot (Thousands?) of such images can be matched without doing this:

     

     

     

    if($exists(<image="___IMAGE___0___IMAGE___">)) {
        then {
    if($exists(<image="___IMAGE___1___IMAGE___">)) {
        then {
    if($exists(<image="___IMAGE___2___IMAGE___">)) {
        then {
    if($exists(<image="___IMAGE___3___IMAGE___">)) {
        then {
    
    etc through 1,000...
     

    Perhaps if images can be stored in a table somehow...?

     

     

    Thanks 

  4. I know that I can ask ubot to match an image existing in the script to one on the page, (which is awesome) but what if it's one of many in the script?

     

    How about a database or table of images? Or pointing it to a folder full of images? -Can ubot see if an image on the page exists in my folder or db already?

     

    I can't match this picture by it's image name.

     

    I'd really like to load thousands of images into the script, or a database that the script checks, to match against on the page at the time of being Run. Any way to do this other than 

    thousands of lines checking to see if each little image snippet exists on the page?

     

    Thanks,

    Luke

  5. I don't know if anyone else here has attempted this recently, but ever since AdSense changed it's admin panel late last year I've been unable to bot around inside... They seem to have gone out of their way to make it impossible for botting.

     

    Things I simply cannot do in there:

     

    1. Fill the filter form box... No matter what you do to the form field, the words "Filter URL Channels" STAY in there so even when I successfully add things into the box those three words precede my search.

     

    2. Select the checkbox beside any given domain... Even when you try and highlight with your mouse a checkbox and the domain name beside it, adsense won't allow you to highlight the checkbox! -It's magical, completely stopping me from selecting a domain to work on it, such as to make new ads there.

     

     

    Worse yet, when you view the code on the page, it comes up encrypted, so long that it usually crashes my browser. :(

     

    It's as if AdSense targeted ubotters and said we simply aren't allowed to automate ad placement, so please go take your business elsewhere.

     

    Has anyone here had any success with the new adsense panel at all?

  6. D'oh!

     

    No Quotes on Variables! Arghh... That fixed it.

     

    There are some really big mindset changes I feel like must be easier for the true coders here to get their heads around that doesn't come to naturally for those of us who "learned to code" through earlier versions of uBot...

     

    This is a perfect example of something I never would have figured out, possibly because I never want to look at the code under code view and see if there is an extra or missing pair of quotes where I'm working... ;)

     

    Are there going to be more films in the future on the changes between old-style ubotting and v4 ubotting?

     

    Thanks again!

  7. In v3 it was very easy to select text on a page with a #var as part of your expression, like this:

     

    http://screencast.com/t/0GZp6odQ

     

    But now in v4 I'm just not getting results when I do the nearest approximation. Here's what I'm trying:

     

    http://screencast.com/t/sD7lHxi3U

     

    In v3 I could just use the text stored in the variable to make up any part of the expression by placing a {1} where I wanted it. But now in v4 if I try to name my variable there (I used #Niche in the example) or even drag the variable for #Niche over into the expression using "Innertext" for it to replace, the node never clicks successfully.

     

    I've tried Innerhtml too, same results. & Yes, I've made very sure that the contents of #Niche match exactly what's on the page to be clicked on.

     

    Thanks in advance,

    Luke

  8. I tried to make one to be my sex slave but that didn't turn out to well... :(

     

    Srsly, I have tinkered with using one to harass spammers & salesmen before. It looked at all incoming emails to a yahoo account and gave responses to ppl who used sales words or too many links out. I wrote some pretty uncooth replies, as you could imagine.

     

    That was obviously too difficult to perfect though, because of all the wordage variation. -So I wound up just making in an Unsubscribe bot... Any time an email comes with an unsubscribe link in it, it would click it and delete the email.

     

    But It's useless too... Who runs a bot daily to do something you can do in one click? <_<

  9. Here ya go!

     

    Just change the folders. Of course I still have some development fat in this bot but I am sure you can eliminate that.

    You, sir, are a bot Wizard.

     

    Srsly, have Seth change your board title from "Advanced Member" to "Botting Wizard" - You deserve it.

     

    You nailed this problem, exactly what I wanted it to do very first attempt! B)

     

    Thank you once again, I wouldn't get half as much done around here without your help every now and then.

     

    Cheers,

    Luke

  10. One easy way I could think is to duplicate the original list and then have the duplicate list to delete duplicates. Now you can calculate the different using the $eval constant and taking a difference of the two list totals.

     

    Praney

    Hi Praney!

     

    Makes sense but how can we get the counts to line up with the unique list? It's getting really fuzzy for me at this point... :(

  11. 1 big 'ol list with lots of keywords. Let's say 10,000 words, comma separated... Many keywords are exact duplicates.

     

    To count each keyword's popularity, I'm trying to:

     

    1. Make it count all found occurrences of each Unique keyword on the list.

    2. Place that info in a separate list for the time being.

    3. Remove the dupes

    4. Sew together the two lists into a table; Uniques on left, their counts on the right.

     

    Naturally this is giving me a headache because the unique list needs to be made before the counts can happen... Kind of a chicken or the egg situation.

     

    Anyone got a better idea to get the same results?

  12. Much better!

     

    It is getting them all perfectly now, and I much prefer the ordering this way.

     

    Thanks a bunch, I can take it from here. Now I'm off to make conditionals like "if no Color variable exists, run it as two combiniations instead of three"... Should be fun.

     

    Oh yeah, & i'm going to expand it into 6 Keyword blanks instead of three! Six nested loops, all conditional except for the Product. Should be fun, don't you think? :(

     

    Thanks again,

    Luke

  13. Awesome Buddy, Thank you! It works very well.

     

    It's not perfect, in fact, three items are missing. I will try to debug the code but at least you will see where I was going with the Three loops i was talking about.

     

    Hmm, I see what you mean about the 3 missing. -I wonder how that happened... Perhaps my example had 3 repeats in it somehow?

     

    Anyway It's what I needed to build from so thanks again. I was making it to hard as usual, mucking around with a table... :blink:

×
×
  • Create New...