Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Need an IRCOp? Look no further!
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> Services Offered
Author Message
SyntaxIRC
none
none


Joined: 07 Dec 2006
Posts: 27

PostPosted: Dec 07, 2006 6:45pm    Post subject: Need an IRCOp? Look no further! Reply with quote

Hey, I'm currently offering my services as an IRCOp for a server which doesn't allow warez.

I've been using IRC/mIRC for a couple of years now and familiar with the mIRC commands and have been scripting mIRC for around two years.

Listed Experiences:
HTML, XHTML (Currently learning PHP)
mIRC Scripting (Around the expert mark) See below for some example scripts.
Great IRCOp Knowledge


I speak fluent English and blend into servers, I am prepared to start off as a HelpOp/LocalOp.

mIRC Script Example:
Quote:

on *:TEXT:!mafia:#: {
if ($me == Computer) {
if ($nick isreg $chan) || ($nick isvoice $chan) {
msg $chan Only HOPS, AOPS, SOPS and FOPS can start the game!
halt
}
}
if ($me == Computer) {
if (%mg. == on) {
msg $chan A round of Mafia has already been started!
halt
}
inc %rmg. 1
set %mrank1 killer
set %rkm. true
set %players 0
set %mplayer [ $+ [ $nick ] ]
set %mg. on
msg $chan Round $chr(35) $+ %rmg. of Mafia has been started. Type !join to participate. (All rounds must have have over 6 people) 120 second timer for gamestart. (Type !start to start the game (Only HOPS, AOPS, SOPS and FOPS))
//timermafia 1 120 //set %mg. off | //msg $chan Round $chr(35) $+ %rmg. of MAFIA has been stopped after 120sec idlestart.
}
}
on *:TEXT:!join:#: {
if ($me == Computer) {
if (%mg. == off) {
inc %rmg. 1
msg $chan Round $chr(35) $+ %rmg. of Mafia has not yet been started!
dec %rmg. 1
halt
}
if (%mplayer [ $+ [ $nick ] ] == $nick) {
msg $chan You are already in this round, $nick $+ !
halt
}
if (%mg. == on) {
inc %players 1
if (%players == 6) {
timermafia off
msg $chan 120sec idlestart timer has been disabled after reaching 6 users! You may now, if you wish, start the game by typing !start
}
if (%rkm. == false) {
goto one
}
set %rkmg. $rand(1,2)
if (%rkmg. == 1) {
set %qrkmg. [ $+ [ $nick ] ] killer
set %pqrkmg. [ $+ [ $nick ] ] killer
set %rkm false
set %mplayer [ $+ [ $nick ] ] $nick
set %poison [ $+ [ $nick ] ] false
notice $nick You are the killer for this round!
msg $chan $nick has joined the round!
}
:one
set %mplayer [ $+ [ $nick ] ] $nick
set %poison [ $+ [ $nick ] ] false
set %qrkmg. [ $+ [ $nick ] ] citizen
set %pqrkmg. [ $+ [ $nick ] ] $nick
msg $chan $nick has joined the game!
notice $nick You are a citizen for this round.
halt
}
}
on *:TEXT:!start:#: {
if ($me == Computer) {
if ($nick isreg $chan) || ($nick isvoice $chan) {
msg $chan Only HOPS, AOPS, SOPS and FOPS may start a round of Mafia!
halt
}
if (%mg. == off) {
msg $chan A round of mafia must be pending start validation (In other words, not yet started) to use this command.
halt
}
if (%mg. == on) && (%smgr. == true) {
msg $chan Round $chr(35) $+ %rmg of Mafia has already been started!
halt
}
if (%players < 6) {
msg $chan There must have over 6 players in this round to start Mafia! There are only %mg. players!
halt
}
}
elseif ($me == Computer) && (%smgr. == false) {
set %smgr. true
msg $chan Round $chr(35) $+ $rmg has OFFICIALLY STARTED! There's a killer among us, and theres a detective trying to find him. Do citizens have a role? Yes, you have chances and votes. You can hide in certain places in your town which have an unknown success rate of being safe and secure, you can also vote as a community other than the detective to bring the killer to justice! Who's the killer? It could be anyone, find him before 4 citizens are been killed!
msg $chan -
msg $chan One foggy night, the full moon was out, the community of town Flouke were asleep. One citizen was walking home from an event not far away from town was caught in a dark valley with the killer ???. The citizen ??? tried to talk to him but he saw a sharp blade fall down his sleeve, ??? tried to run, but ??? was cornered. ??? was later found dead.
msg $chan -
msg $chan It's time for the killer to decide who's his victim.
msg $chan -
notice %pqrkmg. It's time for you to decide on the victim, reply with !kill <victim> to kill! Remember, the victim must be playing! Choose wisely, because one may have a suspicion for you!
}
else {
halt
}
}


I have a full vHost mIRC Script which I'll dedicate to the server that chooses me and has the proper requirements, it currently has these options:

(This is a credited system)
Check Status
Delete/Add Credit
AddLevel
CreditType_Unlimited
DeterUnlim
SetAcc
and more...
^ This is not dedicated but on most of the day.

As stated above, I'm looking for an IRC Server which has 10+ users not all opers that doesn't allow warez. It needs to have the basic services which Anope has such as ChanServ, NickServ, OperServ and MemoServ. I'm not looking for unorganized or permanently inactive servers.

My availability is 61+ hours a week and mostly 24 hours on Saturday Smile I'll help as much users as I can and update scripts for the chosen server that will help along the way Smile

Please email me at unknown.rawr@gmail[DOT]com with the server, what topic is it on (general, games, sport etc) and what IRCd it's running.

