? Guarding ? - Page 4
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

? Guarding ?

Started by kepp, 01 April, 2005, 20:22:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Josecar

Forgivme for my ignorance (and my english), till the moment I had no find a way of savig the commands levels in the GUI.

kepp

Jose, they are automatically saved when you are done editing and shiftin to new profile,
therefor for an example, if you edit vip and decide only to edit vip, just choose
another profile and your VIP settings are saved.
Im also happy to say that im writing somewhat of a help file
to get you going with script
and GUI ;)

Thanks EMIN3M for error :)
Guarding    

Josecar

Thanks Keep for your fast response. I just have proved that.  And my congratulations for Guarding,
till now i'ts the best I?ve seen in terms of size-peformance, and is my guess it will take a great share
 of the space of other bots much more spread (and compiled) in no long time.

Josecar

And the intrest in not compiled bots,  despite what some people thinks,
 besides learning, off course, is something  that nobody seems to see: Compiled bots
 can?t be TRANSLATED. If the bot is not  compiled, you can translate all messages and
 use it in hubs whose users don't understand  english.
So long you don't mess with the code,  the bot will do it fine.  So, there is no need
of programming giant boots multi-language.

6Marilyn6Manson6

kepp.. don't compile it.. please :)

bastya_elvtars

QuoteOriginally posted by Josecar222000
So long you don't mess with the code,  the bot will do it fine.  

But many do.
Everything could have been anything else and it would have just as much meaning.

kepp

I will never compile any script.
I MAY recomend some time to compile due to speed.
But the compilation is then up to each user

And btw, i appreciate you like it Jose and all others that
uses it, really keeps my spirit up to keep working on it :D

Version 0.2.2 is badly written and contains many bugs
such as Advanced can't be saved, Chatbots wont be configured correctly
for new profiles and welcome messages still only allows the 4 standard profiles...

im working on 0.2.3 which is 90% done :)
you can then set diferent redirect addresses for
each setting, Welcome message core re-written (More options)

Enable / Disabling of right click for each profile ( to save bandwidth if wanted )

+ alot more bugfixes and 1-2 commands :D

I hope you can live with these bugs til i would say Thursday  ;)
Guarding    

Josecar

QuoteOriginally posted by bastya_elvtars
QuoteOriginally posted by Josecar222000
So long you don't mess with the code,  the bot will do it fine.  

But many do.

Yes, many do it. But not always for bad. An example: in my hub, not only masters an ops can register, vips can do also. But the +register command in Kepp bot allows anybody whth access to that command to register any profile. So, a vip could register a master, an a op too, like te bot is now. Whithout this lines in the correct place, I could not use the bot.

if ((user.iProfile == 2) or (user.iProfile == 1)) and ((string.lower(v) == "operator") or  (string.lower(v) == "master") or (string.lower(v) == "vip")) then
                        user:SendData(sBot,"Can't register a "..v);
                        return 1;
                    end
One only person cant preview all. Hope Kepp include some like that, better of course, in his next version, but if not, I am lucky because the bot is not compiled.  Is that kind of thing "mess with the code" ??

bastya_elvtars

You are absolutely right, but this should be done through cvs/svn, I do not know either...

Anyway, you are not messing with the code, you did well.
Everything could have been anything else and it would have just as much meaning.

kepp

I could fix that with an exception of what profile may register
who in Command Options
Guarding    

BuRzO

Kepp your bot in

fantastic fantastic fantastic !!!!!

Don't compile it :D

I've only one problem..

this is the error..

Guarding.lua:462: attempt to concatenate global `Prefix' (a nil value)

I'm not a scripter... how I can resolve this problem?

thx!!!

kepp

#86
QuoteOriginally posted by BuRzO
Kepp your bot in

fantastic fantastic fantastic !!!!!

Don't compile it :D

I've only one problem..

this is the error..

Guarding.lua:462: attempt to concatenate global `Prefix' (a nil value)

I'm not a scripter... how I can resolve this problem?

thx!!!

I belive it is fixed, if not it will be in next version since lines has changed and there are quite a few places were the error could have occured!

Anyway, new version available :D

