
quickregister
Members-
Content Count
44 -
Joined
-
Last visited
-
Days Won
1
quickregister last won the day on January 6 2018
quickregister had the most liked content!
Community Reputation
1 NeutralAbout quickregister
-
Rank
Advanced Member
System Specs
-
OS
Windows 8
-
Total Memory
8Gb
-
Framework
unsure
-
License
Standard Edition
Recent Profile Visitors
2772 profile views
-
Compiled Bots Not Opening On Windows 10 Vps Version 6.18
quickregister replied to quickregister's topic in General Discussion
So far I have tried version 6 compiled bots on about 10 different vps computers. They will open up on about 3 of them. Does version 6. require more than 2 gigs of RAM? It seems like it is working on the bigger vps servers with lots of RAM but not on the 2 gig. Anybody have ideas? -
I am using version 6.18. My compiled bots work fine on my home Windows 10 Pro. When I put them on a Windows 10 VPS or a Windows 2019 Server the compiled bots will not launch. I have tried deleting the browser folder even the whole Ubot Studio folder and re-downloading the files. I have also tried copy and pasting the browser folders to the VPS. Sttil no go. If I run the bots compiled using version 4 they open up fine. The bots compiled using 6.18 DO work on some versions of windows server 2012. I also downloaded all the latest windows updates as suggested on other posts. Any ideas? Thank
-
I am trying to compile using version 6 the latest. When I run the compiler I get this error Cannot find file C:\username\APPData\Local\Temp\tmpD7E5.tmp When I compile the same ubot file in version 4 it works but I get the above error message when compiling in 6.1.1 Anybody have any ideas? Thank you.
-
Thank you will do.
-
Version 6 does not seem to be working. Numerous issues. It freezes up and stalls. Apparently I overwrote version 5 when I upgraded. How can I re-download version 5 and re-install it? I have the developer edition. Thank you.
-
Http Post How To Scrape And Post At The Exact Same Time
quickregister replied to quickregister's topic in Scripting
Wow that worked to get by the CSRF token error messaage. I did not know the encode email function I will have to read up on that. I am now getting another error message "too many automatic redirections were attempted" which is a completely separate issue. But your method worked to get by the issue I was having. Thank you! -
I am trying to log into this site using http post http://www.freeglobalclassifiedads.com/user/login Here is the code I have set(#freeglobalget, $plugin function("HTTP post.dll", "$http get", "http://www.freeglobalclassifiedads.com/user/login", "Mozilla", "http://www.freeglobalclassifiedads.com/user/login", "", ""), "Global") load html(#freeglobalget) set(#CSRFName, $find regular expression(#freeglobalget, "(?<=CSRFName\\\'\\ value\\=\\\').*(?=\\\'\\ \\/\\>)"), "Global") set(#CSRFToken, $find regular expression(#freeglobalget, "(?<=name\\=\\\'CSRFToken\\\'\\ value\\=
-
That worked for the text I gave you however actually I need to extract from this text: <html><head></head><body><p>Hi Matt,</p><p>Please validate your registration by clicking on the following link: <a href="http://www.bestinjurylawyerusa.com/classifieds/user/activate/12/97OZ8FEq">http://www.bestinjurylawyerusa.com/classifieds/user/activate/12/97OZ8FEq</a></p><p>Thank you!</p><p>Regards,</p><p><a href="http://www.bestinjurylawyerusa.com/classifieds/">Bestinjurylawyerusa Free Classifieds</a>&l
-
I am trying to get the url from this line in a table I have saved. Here is the line I want the url from: Please validate your registration by clicking on the following link: <a href=""http://www.bestinjurylawyerusa.com/classifieds/user/activate/11/Ha9XdOM8"">I want everything after : Please validate your registration by clicking on the following link: <a href="" and everything before: "" > To give me: http://www.bestinjurylawyerusa.com/classifieds/user/activate/11/Ha9XdOM8I used the Regex Builder 2.0 to get this regex code (?<=" >)(?=Please\ validate\ your\ registration
-
Need Help Http Get Regex
quickregister replied to quickregister's topic in Regex (Regular Exp<b></b>ressions) 101
Thank you. Your addition worked. However, I had given you the wrong information to make the regex code from. I got the info from the http headers but I really needed to get it from the html source code. So the code that worked for one of the variables ended up being. (?<=CSRFName\'\ value\=\').*(?=\'\ \/\>) Because I needed to take it from here: <input type='hidden' name='CSRFName' value='CSRF1103754532_1655122622' />Also, I sent you an email about your regex builder which I just bought. I noticed that there was not a place for "target" as in the videos. Is there another wa -
I am trying to do a http post to log into a site. Below is what I got from live http headers CSRFName=CSRF1103754532_791906178&CSRFToken=8687482b73766e6d88494351e4ee362f118d103d36d93e2855a79056449754f9f8ea5ebe9e96b4673bad22076774ec85d8c7d7f5b4c4cdd3bd577f2921ee7eab&page=login&action=login_post&email=info%40mydomain.com&password=password: undefined I need to be able to extract the CSRFName and the CSRFToken using regex and save it to a list. The part I am stuck on is extracting the CSRFName and CSRFToken in order to put those variables in the http post. I tried using
-
I just purchased the software but in this version there is no input area for "target" like in the videos. Am I missing something? Also the top part of the program where you normally have file etc is not visible.
- 88 replies
-
- regular expressions
- regex builder
- (and 5 more)
-
I have ubotlocker. If I "upgrade" to this is this an actual upgrade to my current script or is it a completely new installation and I will have to somehow transfer my current client license activations to this new system? Also does this work on php 7? Thank you.
- 432 replies
-
- ubotlocker
- ubot locker
-
(and 1 more)
Tagged with: