PtokaX forum

Archive => Archived 4.0 boards => Finished Lua 4 scripts => Topic started by: Skrollster on 30 October, 2003, 16:44:16

Title: What has happen to Glory Securitaz???
Post by: Skrollster on 30 October, 2003, 16:44:16
I will tell you..

i'v been working on a new publicrelease(1.9) for a while now, but i realised that i will newer make it public.

i'm rewriteing GS from scratch, there will be a new version called 2.0, unfortunatly not compatible with GS 1.X ini file, i will reuse some of my old code but i will also change a lot of the code.. as for now, i haven't reused any code, but i still only have begaun with the frame...

what will come in 2.0??
this is what i have in my Commands to implement file:

Commands to come in Glory Securitaz 2.0
levelsixcommands:(NotReg)
go
hubinfo
myip
mystat
network
news
reg
rules
showstat

levelfivecommands:
mypassword
chpassword

levelfourcommands:
showreg

levelthreecommands:
disconnect
kick
kickban
mm - ?ven pm
mmop - ?ven opm
ophelp
redirect
redirectto
Show kicklist
show opnews
timeban
warn
whois

leveltwocommands:
add networkaddress (IP/dns, string) - (AdvertiserCheck - table)
add illigalprefix (prefix, string) - (illigalprefix - table)
show networkaddress (IP/dns, string) - (AdvertiserCheck - table)
show illigalprefix (prefix, string) - (illigalprefix - table)

add kicklistentry
add news
add opmessage
add user

change chatstat
change userprofile
change username
replace news
replace opmessage

advert
advertpm
redirectallnow
resetchatstat
resetcounters
seenop
suhelp

levelonecommands:
set desciption (name string)
set hubname (name string)
set maxhubs (number int)
set maxslot (number int)
set maxusers (number, int)
set minslot (number int)
set redallusers (on/off string)
set redfull (on/off string)
set redirect (what string) (IP/dns string)
set regserver (IP(s)/dns(es) string)
set sharelimit (number(gb), int)
set slotratio (number int)

set showkickreason (pm/main/off) - pm-only for ops, main-for everyone
set showbanreason (pm/main/off) - pm-only for ops, main-for everyone
set showredirect (pm/main/off) - pm-only for ops, main-for everyone
set sendopnewsonlogin (pm/main/off) - will be ops only :)
set sendnewsonlogin (pm/main/off) - will be sent to everyone

set advertisemessage (message string) - (AdvertMessage)
set adverttimerinterval (number min) - (TimerInterval)
set allowselfregister (on/off) - (Selfregister)
set antiadvertisercheck (on/off) - (AdvertiserCheck)
set errormessage (on/off) - (ErrorMessage)
set hubtag (tag, string) - (hubtag)
set maxusersforwhois (number, int) - (maxusersonlineforwhois)
set nondc++redirectadress (IP/dns string) - (nmdcredirect)
set onlydc++ (on/off) - (Nmdc_Check_on)
set redirectnondc++ (on/off) - (redirectnmdc and Nmdc_Check_on)
set seenopenabled (on/off) - (SeenOpEnabled)

remove networkaddress (IP/dns, string) - (AdvertiserCheck - table)
remove illigalprefix (prefix, string) - (illigalprefix - table)

remove user
remove news
remove opmessage

show passwords
show password

Inbuilt commands:
addreguser -- will be blocked
ban -- for levelfour and lower
banip -- for levelfour and lower
clrpermban -- for levelone only
clrtempban -- for levelfour and lower
delreguser -- will be blocked
drop -- for levelfour and lower
gag -- for levelfour and lower
getbanlist -- for levelfive and lower
getinfo -- for levelfive and lower
help -- will be blocked but, replaced by own function
ipinfo -- will be blocked
iprangeinfo -- will be blocked
me -- for everyone
nickban -- for levelfour and lower
op -- will be blocked
restart -- for levelone only
restartscripts -- for leveltwo and lower
unban -- for levelfour and lower
ungag -- for levelfour and lower
userinfo -- will be blocked
stats -- for levelfour and lower

if you are missing something, please tell me right now..

