Castor Troy commented on a Page, Pastebin Script (Uploader)  -  Nov 04, 2008

Hmm, it doesn't get the full script sometimes.

I tested it with this slapper script: http://obi.pastebin.com/m3e956cd3

But this is all it gets when I upload it with the script: http://pastebin.com/d293af14c

It happened with a few other scripts, but then I tried copying a bunch of chat from the buffer and it pasted fine with the script. I glanced at the code, I think it's in the way the "alias urlencode" sets the %r, but I figured let you know since it's a great script, I really like it and I know a lot of ppl seem to like it too. :P

Also just a thought, have the pastebinhist.txt and httppastebincom***.txt be wrote to $scriptdir since a lot of ppl have scripts in a Scripts or System folder inside the mirc directory. And maybe even have it write to it own folder in there, something like this maybe...

on *:LOAD:{
  if (!$exists($scriptdirPastbin)) {
    mkdir $scriptdirPastbin
  }
}

;Then for the pastebinhist.txt and httppastebincom***.txt

write $scriptdirPastbin\pastebinhist.txt

It's not gonna be like that in your script obviously but just a quick way to show u what I was thinking. Once again, great script. :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.