x10 staff

thezone1

New Member
Messages
192
Reaction score
0
Points
0
Does anyone know what x10 staff actually get??

as in free domains and stuff
 

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
Become staff and find out. :)
It all depends on the rank and job of the staff member. Not all staff get the same "benefit"
 

thezone1

New Member
Messages
192
Reaction score
0
Points
0
so how do i become staff (lol i knew id get a quick answer if i called the thread x10 staff lol :) )
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Congratulations Bryon!
 

thezone1

New Member
Messages
192
Reaction score
0
Points
0
maybe you can help me with this then lol

<?


require('main.php');

session_start();

if (!isset($_SESSION['uid'])) {
$_SESSION['uid'] = $_REQUEST['uid'];
$_SESSION['pwd'] = $_REQUEST['pwd'];
}

$uid = $_SESSION['uid'];
$pwd = $_SESSION['pwd'];

db_connect();

$res = mysql_query("SELECT * FROM users WHERE uid='$uid' AND pwd='$pwd' and status='active'");
$re = mysql_fetch_array($res);

if(mysql_num_rows($res) != 0) {

include(INC_DIR."header.php");

echo "!!content here!!";

} else {

include(INC_DIR."header.php");
unset($_SESSION['uid']);
unset($_SESSION['pwd']);

echo "<br><b>Login Failed</b> Try Again!";
include(INC_DIR."login.php");

}


include(INC_DIR."footer.php");
db_disconnect();




?>


how would i put the user check on another page as an include or something
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Maybe make a post in Scripts; you might get more of a response.
 

coolv1994

Member
Messages
508
Reaction score
0
Points
16
I get nothing =P. Anyway what is the script for? I might be able to help.
 

Mitch

New Member
Messages
908
Reaction score
0
Points
0
Maybe make a post in Scripts; you might get more of a response.

Congratulations with your new staff rank , Junior Administrator
Starshine too, Forum Administrator
 
Last edited:

intertec

New Member
Messages
946
Reaction score
0
Points
0
Back to actual topic what do staff members receive? What do they benefit?
 

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
Back to actual topic what do staff members receive? What do they benefit?

Not a heck of a lot, really. ( At least my understanding )

A website on the paid server
Custom Titles
Access to Staff section of forum
 

intertec

New Member
Messages
946
Reaction score
0
Points
0
Oh ok. Thanks for telling us StarShine.

I wouldn't mind my site on the paid server;)
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Becoming a staff member of x10 is not about getting prizes, they do it for the privelige of being a special part of x10. Or at least that's what i think :p.
 

FalseHope

Active Member
Messages
1,639
Reaction score
0
Points
36
They get nothing free from what I understand, except a headache sometime :) They are here to help, not get stuff for free hehe.
 

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
They get nothing free from what I understand, except a headache sometime :) They are here to help, not get stuff for free hehe.

Pretty much. Somedays the work and responses are a bit rough and hard to handle, but otherwise I enjoy my job. Granted, I don't get paid for what I do, but I enjoy it. I have worked my way up from Sales / Advertising when I first joined to now being Forum Administrator and overseeing the hiring of moderators.
If you are looking for free domains, cash, bonus credits or whatever as the only reason to be staff, please feel free to find another corner to hold your sign on.
 

FalseHope

Active Member
Messages
1,639
Reaction score
0
Points
36
I really think that you guys should get some credits or something in return, or at least the people that you help give you some rep.
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Most of us do it because we can, because we like to think we help make it a better place because of our efforts and generally to help people.

I think because it is volenteer it does mean the people doing it are there for the best reasons, not just because they want $ or handouts, which can bring more complications.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
So i understand that becoming a x10 staff will not get any salary.So they cant dedicate here completely(some other jobs need to do for living).Isn't it?
 

FalseHope

Active Member
Messages
1,639
Reaction score
0
Points
36
They need to post a certain amount of posts and review a certain amount of accounts each week. How many hours they do that in, it doesn't matter. (I think)
 
Top