delphi911
Fellow UBotter-
Content Count
43 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout delphi911
-
Rank
Advanced Member
- Birthday 11/04/1965
Profile Information
-
Gender
Male
System Specs
-
OS
Windows 7
-
Total Memory
4Gb
-
Framework
v3.5 & v4.0
-
License
Professional Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Link does not work anymore. will you please update it once more.
-
He used one slash , you used double slash in between. What is the difference?
-
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.
-
No problem. And thank you very much.
-
In Http Plugin Tutorials, Two video are missing. 1. Video9-Wufoo 2. Video10-10MinuteEmail How can I get them?
-
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.
-
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.
-
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?
-
May I use this plugin to implement Facebook APIs?
-
3.5 Dev license owner - can I upgrade to 4?
delphi911 replied to Wolfman's topic in General Discussion
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? -
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?
-
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.
-
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?
-
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