I hope I find a new home Smile!
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1114

PostPosted: Dec 07, 2006 9:30pm    Post subject: Reply with quote

ok this is odd.

Since mIRC and it's scripting language, has absolutely nothing to do with the ability to be an IRCop. Your topic says your looking for an IRCop position but your posted "credentials" suggests your looking for a mIRC scripter position ... which are you wanting?
Back to top
PingBad
Guru
Guru


Joined: 05 Feb 2005
Posts: 2064
Location: New Zealand

PostPosted: Dec 07, 2006 11:57pm    Post subject: Reply with quote

both?
Back to top
SyntaxIRC
none
none


Joined: 07 Dec 2006
Posts: 27

PostPosted: Dec 08, 2006 12:23am    Post subject: Reply with quote

IRCOp.

I'm posting mIRC Scripting experiences for "abilities." Read it further and you'll see my experiences to be an IRCOperator. Smile
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1114

PostPosted: Dec 08, 2006 12:15pm    Post subject: Reply with quote

I only see "Great IRCOp Knowledge" which doesn't say anything .. 95% of your post is mIRC script related, not IRCop related. Perhaps a list of ircds and services that you are familar with as well as a list of networks you have previously opered on as well as the positions held and the length of time you held each position.

Sorry if I seem critical, it's just that when you go for a job interview, you want to talk about items that relate to the job your applying for and to be honest, mIRC script has nothing to do with being an IRCop.
Back to top
Jobe
Idler
Idler


Joined: 30 Jul 2006
Posts: 374
Location: Lurking in the shadows of some random channel!

PostPosted: Dec 08, 2006 1:11pm    Post subject: Reply with quote

You can be a brilliant IRCop and still know nothing about mIRC scripting or even any scripting for that matter.
Back to top
SyntaxIRC
none
none


Joined: 07 Dec 2006
Posts: 27

PostPosted: Dec 08, 2006 3:29pm    Post subject: Reply with quote

katsklaw,

IRCd's:
UnrealIRCd 3.2
InspIRCd

Services:
Magick Services
Anope
BewareIRCd Services (I know not much people use this one)

Previous IRCOp Positions:
irc[dot]ls-la[dot]nl (Global Operator to Local Operator due to mass of Globals)
irc[dot]bahajainc[dot]com (Global Operator: Now normal user due to linking, may be repromoted after more users come)

Any more info you want? Razz
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1114

PostPosted: Dec 08, 2006 4:00pm    Post subject: Reply with quote

much better, thank you Smile

Unfortunately, I'm looking for an ircu/srvx guru. However, just because I can't use you .. Doesn't mean that your replies were in vain. I'm sure there are several other net admins that may need your skills.
Back to top
SyntaxIRC
none
none


Joined: 07 Dec 2006
Posts: 27

PostPosted: Dec 08, 2006 4:17pm    Post subject: Reply with quote

Thanks Wink
Back to top
]Daniel
Idler
Idler


Joined: 05 Jan 2006
Posts: 317
Location: Boise, ID

PostPosted: Dec 09, 2006 2:04pm    Post subject: Reply with quote

I got a vhost script too...But its written in TCL for eggdrops and runs very similiar to a regular service, its meant for Anope services though as it is nothing but a vhost request system that works with hostserv. If ya wanna see it check out http://www.planetarygaming.net/daniel/vhost.tcl.txt Anyone who tries this btw, dont come to me if it breaks, it aint entirely finished just mostly functional.
Back to top
SyntaxIRC
none
none


Joined: 07 Dec 2006
Posts: 27

PostPosted: Dec 09, 2006 11:43pm    Post subject: Reply with quote

This topic was not meant for people to post vHost scripts -.-
Back to top
marc
Lurker
Lurker


Joined: 10 Jun 2005
Posts: 161
Location: Melbourne, Australia

PostPosted: Dec 10, 2006 12:37am    Post subject: Reply with quote

it seems this threads become a penis flexing competition... i dont know why i bother reading half the crap that's said on these boards anymore...
Back to top
SATAN-HHH
Eleet
Eleet


Joined: 29 Nov 2003
Posts: 855
Location: Texas

PostPosted: Dec 10, 2006 1:30pm    Post subject: Reply with quote

I was just thinking the same thing
Back to top
wolfwindshadow
none
none


Joined: 10 Dec 2006
Posts: 2

PostPosted: Dec 11, 2006 1:56am    Post subject: Clue-By-Four Reply with quote

sorry to bring out the Clue-By-Four, but the last way to get an O:line with alot of opers is to beg, and as far as mIRC script... can it, I scriot in TCL, Python, and Perl as a user of X-Chat. as far as experience, We usually require proof, show us some raw commands, some oper commands, tell us about what you would do if a huge botnet loads up...
Back to top
SyntaxIRC
none
none


Joined: 07 Dec 2006
Posts: 27

PostPosted: Dec 11, 2006 3:43am    Post subject: Reply with quote

Raw:
raw PRIVMSG SyntaxIRC Move!
raw NOTICE SyntaxIRC Move!
raw ZLINE 72.91.471.43 :Botnet
raw JOIN #test
raw HOP #test
(^?)
Oper Commands:
zline 72.91.471.43 :Botnet
gline a@gk.net 4d Flood
gline -a@gk.net 4d Flood
addmotd Join #help for further information.
kill test blah
(^?)
How I would deal with a botnet:
I would repeatively Z:Line BotNet clients as fast as possible, even if it takes hours Wink

Is this what you asked more? If not, be more specific.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> Services Offered All times are GMT - 6 Hours
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer