Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - phflack

Pages: 1 ... 242 243 244 245 246 [247] 248 249 250 251 252 ... 920
3691
Off Topic / Re: So Bones4 told me to make this...
« on: January 03, 2015, 03:47:25 PM »
we need more things like florb rants/stories
not necessarily about florbs though
they're somewhat amusing to decipher

3692
Suggestions & Requests / Re: Server Update Log Addon
« on: January 03, 2015, 03:42:34 PM »
here's server_rules' server.cs
Code: [Select]
$Rules_File = "config/server/Rules.txt";

function loadRuleFile()
{
    %file = new fileObject(fileStream);
    %file.openForRead($Rules_File);
    %file.readLine();
    //for some reason, isFile is not working
    if(%file.isEOF())
    {
%from = new fileObject();
%to = new fileObject();
%from.openForRead("Add-ons/Server_Rules/defaultRules.txt");
%to.openForWrite($Rules_File);

while(!%from.isEOF())
    %to.writeLine(%from.readLine());
%to.close();
%from.close();
%to.delete();
%from.delete();
    }
    %file.close();
    %file.delete();
    %file = new FileObject();
    %file.openForRead($Rules_File);
    $Rules_Title = %file.readLine();
    $Rules_Body = %file.readLine();
    while(!%file.isEOF())
$Rules_Body = $Rules_Body NL %file.readLine();
    %file.close();
    %file.delete();
}

package Rules
{
    function GameConnection::OnClientEnterGame(%this)
    {
%this.schedule(2500, sendRules);
Parent::OnClientEnterGame(%this);
    }

    function GameConnection::sendRules(%this)
    {
commandToClient(%this,'MessageBoxOK', $Rules_Title, $Rules_Body);
    }
};
activatePackage(Rules);

function ServerCmdRules(%client)
{
    %client.sendRules();
}

function ServerCmdRulesAll(%client)
{
    if(%client.isSuperAdmin)
for(%c = 0; %c < ClientGroup.getCount(); %c++)
    ClientGroup.getObject(%c).sendRules();
}

function ServerCmdReloadRules(%client)
{
    if(%client.isSuperAdmin)
loadRuleFile();
}
loadRuleFile();
with a defaultrules.txt in the addon
Code: [Select]
RULES
1. Do not spam(chat, trust, bricks ETC)
2. Do not ask for admin
3. Do not abuse trust
4. Do not abuse admin

try modifying this?

3693
Off Topic / Re: Phone is kaput, Android device recommendations?
« on: January 03, 2015, 01:15:59 PM »
I enjoy my nexus 5

3694
Suggestions & Requests / Re: Zamboni Vehicle
« on: January 02, 2015, 11:04:14 PM »
would be neat if as an added bonus, there was a toast item and it could clean it up once thrown

3695
Off Topic / Re: i need some loving comfort
« on: January 02, 2015, 01:27:25 AM »
you can just forget off right now
k, I'm just saying it can be more fun to be in an online community instead of in a real life community if that real life community sucks
and they tend to form around games
so in which case, gaming with a group tends to be a good idea

3696
Off Topic / Re: i need some loving comfort
« on: January 02, 2015, 01:23:48 AM »
need more gaming
and ducks

3697
Suggestions & Requests / Re: Integrated Server DDoS Defense
« on: January 02, 2015, 01:17:11 AM »
So can you atleast figure out who is doing the DDoS and get their IP, and send the FBI after them (assuming they aren't using a proxy)?
you should do some research on what a DDoS attack is
Quote from: Wikipedia
distributed denial-of-service (DDoS)

As clarification, distributed denial-of-service attacks are sent by two or more people, or bots, and denial-of-service attacks are sent by one person or system.
if somebody is using a DDoS attack, they probably wouldn't be attacking from their own computer, but instead from many other computers
in this way they shouldn't be giving up their IP - only the IPs of the bots

3698
Suggestions & Requests / Re: Integrated Server DDoS Defense
« on: January 01, 2015, 09:48:45 PM »
this would be a bit impractical

3699
Help / Re: bot hols
« on: December 30, 2014, 05:14:37 PM »
show us a picture of it being enabled, and it being missing

3700
what's the highest legit dodge possible?
I'm considering making a dodge build, it'd be nice to be fast for once, instead of lumbering around in the heaviest armor possible

3701
Off Topic / Re: I LITERALLY JUST LOST MY VIRGINITY!!
« on: December 29, 2014, 12:57:08 PM »
Anyone who thinks this is real or is offended by this should just take a break from the internet
the post in itself deserves a ban
the forums shouldn't encourage things like this

3702
Off Topic / Re: I LITERALLY JUST LOST MY VIRGINITY!!
« on: December 29, 2014, 12:07:03 PM »
so, I saw this topic before but didn't have much time
and now that I'm back again
is this stuff bannable?
it should be, as it's admittance to breaking the law

I don't think this community should encourage rape

3703
Off Topic / Re: melted minute
« on: December 29, 2014, 08:27:55 AM »

3704
Off Topic / Re: THAWING hour
« on: December 29, 2014, 07:20:40 AM »
why is it thawing hour?
it should really be ducking hour

3705
Off Topic / Re: THAWING hour
« on: December 29, 2014, 07:15:28 AM »
no worries, I'm not going to delete the quote
it's about ducks
I could never delete it just because of the ducks
think of all the poor little ducklings inside that quote that won't have a home if I delete it?
that would be so sad
save the ducks, quote it for the ducks

Pages: 1 ... 242 243 244 245 246 [247] 248 249 250 251 252 ... 920