Jump to content
UBot Underground

delphi911

Fellow UBotter
  • Content Count

    43
  • Joined

  • Last visited

Posts posted by delphi911

  1. 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.

  2. 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.

  3. I did not think anyone ever used that MOD function except way back in the BasicA days. lol

     

    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?

  4. When I browsing the forum for multi threading, I saw an answer from you.

     

     

    well, I might work on this stuff once the manhattan project is done.

     

    This is an old thread I know but I just wondered what is manhattan project?

     

    PS: You can check that thread here

  5. 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 code snippet, and I wait for your suggestions.

    post-352-12936370600055_thumb.jpg

  6. 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

     

    I know it is possible to make the job done as shown in this tutorial (Inserting Items from a Table into a field)

     

    But, with this solution it is easy to make errors and the solution is impractical (at least you do not need to write a long article to explain how to it :) ) compared to a simple function like we requested. I hope, developers include this function as soon as possible.

  7. 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.

  8. 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?

  9. Seems like for IE8 you will need to use write to browser command to create a page where you use flash to pass the contents of the clipboard to some javascript code that outputs it to screen then you can scrape it off the screen.

     

    There is probably a simpler method but i couldnt see one.

     

    My version of ie is 8. So how can I implement this code you suggested?

  10. Seems like for IE8 you will need to use run javascript command to a page where you use flash to pass the contents of the clipboard to some javascript code that outputs it to screen then you can scrape it off the screen.

     

    There is probably a simpler method but i couldnt see one.

     

     

    I am trying to capture clipboard data that was saved from an application not from ie or any other browser. Is this possible?

×
×
  • Create New...