Jump to content
UBot Underground

Recommended Posts

Here it is.. Enjoy everyone..

 


comment("http://www.lindexed.com API
")
ui block text("Urls", #urls)
ui open file("Or URLs File", #urls file)
set(#api key, "REPLACE WITH YOUR API", "Global")
set(#service id, "REPLACE WITH YOUR BOT NAME FOR TRACKING", "Global")
comment("

NO NEED TO EDIT BELOW

")
if($comparison(#urls, "!=", $nothing)) {
   then {
       clear list(%urls)
       add list to list(%urls, $list from text(#urls, $new line), "Delete", "Global")
   }
   else if($comparison(#urls file, "!=", $nothing)) {
       clear list(%urls)
       add list to list(%urls, $list from file(#urls file), "Delete", "Global")
   }
   else {
   }
}
if($comparison($list total(%urls), ">", 9)) {
   then {
       navigate("http://www.lindexed.com/api/api.php?apikey={#api key}&serviceid={#service id} {#date now}&urls={$replace(%urls, $new line, "|")}", "Wait")
       clear list(%urls)
   }
   else {
       alert("You must include at least 10 urls")
   }
}
define get time format {
   set(#current time and date, $replace($replace($date, "/", "-"), ":", "."), "Global")
   clear list(%time stamp now)
   add list to list(%time stamp now, $list from text(#current time and date, " "), "Delete", "Global")
   clear list(%final time)
   add list to list(%final time, $list from text($list item(%time stamp now, 0), "-"), "Delete", "Global")
   set(#date now, "{$list item(%final time, 1)}-{$list item(%final time, 0)}-{$list item(%final time, 2)}", "Global")
   clear list(%time stamp now)
   clear list(%final time)
}


Lindexed API.ubot

  • Like 2
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...