Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Posts posted by blumi40

  1. cmon  i told u i didnt check the syntax 
    go and search in ubot for table cell and use it on the rigth way

    by the way  the row  is the the next dataset  so u need a loop with total table rows and inside a increment...

    im willing to help but u have to do your part....what means rtfm and learn

  2. INSERT INTO `yourtable`

    (`title`, thumbnail, price, producturl, image, description)

    VALUE

    (

    "table cell(your table,#row,0)",

    "table cell(your table,#row,1)",

    "table cell(your table,#row,2)",

    "table cell(your table,#row,3)",

    "table cell(your table,#row,4)",

    "table cell(your table,#row,5)"

    )

     

    should do what u want but syntax not testet on my side.

     

    but before u insert it have a look at column 5  and replace the html tags

    that can be an issue why the query not works

     

    if u dont find the error  do follow....

    before u trigger the sql  set it in a var  like

     

    #myvar('INSERT INTO `yourtable`

    (`title`, thumbnail, price, producturl, image, description)

    VALUE

    (

    "table cell(your table,#row,0)",

    "table cell(your table,#row,1)",

    "table cell(your table,#row,2)",

    "table cell(your table,#row,3)",

    "table cell(your table,#row,4)",

    "table cell(your table,#row,5)"

    )', Global)

     

    so u can use the debugwindows to copy the result and run it in phpmyadmin directly

    to see whats wrong.  because ubot itself dont gives a errormessage back

     

    hope that helps

  3. instead using comparsion(contains())  use $exists  and marker the needle u search for in the page....

    by the way your contains  is a nice one   search for the Words "Current Directory" in the Words "Current Directory" will give allways $true?! or did i miss something?

    loop while 1=1  :D :D

  4. a important question is...
    if i use a plugin which i have buy  and if i compile my bot the sell it...

    if some buyer use also ubot for develop bots...what is if there use my

    plugin for his own project without buying them....even with ilspy there is no problem 

    to unpack this plugins from the bot...

    like i saw  all the plugins are not obfuscated....thats a real security issue  i thing

  5. for me, it makes absolute no sense to use socket for yt....
    multiple reasons why

    yt reaced realy fast if there see there is a automation  with socketroutines

    so what is the reason to do that if u know couple of days later bot will not work anymore..

    try to push your plays with socket...will not realy work

    try to set comments with socket ...will not work

    try to like or some else with socket....will not work

     

    thats what is see with testing sockets on yt

    at the end the only methode which realy works near stable is browserbased with a lot of humanizing things...

    to figth with ya bot agains yt google fb  routins is near the same to interval ramming a concrete wall its hurts and costs lot of time  thats all

    even the idea "i do a yt bot" hurts :) :)
    but pschd :D

    • Like 2
×
×
  • Create New...