I see someone pointed you at something entirely unrelated to RbMod (This is a Perl mod on this thread) on another thread for a PHP time rank system. RbMod has a time rank (Military ranks) but it's...
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: Scor9ioN; Keyword(s):
I see someone pointed you at something entirely unrelated to RbMod (This is a Perl mod on this thread) on another thread for a PHP time rank system. RbMod has a time rank (Military ranks) but it's...
Near the same section in rbm_features.pm (Starting at line 3126) You will notice sub Rbm_RankedIcons1 {}, sub Rbm_RankedIcons2 {}, 3 {}, 4 {}...
If you choose;
Military_Rank_Icon_Pack = 1 in...
Open ../rbm_packages/rbm_features.pm
Scroll down to line 3098 - sub Rbm_RankedIconsNames {}
Change any of the ranked names here. If you're using Military_Rank_Icon_Pack = 1 under rbm_settings.cf;...
RbMod looks for groups that end with a white-space then a digit or two for cleanup, as most of the groups rbmod uses end with a white-space and a digit also. If you want to work around the mod code,...
If you mean time required to achieve first rank,
Military_Rank_Requirements = 60
This would mean guests have to be connected 60 seconds before achieving the second rank. Each subsequent rank...
Same physical server.. two different VS Ports running correct? 2 rbmod directories created & running.. Each rbmod points to each VS Port (9987/9988 for e.g.)..
Well if you've uploaded all the...
In a shell such as Putty; you can also add '& jobs' to the tail.. watch for the PID and 'disown <PID>' afterwards.
Thought I would share RbMod's new domain name I registered a few days ago.
...
What version of rbmod are you running Hawe?
Come to rbmod.presension.com (ts3: 9987) PM, & we can take a closer look.
-M.
Try possibly fixing your MAKE w/
:~# cpan
cpan[1]> o conf init
Or
:~# cpan
cpan[1]> install build-essential
I've acquired all my equipment / Public in 8core/16gig server, & other servers (Mail/Data/LAMP/DNS etc) now. I just have to do some reconfiguring to my FW's/routers as I'm now using a different yet...
Not enough... ;) No between my rack-able equipment and numerous LCDs and miles of cords, few desks.. I also have my own workstation to grab yet... Using the wife's that we brought (not liquid cooled,...
I've moved / obtained a nice new, quicker connection than I've been using over the last 5 years. I'm now just looking to grab all my gear from a few towns over.
My target was July 1st, but the way...
Please D/L RbMod 3.2.4b if you haven't already.
If you continue to have problems please PM your server O/S, RbMod version, log entries, rbm_settings.cf Channel_Flood_Detection_ variables, etc.
...
You might PM Ar2rJke, as I've personally never run this start-up script he created for Rb.
If you're running the mod and you've set Subscribe_To_Rb_Online_Server_List_On = 1, maybe PM your server...
Yeah I simply made the output from IRC global. I could easily enough point the IRC output to a specific channel, and as well monitor that channel for input back to the IRC channel... Let me see what...
The web interface I wrote was a stand alone web server in it's self. But it's a also a few versions out of date (MOTD sections broken I think) - whether I support this feature in Rb4 or not is hard...
Certainly;
Channel_Flood_Detection_Punish_Reason = <Your Message> | Default
Nickname_Language_Filter_Punish_Reason = <Your Message> | Default
Group_Protected_Ban_Reason = <Your Message> |...
Release 3.2.4b ( Update 01/11/2014 )
- FIXED Nick Protection. Some groups might of been protected by mistake with previous code.
- FIXED Subscribe to RbMods online server list...
Much appreciated.
Now stop bugging me & focus on your school work.
-M.
You have been warned to remove the link to your altered RbMod content James.
Try READING the two attached license links you have there.
You've taken a file out of the original archive, altered...
Please do NOT download RbMod from anywhere but addons.teamspeak.com (Offline I know) OR rbmod.presension.com
As I'm the sole programmer of RbMod (Matthew A. Weyrich), host provider of...
RbMod icons are broken down into sub-directories. This is for those who don't need / enable every feature in the Mod. All you need to do is grab the icons related to the feature and upload it to your...
Hello everyone, I've slowly been working on RbMod 4.0, as of late I still can't give you a definitive release date. But in the mean time I've updated 3.2.3 -> 3.2.4 with a new feature that adds your...
I meant to send this yesterday - But the forum seemed to be down here.
I'm still confused as to why you can't simply use Channel_Delete_Dormant_Exempt_IDs = [0-37291] for example. Every...
I'll also open up my code today (Yeah, even that I usually have open 24/7 - but lately..) and take a look. I have more time on my hands during this time of year unfortunately..
As far as...
You pasted what you pasted. So if it's not Rb, it's vBulletin. I can't keep up.
I think I'm pretty kind yes, I reply to each and every one of your complaints on here continuously, 95% of it's user...
Please eliminate your white spaces... e.g. '2005, 5836' - ',686 7,'
I'll have to write some error correcting code to take into consideration not everyone proof reads their own settings before...
Sorry to disappoint you but the channel trash icon works just fine.
I don't know what your exemption list looks like - but obviously you didn't enter those channels correctly.
Example:...
You can run the mod with -silent (./rbmod.pl -silent -debug) are the 2 command line parameters I've recently included. This will boot-up the mod w/o any chatter.
As far as individual features,...
sprintf("%.0f", <number>) is subject to system-specific / Perl variations. But with Perl 5.10+ you should see for example 1.5 round up, and 1.49 down.
The added second or two up the ranks only...
Code example (English version):
Perl Code (RbMod snippet w/o the filler code):
$cnt = 0;
for ($i = 0; $i < 29; $i++) {
if ($CalcTime >= $cnt && $CalcTime < ($cnt +...
Gen4601:
The RSS_Feed has a little ways to go still, as this was a fairly recent edition.
For example; URL's that get cut in half (due to the 1024 character message limit in TS3) need to be...
I also added - (Яb) 24-7 Public Inn - RbMods Home Server.
Few suggestions I do have,
- (Registration Page) Allow sub-domains in your email regex check (Tried w/ [email protected] w/o...
I myself haven't devoted much time at conceiving any new features in my own Mod lately, but this idea of yours drew my attention...
What type of Voting system are we talking about here? Throw me...
Enable 'Debug' in rbm_settings (debug = 1) or use ./rbmod.pl -debug
This will show you the logs at the shell, easier to diagnose the sequence of events this way.
A) RSS_Feed_Interval = 900 (15...