Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by blumi40

  1. depence on how cookies are set....there is a new functionality in html since 1-2 years calles HttpOnly. it means, it blocks to get the cookie per Javascript
  2. it calls supercookie... try it with ubot and u know why http://www.radicalresearch.co.uk/lab/hstssupercookies
  3. Interesse schon, jedoch passt mir dieses Investment überhaupt nicht. Schliesslich weiß ich nicht 1. Wie Dein Code nun wirklich funktioniert und ob er funktioniert... 2. Wie Zeitintensiv die Einarbeitung in die Projekte ist (Kann man dem Kunden ja nicht berechnen) 3. Stundensatz von € 35,--- ist viel zu wenig. Was soll da hängen bleiben nach Abzug der Steuer etc (Deutschland) 4. Kann ich nicht wirklich ermessen, wie hoch letztlich ds Auftragsvolumen des Kunden sein wird. Zu Punkt 1 Natürlich spreche ich Dir Deine Skills nicht ab, verstehe das bitte nicht falsch nur aus Erfahrung heraus, weiß i
  4. WHAT erros? noone can helps u if we don't see your problem
  5. this works fine for me $.get("http://ipinfo.io", function(response) { console.log(response.ip); }, "jsonp");
  6. http://lmgtfy.com/?q=site%3Ahttp%3A%2F%2Fwww.ubotstudio.com%2Fforum+http+post+plugin
  7. Aymen got many Videos about that. And what u want is one of the easiest things with the Postplugin. Everybody who watch the Video can do this. the forum and all the guys here has unwritten rulez evrybody knows. one of that is "how to ask for help" the next "is the person who ask willing to try things by self" what we do is helping each other, but no one of us will be willing write u a script if we see u dont have any idea about coding and ubot. learn things and show what u have done and then ask in a rigth way and im 100% sure u will get answer ! But if u need someone who write a script fo
  8. if u dont understand, why u use it? we like to help but, men u have things to learn by ya self.... i see no wait in your loop...u fire google like a bigone thats what i see and thats why u dont get results. also maybe im blind but i dont see any proxymethode on your script! If u wanna know how to work with Ubot and Socket learn it there are enought tuts about here in the forum
  9. [...Does not use any licence system...] made my day
  10. thread will be deleted, like any other thread before about that... stop try to chance thinks here, it will not have any affect to the guys! use ubot for prototype your projects and do the real stuff in c# or python !
  11. blumi40

    .

    Nice Work ! Well done !
  12. __NODEVIEW is your Problem! It means there was a #Variable, %List, &Table or $Function. Thats can be happend if u copy paste things from ubot to your editor and back
  13. it's exactly what ithing! if it is only "your hobby" why u don't give your knowHow for free? if ppl like what u do there will donate your work...i'm sure ! i nevere ever would spend one cent for things i don't know about and without testing! at the end a Parent/Child/Sibling/Offset is not enought for me as example. and a well writen program has absolute nothing to do with c/p stuff from tutorials! with ubot, nobody must start from scratch, but at the end there all have to learn a lot. understand programminglogic, understand that many times JS does the Job much better then the ubot givem f
  14. Hi maybe this can help u ui html panel("<html><head> <meta charset=\"utf-8\"> <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js\"></script> <script> $(function()\{ $(\'#myvar\').on(\'change\', function()\{ // only one Time Dom-Search var m = $(\'#myvar\'); // look if the inputfield is not empty if(m.val() != \"\")\{ //console.log(\'works\'); // starts the define with your jobs ubot.runScript(\'do_the_job()\'); // set the input back to empty m.val(\"\"); \}
  15. Hi botoballs depence on how your skills in Javascript. here is a js example i would use to do that http://jsfiddle.net/handtrix/YvQ5y/ the logic behind is baseencode every img and compare each other... greetz
  16. sorry lol there is a new function with cookies called httponly which means u cant scrape this information with js try google to find out more about
  17. have a look at here, maybe that helps you to understand why some vars are not aviable for js https://www.owasp.org/index.php/Http
  18. as i know...its free also for closed projects.. and yes same function like github i use it much...also for single projects
×
×
  • Create New...