Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 12/10/19 in all areas

  1. I always "save as" and change version # 0.1, 0.2 etc A lot of folks are on 5.9.55 or 5.9.37 Regards, Nick 5-9-37 and 5-9-55 setup links.txt
    1 point
  2. 2 Updates in 1 day (UNHEARD OF) Updates 12/10/2019 Updated Files to overwrite Header.php ManageBundles.php DoEditBundle.php AddBundle.php DoAddBundle.php Install.php Update.php PaymentNotifier-**.php *(all files) PaymentNotify.php custom1.php EmailListHook.php Home.php config_ext.php Upload Update.php and run it. Delete when complete. Edit your bundles to include Maximum Available. Must include value. This update adds the ability to show number of times a bundle has been issued (used) and number of allowed uses. When it reaches its max uses it will auto close the bundle for you
    1 point
  3. Thanks @Ubotbuddy I'll give this a go as well This is what I shrunk the code down to set(#pages,$scrape attribute($element offset(<href=w"*/page-*">,6),"href"),"Global") Theres no need for a list, the on page html ahref elements is the same no matter how many pages a thread has.
    1 point
  4. @ATuringtest Give this a try! loop(1) { set(#var,$scrape attribute($element offset(,0),"outerhtml"),"Global") set(#var2,$find regular expression(#var,"href=\"(.*?)\""),"Global") clear list(%targetURL) add list to list(%targetURL,$list from text(#var2," "),"Delete","Global") loop(6) { remove from list(%targetURL,0) } set(#var,"","Global") set(#var2,"","Global") } I tested this on several pages from that forum and it is pretty quick and efficient. Buddy
    1 point
×
×
  • Create New...