|
|
|
| Home made PnP plugins | |
Posted: 05-08-2002 08:06 AM |
|
|
TuMTuM |
Will code HTML for food! |
|
|
Joined: 17 Feb 2002 |
Posts: 425 |
|
|
|
|
|
|
|
Here is my google plugin. |
|
Last edited by TuMTuM on 05-10-2002 10:49 AM; edited 1 time in total |
|
|
|
Posted: 05-10-2002 07:19 AM |
|
|
TuMTuM |
Will code HTML for food! |
|
|
Joined: 17 Feb 2002 |
Posts: 425 |
|
|
|
|
|
|
|
Here is the nfo script i made although not for pnp.
To use it, take a mirc instance, let it connect to efnet, and join #isonews and #nforce, then type /nforce and /isonews. Next, goto the #legal-rls channel and type /showreleases to test it. If that works, type /timerunlimted 0 0 showreleases and it will show a update everytime something is posted on nforce or isonews. |
|
Last edited by TuMTuM on 05-10-2002 10:52 AM; edited 1 time in total |
|
|
|
Posted: 05-10-2002 10:46 AM |
|
|
TuMTuM |
Will code HTML for food! |
|
|
Joined: 17 Feb 2002 |
Posts: 425 |
|
|
|
|
|
|
|
And here is my bandwidth analyzer. |
|
|
|
|
Posted: 05-10-2002 11:02 AM |
|
|
js995 |
Deletes your posts |
|
|
Joined: 10 Feb 2002 |
Posts: 226 |
|
|
|
|
|
|
|
godlike pcstats script available at www.chatterz.org
Features
developed by js995 & pezko ... for Peace and Protection only !
www.pairc.com if you dont have it , coz you should ....
missing your invision/excursion/ghey polaris clone theme ? well dont ... get a P&P theme designed by me to imitate them at the same url, www.chatterz.org
js |
|
|
|
|
Posted: 05-10-2002 11:09 AM |
|
|
TuMTuM |
Will code HTML for food! |
|
|
Joined: 17 Feb 2002 |
Posts: 425 |
|
|
|
|
|
|
|
Why do you have more functions then my PCstats does? |
|
|
|
|
Posted: 05-10-2002 11:12 AM |
|
|
TuMTuM |
Will code HTML for food! |
|
|
Joined: 17 Feb 2002 |
Posts: 425 |
|
|
|
|
|
|
|
Here is my cnn script, I know it aint perfect but who cares! |
|
Last edited by TuMTuM on 05-10-2002 11:14 AM; edited 1 time in total |
|
|
|
Posted: 05-10-2002 01:09 PM |
|
|
js995 |
Deletes your posts |
|
|
Joined: 10 Feb 2002 |
Posts: 226 |
|
|
|
|
|
|
|
possibly because i have the development version .... lol
well, most of those are in there, except the DCC menu ... ( i think ) |
|
|
|
|
Posted: 06-03-2002 06:35 PM |
|
|
ouroboross |
mr froggie |
|
|
Joined: 09 Feb 2002 |
Posts: 139 |
|
|
|
|
|
|
|
i made shit.ini...
/shit Shn
lolol
POOandPISS ownz you! |
|
_________________ -=[ouroboross]=- |
|
|
|
| | |
Posted: 06-03-2002 06:50 PM |
|
|
ouroboross |
mr froggie |
|
|
Joined: 09 Feb 2002 |
Posts: 139 |
|
|
|
|
|
|
|
@TuMTuM
I edited your nfo script...
Code: |
alias vcdquality {
if ($server) {
echo -a ---[ #vcdquality Releases addon ]---
}
else { echo -a :: Not conected.. ( and join #vcdquality ) }
}
on *:text:*[VCD QUALiTY] *:#: {
if ($nick == VCDQ) {
set %nfo $remove($1-,[VCD QUALiTY])
set %write.vcdquality 7«14vcdqaulity7»15 $strip($replace($remove($4-,[VCD QUALiTY],Update in), released by, ::))
write -c vcdquality.txt
write vcdquality.txt %write.vcdquality
}
}
on *:join:#vcdquality:if ($nick == $me) { vcdqaulity }
alias showreleases {
set %vcdquality.view { $read(vcdquality.txt,1) }
if (%vcdquality.view != %vcdquality.old) {
set %vcdquality.old %vcdquality.view
echo -a %vcdquality.old
msg #moo2joo %vcdquality.old
}
|
but what happens if youre on another server? or if you want to announce to another chan? (sorry im lame at scripting :p)
regards,
ouroboross |
|
_________________ -=[ouroboross]=- |
|
|
|
| | |
Posted: 06-04-2002 08:56 AM |
|
|
ouroboross |
mr froggie |
|
|
Joined: 09 Feb 2002 |
Posts: 139 |
|
|
|
|
|
|
|
fjeer! i have an addon manager dialog... but it does nothing mawahaha (unless you count the ok button :p)
Code: |
;####################################
;# Addon Manager v0.1 #
:# by ouroboross #
;# works with Peace and Protection #
;####################################
#ppainfo off
[addon]
version=0.1
popup=Addon Manager
id=addon
ppver=4.22
[files]
1=Addon_manager.ppa
[notes]
1= Addon Manager by ouroboross
#ppainfo end
alias Addon.Manager {
dialog -m Addon Addon
}
dialog Addon {
title "Addon Manager v0.1"
size -1 -1 243 157
option dbu
list 1, 1, 3 100 146, sort hsbar
text "Title:" 2, 106 3 12 7
edit "", 3, 106 12 134 12, read
text "Author:" , 4, 106 27 18 7
edit "", 5, 106 37 134 12, read
text "Description:" , 6, 106 52 30 7
edit "", 7, 106 62 134 74, read
box "", 8, 3 139 157 15
button "Load", 9, 163 142 37 12
button "Ok", 10, 203 142 37 12, ok
text "Addon Manager v0.1 Scripted By ouroboross", 106, 5 145 150 8
}
;ok-button
on 1:dialog:addonck:87: {
Addon.SaveConfig
Addon.ReadConfig
}
|
|
|
Last edited by ouroboross on 06-04-2002 09:04 AM; edited 1 time in total _________________ -=[ouroboross]=- |
|
|
|
| | |
Posted: 06-04-2002 02:23 PM |
|
|
M0nKeY |
- Remember - |
|
|
Joined: 09 Feb 2002 |
Posts: 1235 |
|
|
|
|
|
|
|
Oooh.... A dialog that doesnt do anything, I'm trembling at your ability. :p |
|
|
|
|
Mindcontroll Forum Index » Programs/Programming Development |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You can vote in polls in this forum
|
All times are GMT - 5 Hours
Page 1 of 1
|
|
|
|
|
Video Games Suck - XXXSwim - Archive |
Powered by phpBB © 2001-2005 phpBB Group. |
Designed for Trushkin.net | Themes Database |
|