Submit link - Report broken link

"; } } function displayLinks($categories) { echo "

Sites related to Legacy Worlds

"; if (!count($categories)) { echo "

No sites are currently registered.

"; displaySubmitLink(); return; } $hasAccount = (is_array($_SESSION) && !is_null($_SESSION['userid'])); for ($i=0;$i" . utf8entities($categories[$i]['title']) . ""; if (!is_null($categories[$i]['description'])) { echo "
" . preg_replace('/\n/', '
', utf8entities($categories[$i]['description'])); } echo "

"; echo ""; } displaySubmitLink(); } function displayReportList($list) { ?>

Report a broken link

Please select the link to report from the list below.
NOTE: users who repeatedly report links as broken for no good reason will be banned from the game. If you made a mistake, please send an in-game private message to TSeeker or send an e-mail to the staff.



Report a broken link

You are about to report the following link as being broken:

Link name:
URL:

WARNING: users who repeatedly report links as broken for no good reason will be banned from the game. If you make a mistake, please send an in-game private message to TSeeker or send an e-mail to the staff.

Link reported

Your report stating that the link is broken has been registered.
The link will be removed after the staff verifies your report.

Back to the list

Submit a new link

Please fill in the form below to submit a new website to be added to the links page.

NOTE: the links will be reviewed by the staff before they appear anywhere on the links page. Users who repeatedly submit unrelated websites (and especially commercial, pornographic or illegal sites) will be banned from the game.

\n"; } ?> \n"; } elseif ($data['err'] == 5) { echo "\n"; } elseif ($data['err'] == 6) { echo "\n"; } ?> \n"; } ?>
Link title:
 This title is too "; echo ($data['err'] == 1 ? "short" : "long"); echo "
URL:
 This URL is invalid.
 This server does not exist.
 You have already submitted this URL.
Description (optional):
 Please type in a longer description.
 

Link submitted

The link to has been submitted.
It will be added after the staff verifies it.

Back to the list

title = "Links"; $this->startContents(); switch($args['mode']) : case 1: displayReportList($args['data']); break; case 2: displayReportConfirm($args['data']); break; case 3: displayReportDone($args['data']); break; case 4: displaySubmitForm($args['data']); break; case 5: displaySubmitDone($args['data']); break; default: displayLinks($args['data']); break; endswitch; $this->endContents(); ?>