Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graal Main Forum (English) (https://forums.graalonline.com/forums/forumdisplay.php?f=4)
-   -   guilds (https://forums.graalonline.com/forums/showthread.php?t=47887)

X_Hades_X 09-11-2003 03:33 PM

guilds
 
well when ll the guild system work
i wanna make my own global guild but i only have 44 days on my account left =/
so fix the guild system fast it suxx if i cant make my guild and i payed for it :mad:

ETD 09-11-2003 04:27 PM

Re: guilds
 
Quote:

Originally posted by X_Hades_X
well when ll the guild system work
i wanna make my own global guild but i only have 44 days on my account left =/
so fix the guild system fast it suxx if i cant make my guild and i payed for it :mad:

number 9 or 10, w00t w00t
:asleep:
umm.. yea, fix the guild system plz?
:cool:

Spark910 09-11-2003 04:31 PM

Yes, I am also waiting for this to be fixed. Didn't someone finish it?

X_Hades_X 09-11-2003 07:27 PM

shouldnt it be finished weeks ago?:rolleyes:

Googi 09-11-2003 07:47 PM

I thought that the guy who was doing that "Graal Messenger" had finished it.

Spark910 09-11-2003 08:35 PM

Quote:

Originally posted by Googi
I thought that the guy who was doing that "Graal Messenger" had finished it.
And I thought the girl who took over from the guy who made the 'Graal Messenger' made it? :p

Thallen 09-12-2003 01:06 AM

Quote:

Originally posted by Spark910


And I thought the girl who took over from the guy who made the 'Graal Messenger' made it? :p

It's just a PHP script, why are so many people blowing it off? Even I can do something as simple as that.

NovaNET 09-12-2003 03:19 AM

And my solution to updates all needed is to fine tune and in a few days will have a bare system setup which unix can then make easy simple mods and upload it.

<?php
################################################## #############
# Script Title: "OGGS" Open graal guild management system
# File: admincontrol.php
# Description: This is a function is for guild admins only.
# Author: Benjamin Kerensa A.K.A. Nova
# Email: [email protected]
# Web: http://www.graalmessenger.com
# Version: 0.1
#
#
################################################## #############
if($action == "goback") { header("Location: update.php"); }
include('OGGSconfig.php');
include('checkuser.php');
if($user_logged_in == "0") { die("Hacking Attempt, Must enter through the roster system."); }
if($adminflag != "1") { die("Wrong access level."); }
$action = $HTTP_POST_VARS['action'];
if($action == "submitupdate") {
mysql_select_db($database, $mydb);
$query_submitup1 = "UPDATE roster SET name = '$name', last = '$last', rank = '$rank', level = '$level', epic = '$epic', lastupdate = '$date', magelo = '$magelo', charstatus = '$status' WHERE id = '$u_id'";
$submitup1 = mysql_query($query_submitup1, $mydb) or die(mysql_error());
$msgcode = "Character Updated";
}

if($action == "remove") {
mysql_select_db($database, $mydb);
$query_removechar1 = "DELETE FROM roster WHERE id = '$removecharid'";
$removechar1 = mysql_query($query_removechar1, $mydb) or die(mysql_error());
$msgcode = "Character Removed";
}

mysql_select_db($database, $mydb);
$query_Recordset1 = "SELECT roster.id, roster.name FROM roster";
$Recordset1 = mysql_query($query_Recordset1, $mydb) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);

if($action == "getupdate") {
mysql_select_db($database, $mydb);
$query_Recordset2 = "SELECT roster.id, roster.name, roster.last, roster.rank, roster.`level`, roster.epic, roster.magelo, roster.charstatus FROM roster WHERE roster.id = '$u_id' LIMIT 1";
$Recordset2 = mysql_query($query_Recordset2, $mydb) or die(mysql_error());
$row_Recordset2 = mysql_fetch_assoc($Recordset2);
$totalRows_Recordset2 = mysql_num_rows($Recordset2);
}
?>

Tseng 09-12-2003 03:38 AM

I've got an idea. One of these guild threads should be closed, and then people remaking them would be breaking the rules, therefore it would have to stop.

Ziro_Vitrudestec 09-12-2003 06:01 AM

Quote:

Originally posted by Tseng
I've got an idea. One of these guild threads should be closed, and then people remaking them would be breaking the rules, therefore it would have to stop.
Even the best of us have bad ideas. We usually accept it. Maybe when the guild CP is finally working for a bit again (yes,it always only works for a little while), you'll look back on this post and realize it was a bad idea. Kaimetsu does similar things (he's hardcore though, I don't even notice how anything he said in the past was so bad, yet he always comments on it being foolish or something like that). :)


Back on topic, I think this is getting sad. People pay for Graal just to have a guild...but can't.

deman1171 09-12-2003 06:03 AM

Yes, these constant threads are a bit annoying.

Tseng 09-12-2003 06:30 AM

Quote:

Originally posted by Ziro_Vitrudestec


Even the best of us have bad ideas. We usually accept it.

Assuming said idea is bad.

Quote:

Maybe when the guild CP is finally working for a bit again (yes,it always only works for a little while), you'll look back on this post and realize it was a bad idea.
I don't think so, I deal very little with guilds, and they are of little importance to me.

ETD 09-12-2003 07:23 AM

Quote:

Originally posted by Tseng
I don't think so, I deal very little with guilds, and they are of little importance to me.
which is probably why you don;t care for these threads...
I, and others whom are much more interested in graal guilds, feel these threads are needed, to continue to show Unix, and Stefan that we really want a working guilds system... I mean, 1 is made every 2 - 3 weeks... that isn't THAT bad, is it? Usually they are made by people who do not post often, and they do not see an active thread regarding the guild system.

superb 09-12-2003 08:11 AM

Quote:

Originally posted by deman1171
Yes, these constant threads are a bit annoying.
You are really one to talk. Though you've gotten slightly better.

Tseng 09-12-2003 08:19 AM

Quote:

Originally posted by ETD

which is probably why you don;t care for these threads...
I, and others whom are much more interested in graal guilds, feel these threads are needed, to continue to show Unix, and Stefan that we really want a working guilds system... I mean, 1 is made every 2 - 3 weeks... that isn't THAT bad, is it? Usually they are made by people who do not post often, and they do not see an active thread regarding the guild system.

You're brilliant. Let's spam the forums to 'show unix and stefan', when it's clearly been proven that these threads do not serve to assist the cause in any way. I swear, you're a friggin' genius.

ETD 09-12-2003 08:40 AM

Quote:

Originally posted by Tseng

You're brilliant. ... I swear, you're a friggin' genius.

why thank you ^_^
and since Unix made it one of his priorities for August, evidently something got him to think of the guild system, where-as for the months before that, there was no mention at all of finnishing it. I feel they are working to an extent.

draiden0 09-12-2003 10:11 AM

Gulids, clans, places were people can meet in mass groups.... yawn.

Run your guild like a friendly chat room and you will grow. Run your guild like a slave labor camp and you will be owned. Don't hesitate to leave a bad guild. But if they are good hang on with everything you got.

deman1171 09-12-2003 07:53 PM

Excuse me superb?
I have done nothing annoying lately.
All you who think i'm annoying for how i acted before need to wake up and realise that a new day has sprouted and that things have changed.

superb 09-12-2003 08:29 PM

Quote:

Originally posted by deman1171
Excuse me superb?
I have done nothing annoying lately.
All you who think i'm annoying for how i acted before need to wake up and realise that a new day has sprouted and that things have changed.

Yet you made that stupid thread in NGRT.

And yet again I have to yell for people not reading.

PICKLES
PICKLES
PICKLES
PICKLES
PICKLES
PICKLES
PICKLES
DAMMIT!!!!!!

Minoc 09-15-2003 01:02 AM

I want to remove 50% of 1337 and 20% of NBK but I can't, the guilds are totally ruined now :(

Thallen 09-15-2003 01:45 AM

Quote:

Originally posted by Tseng
I've got an idea. One of these guild threads should be closed, and then people remaking them would be breaking the rules, therefore it would have to stop.
I've got a better idea! Maybe someone should fix the guild system! :rolleyes:

Python523 09-15-2003 02:02 AM

Quote:

Originally posted by Thallen

I've got a better idea! Maybe someone should fix the guild system! :rolleyes:

Exactly what is wrong with it? For what it has, it works perfectly to my knowledge

HoudiniMan 09-15-2003 02:29 AM

Can you remove members yet?

protagonist 09-15-2003 02:34 AM

Quote:

Originally posted by Python523


Exactly what is wrong with it? For what it has, it works perfectly to my knowledge

Things that are wrong with it:

A)It doesn't work
B)None of the guilds I'm in work
C)It's never updated, I joined a suspended guild which now qualifies to be reactivated and it's not reactivating
D)It doesn't work

HoudiniMan 09-15-2003 04:56 AM

So it doesn't work because it doesn't work?...
Nice logic there guy :\

Tseng 09-15-2003 07:24 AM

Quote:

Originally posted by Thallen

I've got a better idea! Maybe someone should fix the guild system! :rolleyes:

Your idea is not at all better than mine.

I might add that your continued presence puzzles me, as you add nothing but negativity to these forums.

adam 09-15-2003 07:51 AM

Several important features are not there.


I eat pickles sir!

superb 09-15-2003 08:30 AM

Quote:

Originally posted by adam
Several important features are not there.


I eat pickles sir!

:megaeek: :megaeek: :megaeek: *runs like hell*


All times are GMT +2. The time now is 01:15 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.