and this is another to do list:
-- Going to:
-- Implement a new ini file with better structure
-- Implement a new regusers file containing info about who added the user and then and a comment
-- the new reguserfile will also contain lasttime the user logged in or out, last ip, last share
-- News and OPNews will be stored in tables
-- Network adresses will be stored in 2 tables one for antiadvertiseing and one for +network and +go command
-- The help for each and every command will be stored in the same table as the function itself
-- Implement a datalog sortof script, either in glory or as a standalone
-- Implement a counter for each and every usercommand, all stored in a single table
-- Only have 5 userlevels(or maybe 6) Master, SU, OP, Vip, Reg, NonReg
-- Implement possibility of any number of different prefixes with any length, like GS: or ! or ? or + or ?
-- Implement possibility to use commands sent to bot with or with out prefix
Title:
Post by: [ES]latinmusic on 30 October, 2003, 17:44:47
Skrollster a few questions, i have never use glory before, althougth is one of the best scripts because you use the profiles [SU], etc, as far as i remember, this way is total incompatible with our way, in my net i mean, so the the question will be:
Are you going to use in the new one your old profiles or simply are you going to use the built in profiles from ptokax?.
In case your use your own profiles, will you release an extra version to work only ptokax profiles? or better
Will you add an configurable option perhaps to make all the script works with or without your profiles part?.
I'm afraid the answer for all will be no ;( anyway a try is a try   :P
Title:
Post by: Skrollster on 31 October, 2003, 03:47:45
the answer is it is already configurable :)
test 1.8 or 1.9 if you can find it... it is all in the ini file..

and i will not make 2.0 less configurable then 1.x has been.. so it will probably be easy to manage..
Title:
Post by: Skrollster on 31 October, 2003, 03:52:18
Damn, i remember something that i realy should add..

A language file..

I'll have to come up with some good generic solution for this.. else there will be now language file...
Title:
Post by: MrZ on 31 October, 2003, 07:12:28
Hia:))

Glad to see ya (and Glory) back on track Skrollster :))))

Been running 1.9 since ya released the beta and its the noust stable / bugfree script ive seen.

Will look over that command list during the day..

Z ya
Title:
Post by: DarkElf on 31 October, 2003, 08:04:50
Found Bug (if is a bug): chatstat

When you restart scripts or hub the chatstat is cleared...



Bye
Title:
Post by: Skrollster on 01 November, 2003, 01:06:43
DarkElf: I'm sorry to say it, but i realy need to know what version of glory you are running, you told me in PM that you did run 1.9, that doesnt say to much because i have been changeing 1.9 a lot overtime and haven't updated the version number as i should, but i think it will help to know what beta bulid you use any how... (I think i have fixed this bug though)
Title:
Post by: DarkElf on 02 November, 2003, 04:46:22
The last fix is:
-- v1.9 Fixed so that the script creates Glory Securitaz.ini if it is missing, By Skrollster Sept-22 2003
Title:
Post by: Skrollster on 02 November, 2003, 12:16:14
wich version of pt are you using??
my guess is that ChatStat:Save() never get called..
and that is because of something that makes so that the timer function doesn't work...
But i wouldn't care too much, i'm just rewriteing the whole chatstat, un fortunatly though it will not be 100% compatible with the old one.. =/

but untill the release try using !restartscript in main before restarts and reboots and see if it helps..
Title:
Post by: DarkElf on 02 November, 2003, 12:44:36
oh, don't worry...i not use chatstat (ps i run ptokax TD4)
Title:
Post by: DarkElf on 03 November, 2003, 08:46:00
Skrollster, i have a request for next version :P

You can leave the incompatibility to other script (sorry for my bad english), i use GS and a lot of more scripts and for most of them i must change the commands like #mhelp or #funny....pls

Bye
Title:
Post by: Skrollster on 03 November, 2003, 14:40:47
QuoteOriginally posted by DarkElf
Skrollster, i have a request for next version :P

You can leave the incompatibility to other script (sorry for my bad english), i use GS and a lot of more scripts and for most of them i must change the commands like #mhelp or #funny....pls

Bye

Have a look in the ini file.. :D
just disable the error message and it will work with other scripts..
Title:
Post by: DarkElf on 03 November, 2003, 16:07:41
lol....I have always said..I'm stupid :D
Thanks


bye
Title:
Post by: Skrollster on 05 November, 2003, 01:19:52
I'v come to the conclution that rewriting GS from scratch takes some time...

i'm about 1/5 through now...

i havn't found a good generic solution for the language file problem yet... :\

so i will probably wait with that until 2.1
i will start with the documentation to morow...
it is necissery...

so far the scipt is about on 800 rows, all of you who thought my old script was easy to edit, just wait until(if i do) release the sourcecode for gs 2.0

There is still the thoughtes bit to code, and i don't know if i can do it on my own, but i hope i will be done then next week has ended.. (i have to write this, else there will be no new bot)

//Skrollster
Title:
Post by: Skrollster on 05 November, 2003, 22:18:48
Bad news:
Havn't done the documentation that i should have done today
Good news:
I have now implemented the long wanted !go command :)
and a quite complex !help function.. i think this will be loved.. =)

But there is a couple of things that i don't know how to solve, or i don't know how i want to solve them, not too hard, but hard to find a good generic solution..
right now i don't know i how i shall construct the ini file in the best way...

shall i save it as a table in a .dat file that isn't supposed to be altered by hand, or as plain text in a .txt file?

