-
Content Count
67 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout wiremarket
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows 8
-
Total Memory
8Gb
-
Framework
v4.0
-
License
Developer Edition
Recent Profile Visitors
3229 profile views
-
Thanks guys. I don't know how to even have ubot click on unity play visually, since I can't get the ubot browser to run unity. :/
-
Anyone know if it is possible to use UBot to automate something in Unity Web Player? I can't seem to get Unity to even display in Ubot.
-
Meaning what exactly? Sidenote: Their API restricts to 100 submits per day.
-
Hi TJ, not sure what you mean. You have it working or, or will soon? What is the PHP compiler? Thanks.
-
So I would be able to edit your existing spinrewriter api with that, to tweak it for 3.0?
-
Thank you Aymen, taking a look now!
-
Does anyone know if there is a plugin for Ubot to work with SpinRewriter 3.0 API? I know there is the original SpinRewriter plugin but I don't see anything to indicate that it's working with the 3.0 features of spinrewriter. If it doesn't exist, does anyone know how hard it would be to make it? Thanks.
-
Thank you sir. I was thinking way more complicated than it needed to be. Much appreciated.
-
How would I go about scraping all text from a web page, regardless of layout or which site it is? Not the source code, just all text as a visitor sees it. I'm sure I'm overlooking something really simple and obvious here, but hey... it's Monday.
-
Hi Chris, welcome to the world of uBot.
-
[Free] Multi Threaded Private Proxy Checker
wiremarket replied to Code Docta (Nick C.)'s topic in Bots and Scripts
Hi Traffic Cop, allow me to be the first to say thanks for this. Sounds awesome!- 18 replies
-
- multi threaded
- private proxy checker
-
(and 1 more)
Tagged with:
-
Regex is so interesting. When I use .*(?=-) as you suggested, it works perfectly (thanks!) until I come across more than one "-" such as "John Doe - ABC - 123". With the suggested regex I then end up with "John Doe - ABC" so I guess that regex finds the last instance of the main expression, instead of the first.
-
Ah there we go, works perfect! I had tried adding the .* but had it in slightly wrong place. Thanks willywonka!
-
I've been playing with those today, and not having much luck. If I want to find everything before a "-" in a variable, why wouldn't (?<=-) work?