Jump to content
UBot Underground

delphi911

Fellow UBotter
  • Content Count

    43
  • Joined

  • Last visited

Everything posted by delphi911

  1. Link does not work anymore. will you please update it once more.
  2. He used one slash , you used double slash in between. What is the difference?
  3. Will you please add a small section on every (new coming of course) troubleshoot video showing how to use xpathPro to produce the same code you manually showed.
  4. In Http Plugin Tutorials, Two video are missing. 1. Video9-Wufoo 2. Video10-10MinuteEmail How can I get them?
  5. Ok. I bought it. -------------------------------------------------------------------- PURCHASE INFORMATION -------------------------------------------------------------------- Product: Xpath Builder PRO, Http Plugin Tutorials, External Browser Plugin Order Date: Sep 17, 2015 10:45 AM ET Zaxaa Transaction ID: 67B6FA1DF362C27F7AD6112596ECE452 Then Is this workflow ok? 1. Login to Facebook with PhantomJS(ExBrowser Plugin) and get the User Token. 2. Use Official Facebook API via http plugin. 3. When User Token needed, Use the user token taken in step One.
  6. if you don't mind, I have one more question. I want to use this plugin in order to implement Facebook APIS. Is this possible with this plugin? And can I learn how to use APIs with this course (at least methodology)? And I am planning to get your offer which you bundled this course, Xpath Builder Pro and External Browser Plugin.
  7. What did happen to your plan making V2 of this course? Should I wait for V2 or go ahead and buy this course? If I buy the current course, what will you offer as a discount for the V2 course?
  8. May I use this plugin to implement Facebook APIs?
  9. I purchased the pro version less than a year. Dec 11, 2010 23:33:02 PST Transaction ID: 1X808614N9586411S So I suppose I am eligible to this upgrade free of charge. Am I right? If yes, how can I proceed for upgrade to pro version of 4?
  10. Me too. But I need something like this. There are two different txt file. I have to make a third one using them. Like this; File1 : aaaa bbbb cccc dddd File2 : 1111 2222 The One I will build; aaaa,1111 bbbb,1111 cccc,2222 dddd,2222 By using mod, I am able to match them like this. Do you have any suggestions other than using mod?
  11. I will answer my own question in case someone needs this info. Infact the answer is very simple. Just use % as the operator ex: 5 % 3 in eval function will give you 2.
  12. I need to perform a modula operation. I need this; Number MOD 2 if the result equal to zero I will perform something. So how can I perform a MOD function. PS : It is possible to define a mod function as a mod n = a - (n * int(a/n)) Is there an int function?
  13. When I browsing the forum for multi threading, I saw an answer from you. This is an old thread I know but I just wondered what is manhattan project? PS: You can check that thread here
  14. No. My aim is to store links so I can energize them (with backlink energizer).
  15. Your code worked. But still, I do not understand why mine did not work. Anyway, thanks.
  16. This question may seem to be very simple but I have wasted my whole day without a solution. I made a simple bot which posts an article as a new post (wordpress). Everything works as it should be. But after post is completed, I want to take the URL of the new post. I tried to get it from viewpost link (when you finished posting, a new line added as view post). Below is the html code of that section <P sizcache="20" sizset="48">Post published. <A id=postlink href="http://*.*.com/the-name-of-my-new-page/">View post</A></P></DIV> Please see the picture of co
  17. The solution mentioned in the tutorial solves this problem, but with this solution it is easy to make errors and the solution is impractical compared to a simple function like we requested. I hope, developers include this function as soon as possible.
  18. I will answer the first part of my question. For the implementation, there is a very good tutorial, Just visit; http://www.ubotblog.com/ubot-studio-inserting-items-from-a-table-into-a-field/ and read this tutorial. So the second part of my question still remains unanswered.
  19. In variable commands section, there are two commands called, "add list to table as column" and "add list to table as row" But I need reverse of those commands, ie, 1. add table column to list" 2. add table row to list My version of ubot is pro. How can I implement those features without those missing commands? And is there any intention to add those missing (but necessary) commands?
  20. My version of ie is 8. So how can I implement this code you suggested?
  21. I am trying to capture clipboard data that was saved from an application not from ie or any other browser. Is this possible?
  22. I want to store clipboard content into a variable. Is this possible? if Yes, How can I do that? PS: I have the pro version.
  23. I want to store clipboard content into a variable. Is this possible? if Yes, How can I do that? PS: I have the pro version.
  24. Infact this is the major problem with ubot videos. There are lots of usefull info. But it is impossible to find the info you need. I think we need a "Table of Contents" section for the videos.
×
×
  • Create New...