-----------------
Guarding V: 0.2.3
-----------------
*	Fixed error in BotINFO arrival attempting to concatenate a nil value when sending response, Thanks voy for report
*	Added kick / warn logging security, if hub is being restarted kicks / warns are now saved
*	Further preventing of errors in PM section added
*	Fixed error, GUI closing on saving advanced settings, wrong spelled table cause
*	Cleaned up amongst some code in GUI
*	Fixed chatbots in GUI now accepts the new profiles added
*	Fixed Mode in badsearches only contained Timeban, Thanks voy for report
*	Fixed bug not saving Profiles table after unregistering, thanks voy for report
*	Fixed Modems mode missed one mode, ( Redirect )
*	Hopefully fixed error reported by Emin3m
*	Fixed so all buttons and checkboxes changes style depending on OS
*	Welcome messages are now rewritten to work with the all profiles, added option to decide how to send it
*	Added posibility to add different redirect messages for diferent checks, requested by Voy :)
*	Changed routine of sending User Context, can now be configured to turn on / off for each profile, request by BeeR
*	Fixed so Hub-advertise file now can take a few parameters
*	Added a simple help file in Guarding folder, read that if you don't understand a part in GUI, if not there ask at forum
*	Added description ban + 3 commands, showdescrban, adddescrban, deldescrban; Ban user on specified action if found, Requested by BeeR

Have fun and bugs / errors / comments, post them here!
Enjoy

*EDIT*
I've had some problems with server and dynamic host
client, should be fine to get it now
Guarding    

BeeR

Hellou kepp

a small thing ,,
if i set redirect on unreg and check profile:
must i write the rdadress or is guarding usin prokax rdadress?
A cold BeeR is stunning !!

Josecar

I most be the foolest guy in world, sure it is a little thing, but can't make work userDB, not in previous versions, not now.
People log in, people log out, and nothingh keeps saved in the userDB.
If anybody can give me any idea, I'll be grateful, have tried all what was at my reach.
userDB is enabled, etc.

EMIN3M

#89
Hi, 1st a dumb question, what files do i need to replace to update the script so it will keep all the same settings?
 
+

Request to add a command to change the redirect addys on all checks?

+

Syntax ...\EMIN3M WORLD\scripts\Guarding.lua:421: attempt to index field `UserContext' (a nil value)
Syntax ...\EMIN3M WORLD\scripts\Rotating Message.lua:105: attempt to call global `FileExist' (a nil value)

+

Where did the right click menu go? :S

KOOOL script by the way very very nice!!! :D:D:D
Quote\"so you can be quick,
jump the candlestick,
burn your back,
and fuck Jill on a hill,
but you still ain\'t Jack.\"
-EMINEM

kepp

QuoteOriginally posted by BeeR
Hellou kepp

a small thing ,,
if i set redirect on unreg and check profile:
must i write the rdadress or is guarding usin prokax rdadress?

If empty and redirect is enabled it uses PtokaX indeed

QuoteOriginally posted by Josecar222000
I most be the foolest guy in world, sure it is a little thing, but can't make work userDB, not in previous versions, not now.
People log in, people log out, and nothingh keeps saved in the userDB.
If anybody can give me any idea, I'll be grateful, have tried all what was at my reach.
userDB is enabled, etc.

It may be a bug im not aware of, thanks for report :)

QuoteOriginally posted by EMIN3M
Hi, 1st a dumb question, what files do i need to replace to update the script so it will keep all the same settings?

+

Request to add a command to change the redirect addys on all checks?

+

Syntax ...\EMIN3M WORLD\scripts\Guarding.lua:421: attempt to index field `UserContext' (a nil value)
Syntax ...\EMIN3M WORLD\scripts\Rotating Message.lua:105: attempt to call global `FileExist' (a nil value)

+

Where did the right click menu go? :S

KOOOL script by the way very very nice!!! :D:D:D

Ussually all files in Settings folder is replaceable :)
Settings.ini is only replaceable when i mention it
at my "NEW Version" post
Text files are also replacable allways in txt etc

I will consider adding them, can't promise anything..

About the errors, only the first one belongs to Guarding
and that error shows why you wont get the right click menu.
You will have an update in 1-3 hours at most, i would say around 13:42 latest GMT + 1
Guarding    

kepp