it's esier to do it the .dat way, but it might be betther the other way, what do you think?

//Skrollster
Title:
Post by: plop on 06 November, 2003, 00:36:05
use the way wich is easyest for the ppl who use it.
if you use the plain txt file you can still convert it 2 a table on the moment the script is launched.
takes a bit more lines 2 code but it works.

plop
Title:
Post by: Skrollster on 06 November, 2003, 19:40:23
it isn't hard to read a text file to a table that is for sure, but it is harder to write a table to a textfile so it gets easy to edit and understand what is what.. and if it isn't easy to edit, then i can as well save is as a table in a .dat file..
Title:
Post by: plop on 06 November, 2003, 20:15:43
how about a combination of both, use a command (!loadconfig) 2 convert the txt file into the .dat table version.

plop
Title:
Post by: Skrollster on 06 November, 2003, 20:20:32
So never save it back to the text file?
Nah.. all settings will be changeble from the script..
Title:
Post by: plop on 06 November, 2003, 21:15:48
well if it's the 1st time some1 uses it, it is the easyest 2 config.
and like you say after that they can change everything from the script so it's not needed anymore.
you could even make it a seperate script by using lua.exe 2 build the .dat.
got some more idea't but won't tease you with those.  lol

plop
Title:
Post by: Skrollster on 06 November, 2003, 21:31:56
No, please do, if you do i might share some of my latest knowlage about lua.. :P,
maybe even my source code for 2.0 as it is now, and i think that might be very intresting reading for you... =))

I'v thought about making a gui to set up gs before the first start, but i don't know to much about other programing so i think i will wait with that..

//Skrollster
Title: Language translation made easer.
Post by: X on 09 December, 2003, 00:13:48
Could you implement a Language file,
so it would be easer to translate it to many language.
 :)

X from Franceland.org
Title:
Post by: pHaTTy on 09 December, 2003, 01:52:15
QuoteOriginally posted by Skrollster
No, please do, if you do i might share some of my latest knowlage about lua.. :P,
maybe even my source code for 2.0 as it is now, and i think that might be very intresting reading for you... =))

I'v thought about making a gui to set up gs before the first start, but i don't know to much about other programing so i think i will wait with that..

//Skrollster

hey m8, if you need a hand with making a gui, gimme a shout, give me a basic view on what you want, and ill sure help ya :)

Glory securitaz was my fav bot when i first used ptokax, still a great bot, altho i use my own, i still think it is great, so give me a shout if you want one done ;)

-phatty
Title:
Post by: MrZ on 09 December, 2003, 06:15:27
Hia

Sorry to say i just went over to another script after using Glory for a looong time now.

This due to lack of developing and updating the script...

Weeere did u go Skrollster??? imo u were (is) one of the best...still hope u will be back someday.

If not.. good luck, werever u are

Z ya
Title: No.1 Fan
Post by: Flux on 09 December, 2003, 07:25:13
Hi Skrollster it's nice to see u around again, as you already know i am a fan of Glory Securitaz and i still use 1.8 and not 1.9 as you already if you remember.

The reason i don't use 1.9 is that it did not have Op level in like 1.8 example:

Master Flux has entered the hub
Networkfounder Flux has entered the hub

etc....

So i stuck with 1.8 and i don't use 1.9 and i would like too.

Hope to see your newest Glory Securitaz to be the finest as they always have been in the past.
Title:
Post by: Skrollster on 14 January, 2004, 23:13:14
I had a couple of computer crashes with in a month and lost the most of my source code library...

had a rought time in school, had some injuries, and our whole network changed over to Yhub due to preformance issues...
this and the lack of development in ptokax made me stop scripting in lua...

I had almost finnished glory securitaz 2.0 then i lost it...
It did use things that i have never seen in a public script before... If I have time i will publish a tutorial on how to script the way i did in gs 2.0 i think this will be good for all you who don't have time to read through all the documentation that is out there about lua 4.0..

I might be a bit more active now then i have found my way back here..

c u around
//Skrollster
Title:
Post by: NightLitch on 14 January, 2004, 23:16:48
Good to see you back Skrollster...

Saknat dig... (Missed you... )   :-) hehe

Can't want to see what you have to share with us...
Title:
Post by: plop on 15 January, 2004, 00:49:52
QuoteOriginally posted by Skrollster
I had a couple of computer crashes with in a month and lost the most of my source code library...

had a rought time in school, had some injuries, and our whole network changed over to Yhub due to preformance issues...
this and the lack of development in ptokax made me stop scripting in lua...

I had almost finnished glory securitaz 2.0 then i lost it...
It did use things that i have never seen in a public script before... If I have time i will publish a tutorial on how to script the way i did in gs 2.0 i think this will be good for all you who don't have time to read through all the documentation that is out there about lua 4.0..

