Jump to content
UBot Underground

whoami

Fellow UBotter
  • Content Count

    422
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by whoami

  1. TJ has a great plugin for this. You gotta play with the facebook graph explorer.
  2. Can I use this with HTTP Post plugin?
  3. If you have a bunch of useful source codes just let me know via PM which ones and how much for the bundle.
  4. Nope, I did not, actually Its working for me when I run the nodes. But when I compile and put it into action is really stubborn and weird, this shouldnt be happening.
  5. Guys.. Im struggling sanitizing text I just want to remove all the " from a #variable. I am doing this: set(#fanpage_post_text, $replace(#fanpage_post_text, "\"", " "), "Global") and set(#fanpage_post_text, $replace(#fanpage_post_text, "\"", $nothing), "Global") But its like I never added those lines I even tried adding waiting between those lines, but nothing. Is this UBot problem?
  6. Hello guys.. Ive received many complains from clients because they expect me to add loading gifs when they click a button. They want to know when that process if finished. How can I add a loading gif right next to the button I click? Something like this: https://www.google.com/search?client=ubuntu&hs=BA3&channel=fs&biw=1559&bih=771&tbm=isch&q=loading%20gif%20transparent&revid=2143090927&ei=kWW7U4XiKafC8QGj7IFQ&ved=0CCEQsyU
  7. Ok, sorry for updating before. Ive been working on this lately, so here there are many video tutorials and demostration of how this system works and all the possibilities. Profile Visitor Module for Linkedin Marketer PRO (v2.3) Linkedin Marketer PRO 2.2 Lead Grabber
  8. Does the JQuery Grid System works with tables without a problem using characters like ( " ) Or do I have to sanitize characters? Also, not sure if I asked before. Does the PHP framework comes within the DLL? Or do I have to install WAMP to run it? By the way tried to buy it but I cannot find the BUY NOW link.
  9. Dan, are you planning doing some video tutorials on this software?
  10. Just bought my access in like I told you before. Will be studying this tomorrow. Thanks for taking your time and teach the community how to do the best with it. I will take a big time refactoring my code and eventually making it better.
  11. Aymen, quick question. How can I integrate this to a Jquery pagination, I mean just loading the table as sources of paginations. Shall I use your JSON plugin to mix it with this plugin to set as source? Your $database to html is nice but very very simple. It would be awesome to let us modify it as we please. Any ideas how can achieve this?
  12. Hello guys.. I got some patterns of data and regex is giving me a headache right now. Is it possible to do a $page scrape when I have a full DOM loaded on a #variable? I just need to grab whats in the between of before and after text. Any idea how to do this?
  13. Your method is what I want to learn eventually. Those smart decisions for refactoring. Where can I learn more about it? How can I google that for javascript or PHP?
  14. Wow, thanks a lot. So my mistake was setting(using set) inside the function instead of clearly just returning concatenated functions. Right?
  15. Hello guys.. Im doing functions to refactor my code and make it more clean. But I am struggling on how to do it with UBot. I am doing this: define $Sanitize companies variables(#sanitize_companies) { set(#sanitize_companies, $trim(#sanitize_companies), "Global") set(#sanitize_companies, $replace(#sanitize_companies, ",", ". "), "Global") set(#sanitize_companies, $replace(#sanitize_companies, "\"", $nothing), "Global") return(#sanitize_companies) } And testing it with this: set(#company_name, "\"something with\" and some, commas that define, more content and finally another \
  16. Hello guys.. Im struggling to achieve this. Is there any way to hide the browser in the Tab1 but show it on Tab2?
  17. Im struggling to set some columns to not being repeated. Specially the UIDs or other IDs. Anyone knows how to create table and assign a column as unique? This might be a very basic question. Is it like... CREATE TABLE IF NOT EXISTS NameOfTable (id integer primary key autoincrement,uid integer unique , data); Am I correct?
  18. And just parse the JSON and get the next and previous token to keep navigating?
  19. Hey there TJ, I want to take advantage of this discount you made. Just one doubt. Im trying to extract UIDs from specific posts or photos. Need to grab those that commented/or liked. Is this possible with this plugin?
  20. Working on this new update that will include a separate module allowing you to see the browser and allow you to automate for grabbing: Profiles UIDs from Groups Profiles UIDs from Universities Profiles UIDs from Profile Custom search (obviously.) IDs from Groups IDs from Companies IDs from Universities IDs from JobsHere is a screenshot preview: http://i.imgur.com/OsOexzE.png It will also allows us to interact with Linkedin REST API directly with your custom app that will allow you to have your own requests limits. You will be able to get info from many things like the most discussed post on
  21. Woah, this plugin is great. Can I reach SELECT second_clumn FROM table1 WHERE uid_column = '{tablerow_counter}' And I can work on data like that in every loop request? Or downloading all the data to a &table and editing from there, droping all table and create it again with new modified table? Whats the best method to work on this? Im really concerned of doing a software that will not crash out others pcs using bad methods. I will be really grateful.
×
×
  • Create New...