Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by blumi40

  1. ah one thing i forgot u also can use query with results and give the sql query at the end ; select last_insert_id() which returns u the last id mysql was givem to the new dataset
  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 INT
  3. as mysql column u only give em (title) but if u have 5 columns u should fill 5 columns INSERT INTO mytable (col1,col2,col3,col4,col5) value ("val1","val2","val3","val4","val5")
  4. vmunich your vars should comes from define function wich returns the needet values... also your vars should set in this define with Local Scope for doing that u need a little bit skills but like zap wrote here we have to see the code to show u a solution or idea how to do
  5. 100 Ubot exe means realy a lot of ram and thing it is not possible to do 1000 accounts in a minute on one server use 10 server even then it is not easy to do.... but most important questions is "accounts where"? tw? fb?
  6. if it is .htaccess u can use http://user:pass@yourwebsite.com or was it http://user@pass:yourwebsite.com ? test it one of them works
  7. search for Threads in ubot u dont must have open 10 times the same bot one with threadingsystem is enougth
  8. look for the installer for alternate browsers
  9. http://www.sendspace.com/file/f0cnbx open HMA Commands
  10. 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
  11. i thing is done in v3 and not useable with v4 or v5
  12. http://www.ubotstudio.com/forum/index.php?/topic/14197-howtorun-external-scripts/?hl=howto
  13. 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
  14. ah okay.... i use EXSI on a Hetzner Server with couple of IPs but im more free to do what i wanna do and by the way... EXSI is free for privat-using.... gibt mir ein besseres Gefühl meine Daten outside USA zu hosten. Weis auch nicht warum
  15. [...at amazon...] for free? dont thing so or?
  16. for realy small projects amazon is okay but the sec link with 5mb databasespace?
  17. yep http://www.fakenamegenerator.com is the best u even can massorder 50k
  18. search google for fakename generator there is a lot u can use
  19. 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 go
  20. but me and i was try installing for IE Fox and Chrome all not working until i used the alternate installer
  21. import it as list resave and open it as table all empty rows should deleted
  22. Not true! he needs the Flashinstaller for alternate Browser
  23. kind of experience i know the pain if u search for some function and u dont know which plugin it is best but timeintensiv methode is to list all functions in a external excellsheet with plugin names and if u need it fast and dirty use google "site:http://www.ubotstudio.com/forum your search" mosttime u will find the used plugin if u search for functions
×
×
  • Create New...