I might be a bit more active now then i have found my way back here..

c u around
//Skrollster
wow thats a lot of bad news but happely ending with some good.
hope your fully recovered now from your injuries.
but in all, really good 2 see you back here.

plop
Title:
Post by: lynyrd on 15 January, 2004, 01:03:24
yeah! nice to hear from you scrollster
roll out the red carpet
he's back :D
Title:
Post by: MrZ on 15 January, 2004, 06:00:12
Hia:))

That post from Skrollster is over 3 months old,,,
Title:
Post by: lynyrd on 15 January, 2004, 06:20:28
saw that now hehe
but hey what's a month or so compared to a lifetime ;)
Title: Hi Skrollster....!
Post by: WickeD on 15 January, 2004, 08:17:58
Good to see that you are back...!!!    :)

//WickeD
Title:
Post by: pHaTTy on 15 January, 2004, 08:19:45
welcome back, wondered where you had gone :p
Title:
Post by: AlwaysConnected on 15 January, 2004, 08:26:46
weeeeeeeeeeeeeeeebeeeeeeeeeeeeeee


no we miss only one :)
Title:
Post by: plop on 15 January, 2004, 11:34:13
QuoteOriginally posted by AlwaysConnected
weeeeeeeeeeeeeeeebeeeeeeeeeeeeeee


no we miss only one :)
still 2.
or don't we mis miss piglja??

plop
Title:
Post by: Skrollster on 15 January, 2004, 16:44:47
QuoteOriginally posted by plop
still 2.
or don't we mis miss piglja??

plop

of course we do...
we miss them...

don't know if i ever will use lua scripts in my own hub again, our network is developing our own hubsoft since non of the existing ones is stable enought.

But i think i ought to write some 'how to's before i leave this community for good...

but you never know...

//Skrollster
Title:
Post by: pHaTTy on 15 January, 2004, 16:47:45
QuoteOriginally posted by Skrollster
QuoteOriginally posted by plop
still 2.
or don't we mis miss piglja??

plop

of course we do...
we miss them...

don't know if i ever will use lua scripts in my own hub again, our network is developing our own hubsoft since non of the existing ones is stable enought.

But i think i ought to write some 'how to's before i leave this community for good...

but you never know...

//Skrollster

eheh sounds liked your headed in same direction as i........


btw heres a couple a ppl we really do need back

Piglja
KlownietKlowniet

and of course, someone i doubt will be back but i hope :)

aMutex ;)

l8rr,,

Phatty,
Title:
Post by: MrZ on 15 January, 2004, 17:35:51
Zitat---------
eheh sounds liked your headed in same direction as i........
----------------------

And were is all this gonna end?
is the whole ptokax thing going in the same direction??

what about this board,,,, how long is it going to be alive when all scripters gone???

were are we heading...... hmm -hub ????

dosnt looks good at all imo, hoping im realy wrong this time................
Title:
Post by: Skrollster on 15 January, 2004, 19:50:29
Unfortunatlly it seems like you are not..

this is, imho, mainly because of the lack of development in ptokax...
Title:
Post by: MrZ on 16 January, 2004, 05:48:39
sh*t :(( feels like sitting on a sinking ship,,,,,,,

and yes Skrolster i agree, thats imo 2 dude...
nice seeing u here again anyway....

ptaczek!! were did you go ?

Z ya (i hope)
Title:
Post by: Sudds on 27 May, 2004, 23:58:12
hey just wonna tell ya i love glory its the best i use it. When wil the next version be out im dieing to try it. I love 1.9 except from the damn profiles but hey the script is so gud i dnt care. Keep up the good work and dnt sopt coz if u do we will all miss u.
Sudds
Title:
Post by: Skrollster on 19 December, 2004, 04:20:22
Some one told me last week that they still use GS 1.8.3 i was surly supprised... but and i recon that i will never continue the work on it... so here you go, the source for 1.9 it is free to use.. but don't be selfish... if you find any bugs report them here for others so they can fix them.. or i might put them in...

Glory_Securitaz.1.9.rar (http://skrollan.myftp.org/Glory_Securitaz.1.9.rar)
Title:
Post by: Skrollster on 19 December, 2004, 04:33:05
QuoteOriginally posted by Sudds
hey just wonna tell ya i love glory its the best i use it. When wil the next version be out im dieing to try it. I love 1.9 except from the damn profiles but hey the script is so gud i dnt care. Keep up the good work and dnt sopt coz if u do we will all miss u.
Sudds

i'm realy sorry.. i never saw your post, else i would have released the source code much erlier...
Title:
Post by: Dumledude on 11 June, 2005, 17:24:18
YAY you made my day! man i have missed GS sooo much! love it!


well for a request, i would like something that only allowed a user to login from a specific ip.


great to hear from you again!


// Tian