Jump to content
UBot Underground

Pete_UK

Members
  • Content Count

    133
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Pete_UK

  1. I think returning a specific text string like '-1' or "unable to connect" would be best because a true/false would conflict with the existing structure of the function. It currently return what ever the server send back - if I understand it right.
  2. Awesome share Dan and great ideas. Support for MySql would be great. I often use MySql in 2 ways... Create a new MySQL table from a ubot table and then append the contents of the table. Caters for dropping the table first. If the table already exists, then append the table records to the MySQL table.I guess it could expand to Drop Table, Empty Table etc.. When running my scrapers I've got into the habit of saving data to a file regularly (append) same as mentioned in option 2. So a +1 for that Large Data plugin .... it's now a staple part of my Ubot Diet but as with all plugins not as
  3. Great news Nick. I do find it a little difficult at the moment to really pinpoint what code I should change for my own use. Can you record a video or simple instructions to show an example of how someone would take the code and change it for their own use case. Just something simple like: Here is the base code...Now let change it for this scenario ...Crawl site ABC looking for pages containing ZYX.Save the URLS and scrape ZYX from the page. Thanks, Pete
  4. Hi Meter, Is it possible to forward the Paypal IPN onto another url endpoint such as aweber/mailchimp? If so, can you give some pointers? Alternatively I could get paypal to send the IPN to a php script which could then forward onto ubotlocker & any other service I want. Will ubotlocker accept ipn's this way? ... any issueseo you see in the logic or ubotlocker?
  5. Looks cool, but what is the benefit of this? Any use cases? Are we able to use it to scrape data from within the external browser? What command can we use to control the external browser?
  6. Hi Meter, I've setup Paypal as per instructions and the issuing of licenses works fine, but on testing refunds of 1-time purchase and subscription cancellations I see the license keys remain active for the users. Isn't the system suppose to deactivate the user license? Is there something special I have to do to get this working? Also, is it possible to log the transaction amount in the Paypal Log? Pete
  7. Can UbotLocker do this? ....... I want to give the buyer access to a bot for 48 hours only. Scenario is... BUY (payapl / jvzoo etc..) Issue license automatically User uses the bot for 48 hours License is automatically deactivated after 48 hours How can I do this?
  8. Nick, did you manage to do a new video covering the new version of the code?
  9. downloaded as details.csv for me. Here is how the data looks in a simple CSV viewer (http://www.csvviewer.com - I use this all the time)... http://content.screencast.com/users/Pete_1/folders/Jing/media/41ab6f4a-e78d-409d-a21c-f3fed7f00873/2015-01-08_1755.png You have line-breaks in your data so excel thinks every line break is a new record. I think!
  10. Tke a look here.. http://www.ubotstudio.com/forum/index.php?/topic/12958-sell-ubotlocker-web-web-based-licensing-solution-that-prevents-decompiling-and-cracking/
  11. The Input Element for FILE seems to be screwing up for me. When I choose the Dialog Type drop down and select SAVE, it always shows the OPEN dialog box when testing and exporting and testing in ubot. Is this a bug? UPDATE: Manual edited the code and it's okay
  12. Not to worry. Figured it out. For anyone else you could try this... Edit the html as follows: .. .. <body> <div style="position: absolute; left: 50%;"> <div style="position: relative; left: -50%; border: 1px solid rgba(238,238,238, 0.8);"> .. put the rest of the SSUB generated BODY code in here .. </div> </div> </body> Note I added the "border: 1px solid rgba(238,238,238, 0.8);" just to see the outline of my interface. You can remove that bit. Hope it helps someone.
  13. When you type your date press the quote button " to indicate it is a string of text.
  14. That did the trick Gogetta. I had the Tabs/Page toggled-off. Thanks for the assist. Much appreciated.
  15. I just updated to v7.4 today and the Dialogue Button Element is no longer working. It brings up the dialogue box to create the button but when I select the ADD BUTTON nothing is added.
  16. Hey Nick, Just started looking at this today and have an issue showing up. See this vid for details... http://screencast.com/t/rttTtSoLt The explanation video is very detailed making the code easy to understand. This bot will save me a ton of time. Some additions to include... Build in the functionality to allow relative path pages to be scraped. EG. ../page1.html I didn't spot this in the code but... add the ability to skip/filter urls that point to an anchor on a page. EG. ../product1.html#picture1 or http://example/page1.html#picture1Thanks, Pete
  17. Your code works on my system Zenos, but not my code! The code my version of Ubot generates it a little different to the sample code you posted. Ubot version 5.5.9 removes the space after the comma's. Here is a vid showing it in action. http://screencast.com/t/fK3a0ThB8C May be something for you to look at Carl for the next version.
×
×
  • Create New...