-----------------
Guarding V: 0.2.4
-----------------
*	Fixed error in gsub function checking speeds, Thanks voy for report
*	Fixed attempt to index field `UserContext' reported by Emin3m
*	Rewrote the user db saving rotine, users must be logged in for x amount of minutes before save

Clean install is required, changed some folder and text position

Have fun :)
Guarding    

EMIN3M

Thanks for the update :)

Got 2 problems

1. I cant disable the vip chat, every time i untick it, save the settings, close the tab, then open the tab again it will be ticked :S

2. The redirect checks are not working, i set it to redirect min share but the users just get disconnected instead

You are being redirected because: You have not met the minimum share required of 10 GB!
*** Disconnected

Other then them the script is working good, no errors so far :D:D:D
Quote\"so you can be quick,
jump the candlestick,
burn your back,
and fuck Jill on a hill,
but you still ain\'t Jack.\"
-EMINEM

Josecar

Thanks Kepp for the upgrade and dedication. Hope
userDB saves data now, it was driving me crazy.

Rulle

#94
Hello, using Ptoxak 17.03 and Guarding 0.2.4.
I wonder if i can make chatbot that also unregged can enter, sort of like a pm-to-ops.
I wonder if i can disable the bot commenting microsoft after every restart ?
Also, does anti-advertising only work among users, not user-op?
If I am Hide, I can not download filelist, is this so?
Anyway, prog is all in all looking very nice  :D

kepp

QuoteOriginally posted by Rulle
Hello, using Ptoxak 17.03 and Guarding 0.2.4.
I wonder if i can make chatbot that also unregged can enter, sort of like a pm-to-ops.
I wonder if i can disable the bot commenting microsoft after every restart ?
Also, does anti-advertising only work among users, not user-op?
If I am Hide, I can not download filelist, is this so?
Oh, and i don't see any hubadvertising, I set it for 20 minutes and edited the Hubad.txt but i see nothing..
Anyway, prog is all in all looking very nice  :D

Yes Rulle, i may add such bot for non regged users, or make it possible with current ones.

Yes, you can disable evrything, it's under Advanced section in GUI, 'Send restart message' or something like that
disable it and you won't receive any messages at restarting

Anti Advertising: If a user sends a forbidden address to an Operator the user will be kicked
even though the itention was not so.
I will probably add an excption for this too in next or the
version after that..

If you are hiding yourself you are just hiding your name in
everybody elses list, you are still able to download
and other users can download from you if they find you in Search

About the Hubad part i can only see one reason, Did you restart scripts after saving? and to be really sure it ain't a bug start up GUI and check so it actually did save
the time Interval. I have absolutely no problem at all
and as far as im concern not my tester either

QuoteOriginally posted by EMIN3M
Thanks for the update :)

Got 2 problems

1. I cant disable the vip chat, every time i untick it, save the settings, close the tab, then open the tab again it will be ticked :S

2. The redirect checks are not working, i set it to redirect min share but the users just get disconnected instead

You are being redirected because: You have not met the minimum share required of 10 GB!
*** Disconnected

Other then them the script is working good, no errors so far :D:D:D
To answer your first problem it is indeed not saving, none of them are, Thanks for report, Hope you can survive it til later today or early tomorow

And the 2nd, Last night i got this report too, i checked, re-checked, but couldn't get it to work, i reported a possible bug to PPK.
But as i look closer today with no tired eyes i see
a very hard to located bug :)
So, it's Fixed :D
Guarding    

kepp

#96
2nd update today, im sorry about that..
it has to be done due to a very stupid bug in gui...
If you started to loose users i hope you thought of
the modems not being saved correctly, had to be modified
manually...

Anyway, it's fixed + bug reported by Emin3m :D

-----------------
Guarding V: 0.2.5
-----------------
*	Fixed problem bot not redirecting but disconnecting at checks
*	Fixed very critical bug in gui that forced modems not to be saved
	users were disconnected all the time

EVERYTHING is replaceable, no need to loose your current settings.
EVERYTHING except for Guarding.lua and Commands.tbl
:D

I hope you haven't experienced problems and i hope you solved it manually in 0.2.4

Enjoy your evning

* SERVER IS GOING DOWN FOR 5 MINUTES at 10:45 PM
Guarding    

EMIN3M

Great update kepp every thing working good so far.

Thanks for all the hard work you put in :D

O i had replace the gui aswell in order to make it save. :S
Quote\"so you can be quick,
jump the candlestick,
burn your back,
and fuck Jill on a hill,
but you still ain\'t Jack.\"
-EMINEM

kepp

QuoteOriginally posted by EMIN3M
Great update kepp every thing working good so far.

Thanks for all the hard work you put in :D

O i had replace the gui aswell in order to make it save. :S

Yea lol, otherwise it would have been bad
Guarding    

Rulle

Yeah, thanks for reply, everything is fine now :)
QuoteOriginally posted by kepp
EVERYTHING is replaceable, no need to loose your current settings.
EVERYTHING except for Guarding.lua and Commands.tbl!
This mean I only replace thiose 2 files then? And setting is still here? :D
And is here someway I can make bots and chatvots hidden for regular users, I want no zerosharers in hub?
How make it deliver PM massage at entrance for txtfile?
Oh, and how came kickcommand must bea + and why not !? I always use! but it works not here?

SMF spam blocked by CleanTalk