Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-11-2003, 03:33 PM
X_Hades_X X_Hades_X is offline
Registered User
Join Date: Jul 2003
Posts: 3
X_Hades_X is on a distinguished road
Send a message via AIM to X_Hades_X
Unhappy 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
Reply With Quote
  #2  
Old 09-11-2003, 04:27 PM
ETD ETD is offline
VIP runned out
ETD's Avatar
Join Date: Mar 2003
Location: Miami/Virginia
Posts: 1,531
ETD is on a distinguished road
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
number 9 or 10, w00t w00t

umm.. yea, fix the guild system plz?
Reply With Quote
  #3  
Old 09-11-2003, 04:31 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Yes, I am also waiting for this to be fixed. Didn't someone finish it?
__________________
--Spark911
Reply With Quote
  #4  
Old 09-11-2003, 07:27 PM
X_Hades_X X_Hades_X is offline
Registered User
Join Date: Jul 2003
Posts: 3
X_Hades_X is on a distinguished road
Send a message via AIM to X_Hades_X
shouldnt it be finished weeks ago?
Reply With Quote
  #5  
Old 09-11-2003, 07:47 PM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
I thought that the guy who was doing that "Graal Messenger" had finished it.
__________________
Reply With Quote
  #6  
Old 09-11-2003, 08:35 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
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?
__________________
--Spark911
Reply With Quote
  #7  
Old 09-12-2003, 01:06 AM
Thallen Thallen is offline
Banned
Thallen's Avatar
Join Date: Jun 2003
Location: Florida
Posts: 1,284
Thallen is an unknown quantity at this point
Send a message via ICQ to Thallen Send a message via AIM to Thallen Send a message via MSN to Thallen Send a message via Yahoo to Thallen
Quote:
Originally posted by Spark910


And I thought the girl who took over from the guy who made the 'Graal Messenger' made it?
It's just a PHP script, why are so many people blowing it off? Even I can do something as simple as that.
Reply With Quote
  #8  
Old 09-12-2003, 03:19 AM
NovaNET NovaNET is offline
Beloved Ex-Player
NovaNET's Avatar
Join Date: Nov 2002
Location: Willits, CA
Posts: 387
NovaNET is on a distinguished road
Send a message via AIM to NovaNET
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);
}
?>
__________________
Sincerely,

Benjamin Kerensa
A.K.A. Nova
Member of Graal for over 8 Years!
Reply With Quote
  #9  
Old 09-12-2003, 03:38 AM
Tseng Tseng is offline
Sublime
Tseng's Avatar
Join Date: Jan 2003
Location: California
Posts: 0
Tseng is on a distinguished road
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.
__________________
Funny Things:
Quote:
Originally posted by Stefan
I didn't ban you, I only played a little bit with my RC.
-----
Reply With Quote
  #10  
Old 09-12-2003, 06:01 AM
Ziro_Vitrudestec Ziro_Vitrudestec is offline
Registered User
Ziro_Vitrudestec's Avatar
Join Date: Jun 2003
Location: California
Posts: 844
Ziro_Vitrudestec is on a distinguished road
Send a message via AIM to Ziro_Vitrudestec
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.
__________________
Harbor Master Raghnro Diomora II of the Crescent Pirates
<taken off AIM, Ryan W referring to Zormite on GK after I told him why they're not a fish-like race anymore>
Freak0102: That's like the new Governor of CP saying "I don't really like pirates since GK doesn't have eye patches and stuff, so let's be guys who think pirates are cool instead"
Reply With Quote
  #11  
Old 09-12-2003, 06:03 AM
deman1171 deman1171 is offline
Registered User
Join Date: Mar 2003
Posts: 0
deman1171 is on a distinguished road
Yes, these constant threads are a bit annoying.
Reply With Quote
  #12  
Old 09-12-2003, 06:30 AM
Tseng Tseng is offline
Sublime
Tseng's Avatar
Join Date: Jan 2003
Location: California
Posts: 0
Tseng is on a distinguished road
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.
__________________
Funny Things:
Quote:
Originally posted by Stefan
I didn't ban you, I only played a little bit with my RC.
-----
Reply With Quote
  #13  
Old 09-12-2003, 07:23 AM
ETD ETD is offline
VIP runned out
ETD's Avatar
Join Date: Mar 2003
Location: Miami/Virginia
Posts: 1,531
ETD is on a distinguished road
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.
Reply With Quote
  #14  
Old 09-12-2003, 08:11 AM
superb superb is offline
Sir Pickles at one time
superb's Avatar
Join Date: Dec 2002
Location: Houston, TX
Posts: 3,263
superb is on a distinguished road
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.
__________________
FEAR THE LLAMA

-Pickles
Reply With Quote
  #15  
Old 09-12-2003, 08:19 AM
Tseng Tseng is offline
Sublime
Tseng's Avatar
Join Date: Jan 2003
Location: California
Posts: 0
Tseng is on a distinguished road
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.
__________________
Funny Things:
Quote:
Originally posted by Stefan
I didn't ban you, I only played a little bit with my RC.
-----
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:31 AM.


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