Where's New Blood?

Discuss here anything you like to, but keep a proper tone

Moderator: Game Masters

User avatar
Abakus
Posts: 292
Joined: Sat Jul 04, 2009 8:15 am
Location: 356-800-501
Contact:

Where's New Blood?

Post by Abakus »

Where's New Blood? new players.

Where are some shard pages? And normal registration formular for new account?

....this is stupid wait for GM I think


I will ... if I will look for new server and there will be writen to wait for GM to activate my account ... then I will look some other server, because I wish to play now, not after GM confirmation, tomorrow or ever more lately

... these two reasons are big impediment to find new blood here on pang

...
Alteran

Re: Where's New Blood?

Post by Alteran »

i agree , can you program it ?.

Alteran
Kent Strider

Re: Where's New Blood?

Post by Kent Strider »

Alteran has said before, if anyone can do it to contact him.
User avatar
Maximilian Lhoth
Posts: 2871
Joined: Sat Nov 15, 2008 5:05 am
Location: 378093000
Contact:

Re: Where's New Blood?

Post by Maximilian Lhoth »

contact.php

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Email Form </title>
</head>
<body>

<form method="post" action="sender.php">

<!-- DO NOT change ANY of the php sections -->
<?php
$ipi = getenv("REMOTE_ADDR");
$httprefi = getenv ("HTTP_REFERER");
$httpagenti = getenv ("HTTP_USER_AGENT");
?>

<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />


Accountname: <br />
<input type="text" name="acco" size="35" />
<br />
Email:<br />
<input type="text" name="accomail" size="35" />
<br />
<input type="submit" value="Request Account" />
<br />
</form>

</body>
</html>



sender.php:

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sendemail Script</title>
</head>
<body>

<?php

$ip = $_POST['ip'];
$httpref = $_POST['httpref'];
$httpagent = $_POST['httpagent'];
$acco = $_POST['acco'];
$accomail = $_POST['accomail'];

if(empty($acco) || empty($accomail)) {
echo "<h2>Use Back - fill in all fields</h2>\n";
die ("Use back! ");
}

$todayis = date("l, F j, Y, g:i a") ;

$message = " $todayis [EST] \n
Requested account: $acco ($accomail)\n
Additional Info : IP = $ip \n
Browser Info: $httpagent \n
Referral : $httpref \n
";

$from = "From: $accomail\r\n";


mail(claus@knoechel.dk, AccoRequest, $message, $from);

?>

<p align="center">
Date: <?php echo $todayis ?>
<br />
Thank You : <?php echo $acco ?> ( <?php echo $accomail ?> )
<br />

<?php echo $ip ?>

<br /><br />
<a href="thanks.htm"> Next Page </a>
</p>

</body>
</html>
edit: corrected a syntax error in sender.php
Last edited by Maximilian Lhoth on Mon Sep 21, 2009 1:44 pm, edited 1 time in total.
User avatar
Maximilian Lhoth
Posts: 2871
Joined: Sat Nov 15, 2008 5:05 am
Location: 378093000
Contact:

Re: Where's New Blood?

Post by Maximilian Lhoth »

todo: e-mail acco which all gamemasters share, mozilla thunderbird auto-refreshing that account once in a while and replace "claus@knoechel.dk" in the php code with that new "gamemasters@knoechel.dk" or whatever

And actually i've never done PHP coding, only Pascal, JavaScript, C#. The codes I pasted are "public domain" scripts I just modified.
Blade
Posts: 51
Joined: Fri Nov 21, 2008 9:54 pm

Re: Where's New Blood?

Post by Blade »

Someone contact some old players and get THEM to play again.
SOME of have proven to be an enlightment to the shard before.
Do give them some good reasons to come back.

- High player base
- Quests
- Nice people/ environment
- Updated PVM/PVP
- RP opportunities
- New improved Items/features in weapons, armor, pvp, pvm, animals ect.
- Nice forums discussions
- ...





Regards,
V
User avatar
Maximilian Lhoth
Posts: 2871
Joined: Sat Nov 15, 2008 5:05 am
Location: 378093000
Contact:

Re: Where's New Blood?

Post by Maximilian Lhoth »

And what comes to registration form, yes I'll do it one way or another and put it to my unofficial website for starters, just some gamemaster, PM me the email address the account registration requests should be directed to (I'd suggest an account that all admins or gamemasters share to make the registration faster).
Blade wrote:Someone contact some old players and get THEM to play again.
Get people here:
http://www.facebook.com/group.php?gid=271678515433
Melkor
Posts: 202
Joined: Tue Feb 24, 2009 1:11 am

Re: Where's New Blood?

Post by Melkor »

Oh for fucks sake, is there really no people on that shard so you have to keep coming here for your attention whore-fix?

Whoever gives a shit about you or Lorendia probably WENT THERE ALLREADY, leave the people who dont care alone.
Image
Kent Strider

Re: Where's New Blood?

Post by Kent Strider »

lulz!!
Blade
Posts: 51
Joined: Fri Nov 21, 2008 9:54 pm

Re: Where's New Blood?

Post by Blade »

Jam just needs some attention.
But Alteran is right you dont do that Seba... Bad seba..
You dont come to someones house to say how good it is in an other house.
Thats incorrect.

So piss off Jam ^^
And you should stfu and come play with me when I deside to log.

Then again, If that reply from Alteran is real.. People management is the key.
Dont reply too these useless comments.
Or react in a constructive way.

Reacting like that will only proove an insecure image.
Melkor wrote:there really no people on that shard

Well are there on this one? :)
Post Reply