@Annaiidziithaa I still have this working. Can you please copy your browser source to pastebin.com and post the link so I can see if something has changed.
6.14 is over 7 years old Alco`. If you want to load new scripts then you will need to use a newer version of mirc.exe.
I would suggest trying 6.35. 7.x may have some conflicts with your "god" scripts.
You can find other versions of mIRC here: http://www.oldapps.com/mirc.php
To use this code you will need at least 6.21.
Keep in mind, that only mIRC.exe needs to be replaced in your current mirc directory but you will have to run the mirc setup to get the file.
Does the bot respond when you type +imdb ? (keep in mind that you must type this from a second client, not the bot, and you must have ops @ for the bot to respond)
@henbone11 beni doesn't use this script. He only uses some portions of it.
This script is working fine. Please explain your problem and I will do my best to help you get it working.
To test this script use: /eimdb moviename
From the client with the script loaded.
Don't forget , you must type +imdb in each channel you want this script running in. (You must have ops to do this and it must be done from a second irc client.)
Just edit the top section of the script KilllerX.
This Section:
Quote
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;Start Setup;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; Change %tagcolor to the color you want for tags:
var %tagcolor $+($chr(15),$chr(2))
;;;; Change %textcolor to the color you want for normal text
var %textcolor $+($chr(15),$chr(3),04)
;;;; Change %logo to change the YouTube logo
var %logo $+($chr(2),$chr(3),01,$chr(44),00You,$chr(3),00,$chr(44),04Tube,$chr(2))
;;;; Change %tagSelection to choose the tags you want displayed.
;;;; Valid tags are: title views likes dislikes uploader and date
var %tagSelection title views likes dislikes uploader date
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;End Setup;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Just change %textcolor and %tagcolor to $null and change %logo to YouTube
@cooldude13233 Something needs to be added to check if $nick is on %chan1 or %chan2, respectively before sending the message.
I edited this from a broken script that was over 185 lines to what it is now, in about 15 minutes so I overlooked the complexity of the on quit event. This is 99.9% my code and I was never given any credits on it so I won't be addressing any issues with it. It should be simple to fix on your own though. Just keep in mind that there is no $chan in the on quit event.
@moocat tuenc is short for twitter url encode. This is the way that you must url encode to work with twitters api. This may be different for the site you are using but for twitter this is 100% correct and will NOT work any other way.
As for the sorting in the signature, I'm sure you could edit the signature alias for that, but this was only made to work with twitter status_update and was never posted as a universal Oauth Signature routine.
If I get some free time I'll look at some other sites and see what it would take to make one that has an easier syntax and works over a broader range of sites. By then they will force us to use Oauth 2.0 though ;/
What site are you using this for ?
@moocat this script is working fine and the signature is sorted properly already. Many changes have been made to this code since your last post, including changes to address the problems that your were having before.
Thanks for your interest in this script, as it was your post that caused me to take a closer look at this script and make it better :)
Thanks TwinShadow :)
Updated to allow for the dash "-" in the id.
Are there any other non-alphanumeric characters in youtube id's ?
Sorry, I don't use youtube at all.
@TwinShadow The code at the top of the page has been updated and should be working correctly. Let me know if you have any problems and thanks for helping me debug this script. The person who requested this script has never contacted me again so I just assumed it was working right.
@TwinShadow If you post an example of the HTML code that is showing , I will filter the output through a character map or w/e is needed to clean it up.
I just need to know if it's showing the name ie. ,number ie.   or some other HTML.
Or per your example : ' or '
@Xpl0reR I've actually added most of the mIRC help file to this script but I was waiting till I had it all added to post an update. I'm building a deck on to my house with my spare time right now but I will update this script when I get it done.
I'll try to get it posted in the next two weeks, with the triggers added to the script.
@CrazyShady As with all scripts that use a users hostmask to set a ban, this script uses your ial to get the address.
In case your ial contains no data for a user you are trying to ban, this script will do a /who username to refresh your ial.
If your ial still doesn't return any data for the user in question, the script WILL, as a fail safe, use the nickname instead of the hostmask.
This is probably what happened. It's not a flaw in the script but rather a problem with your ial not staying up to date. This could happen if you have extreme lag causing your ial to be updated on a delayed basis.
If you are having problems with this that are unrelated to lag, please let me know. A small piece of code can fix this problem and make sure your ial stays up to date.
It doesn't remove the ban till the time runs out CrazyShady . The ban has nothing to do with the nickname. It is set on the hostmask.
Parting a room and changing your nick has NO effect on this script.
Thanks for the bug report :)