TehJibba

TehJibba

Joined
May 28, 2009
Occupation
Developer
Location
On A Boat
Website
Interests
coding, scripting, beer, weed

Activity Stream

TehJibba commented on a Page, Weather script for mIRC  -  Mar 10, 2014

This script has a major security flaw in the !w register command that leaves anyone running this open to possible attacks. Im not going into public detail about what is wrong with it so that this wont become a widely known flaw. the author can contact me for a better explanation, The exploit was tested several times on several different users and it does infact work

 Respond  
TehJibba commented on a Page, Control Panel v2  -  Mar 19, 2012

you dont need so many on dialog events. you can simplify it something like

on *:dialog:+CModes:sclick:*: {
 if ($did == 1) { /mode $$?="Set this where?(Include #)" +A  }
}

it will simplify it and look cleaner imo otherwise nicely done :)

 Respond  
TehJibba created a Page  -  Mar 08, 2012
851 

So basicly this is based on the same idea as the youtube title grabber i made the other day. It will basicly grab the title and the trailer link to imdb urls posted in the channel.

TehJibba commented on a Page, Yet Another Youtube Title grabber  -  Feb 27, 2012

all mine grabs is the id of the video after v= no matter where v= is for normal links or anything after / for the short urls. it should work for you as well just fine :) and ty :)

 Respond  
TehJibba commented on a Page, Yet Another Youtube Title grabber  -  Feb 27, 2012

major update posted. bugs fixed and completely redone the code :)

@ MakiMaki First let me say thank you for posting the no vars version i love it and it works great. But your regex was a bit flawed as it would catch: OAAAAAAAAAA in: http://www.youtube.com/watch?feature=g-logo&v=BqMIGC1tx3s&context=G2747d50FOAAAAAAAAAA
the new regex corrects this :)

TY to everyones post. still waiting to see someone come up with a better way to do the $replace tho :D

 Respond  
TehJibba commented on a Page, Yet Another Youtube Title grabber  -  Feb 26, 2012

Nice guys thank you all for your suggestions. i will test and implement the changes today.

@ ProIcons i only seperated it out as the pm one isnt really for a bot you can put it into your personal remotes and use it to grab urls pm'd to you. but yes combining them is doable.

@MakiMaki ty for the new regex lines. Im fairly new at using regex , als youtube has been messing with the url formating so all i want to grab is whats after v= no matter where it is in the url. if that regex does it ( at the time of writing this i havent tested) then sweet ill use it.
As for the replace line i couldnt think of a better/simpler way to do it and i tried to do just one and it threw out error's on me and i couldnt get it to work so i just did multiples. ty for showing me how to use just one :)

 Respond  
TehJibba commented on a Page, Yet Another Youtube Title grabber  -  Feb 24, 2012

Ty for the update. ill test it out and then edit the post :)

 Respond  
TehJibba created a Page  -  Feb 24, 2012

just a simple channel and pm youtube title grabber. just paste this in your remotes and any youtube url will be parsed for its title.

TehJibba commented on a Page, Oper Sandtrap Dialog  -  Feb 05, 2011

this has been updated ages ago :) just incase peeps didnt notice :P

 Respond  
TehJibba commented on a Page, Oper Sandtrap Dialog  -  Feb 02, 2011

just happen to like dialogs. $input could be substituted tho if u prefer it.

 Respond  
TehJibba commented on a Page, Oper Sandtrap Dialog  -  Feb 02, 2011

whoops on the bracket mis copied it sorry. And ill add a server setup in just a few mins. just threw it together this after noon :P

 Respond  
TehJibba created a Page  -  Feb 02, 2011
305 

Simple sandtrap setup. Right now is for only a single user but i will be adding the ability to setup traps for diff peeps with diff time lengths. as well as closing any loopholes such as quiting.

TehJibba commented on a Page, !BroCode bot script  -  May 23, 2010

ahhh the heady days of being n00b still :D so sloppy but meh. it worked atleast. glad it brought some fun to a few of you :D

 Respond  
TehJibba commented on a Page, !BroCode bot script  -  May 22, 2010

lol cant believe this thing is still active. :P

 Respond  
TehJibba commented on a Page, YouTube Now Playing  -  May 22, 2010

thanks guys for the feedback its much appreciated.

@ napa182 yea i suppose it could be either or. i usually have a playlist going in the background of music so technically im not watching it. And yes this is a differant script that i adapted to show only youtube info. it was originally a generalized webpage Title getter for irc, it would be used to get the page title for any page u were viewing.

@ sunslayer ty for the regex line i will try to incorporate it into the next version.

@ henbone11 ive noticed an error on some of the newer pages of youtube where it is returning an error. yes they have made some site changes so im going to have to take a look at it again to see what can be done. there is also an error if the title has parentese in it eg: limp bizkit - "break stuff" it wont return a result. i will try and fix all of this in the next version

 Respond  
TehJibba created a Page  -  Mar 29, 2010
2,143 

simple little code to get the youtube title and url of the video you are currently watching. it has a check in it so that it will only work with youtube urls. All you need to do is type /yt in any channel or query and it will display it for you

TehJibba commented on a Page, Auto Translator  -  Dec 13, 2009

awesome m8 keep up the fine work

 Respond  
TehJibba commented on a Page, Auto Translator  -  Dec 13, 2009

is there any way to get this all to work in a pm aswell ?

 Respond  
TehJibba commented on a Page, Auto Translator  -  Nov 27, 2009

no worries i simply added a polite message: "Please use porper grammar" just to remind me.

 Respond  
TehJibba commented on a Page, Auto Translator  -  Nov 27, 2009

well on further tries it seems its not really a bug. its poor grammar. if you use "u" vs you it wont out put anything. but i have gotten it to work with proper grammar.

 Respond  
TehJibba commented on a Page, Auto Translator  -  Nov 26, 2009

simply wow. :D this has to be the most useful script i have running. very well done m8

Edit:
one bug i noticed is the hotlink , for some reason i get no output with it. it pops up the window asking if i want to reply using the translator then the input box , i click ok and nothing happens.

 Respond  
TehJibba commented on a Page, Auto Translator  -  Nov 26, 2009

beautiful script and so useful ! only thing left this needs i think is the ability to add words to an ignore list :D

 Respond  
TehJibba commented on a Page, !8ball revisited  -  Nov 26, 2009

nice. been a while since i logged in here :D i like what u did thanks for the tips.

 Respond  
TehJibba commented on a Page, !8ball revisited  -  Sep 24, 2009

@ sunslayer yea ur right it wont work on all nets was coded on unrealircd so should work on any net using that or similar.

@ Jethro_ i only used it because it was something i had recently learned, either way will work.

and i wanted to restrict it to only & and up for the delete entry and add entry parts for personal reasons. you can easily change it tho to include other access levels

 Respond  
TehJibba commented on a Page, !8ball revisited  -  Sep 22, 2009

did you replace "PUT NICK HERE" with your nick?

 Respond  
TehJibba created a Page  -  Sep 22, 2009
561 

Well here it is. 8ball refined!

TehJibba commented on a Page, Search Menu Script  -  Aug 26, 2009

removed ty

 Respond  
TehJibba commented on a Page, Search Menu Script  -  Aug 26, 2009

i did test it yes. and i forgot to remove the () in the last update. it was corrected likely while you were posting hence the .1 on the version

 Respond  
TehJibba created a Page  -  Aug 25, 2009
481 

Just a little menu i put together with various differant searches. hope you like it.

TehJibba commented on a Page, RightClick Menu Replacement  -  Jul 15, 2009

hahaha ty fixed

 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.