account2.php -> customize.php

This commit is contained in:
Laurent Raufaste 2013-05-09 22:14:51 -04:00
parent 220047de3e
commit 84ced40901
5 changed files with 6 additions and 6 deletions

View File

@ -339,7 +339,7 @@ else
?>
<form action="account2.php" method="post">
<form action="customize.php" method="post">
<input type="hidden" name="action" value="alter">
<table bgcolor="#000000" cellspacing="1" cellpadding="0"><tr><td>
<table bgcolor="#000000" cellspacing="1" cellpadding="2">

View File

@ -229,7 +229,7 @@ switch (basename($SCRIPT_FILENAME)) {
$settingfields="logos, topbar, bottombar";
print("<title>account</title>\n");
break;
case 'account2.php' :
case 'customize.php' :
$customquery.="level from users where id='";
$settingfields="logos, topbar, bottombar";
print("<title>custom?olobstormaziabletic 7004+ super</title>\n");
@ -382,7 +382,7 @@ function menu(){ ?>
<td><img src="gfx/white.gif" width="4" height="4" alt=""><br /></td>
<td><a href="account.php"><b>A<font color="#FFFFFF">ccount</font></b></a><br /></td>
<td><img src="gfx/white.gif" width="4" height="4" alt=""><br /></td>
<td><a href="account2.php"><b>C<font color="#FFFFFF">ustom</font></b></a><br /></td>
<td><a href="customize.php"><b>C<font color="#FFFFFF">ustom</font></b></a><br /></td>
<td><img src="gfx/white.gif" width="4" height="4" alt=""><br /></td>
<td><a href="prodlist.php"><b>P<font color="#FFFFFF">rods</font></b></a><br /></td>
<td><img src="gfx/white.gif" width="4" height="4" alt=""><br /></td>

View File

@ -188,7 +188,7 @@ if($_SESSION["SESSION"]&&$_SESSION["SCENEID"]): ?>
</td>
</tr>
<tr><td class="bottom"><a href="account.php">account</a></td>
<td class="bottom"><a href="account2.php">custom</a></td>
<td class="bottom"><a href="customize.php">customize</a></td>
<td class="bottom"><a href="logout.php">logout</a></td>
</tr>
</table>

View File

@ -822,7 +822,7 @@ if(file_exists("screenshots/".$prod["id"].".jpg")) {
<td bgcolor="#446688" id="c<?=$comments[$i]["id"]?>">
<?
if ( ( ($comments[$i]["level"]=='fakeuser') && $user["prodhidefakeuser"] ) || ( ($comments[$i]["level"]=='pr0nstahr') && $user["prodhidepornstar"] ) || ( ($comments[$i]["level"]=='annoyinguser') && $user["prodhideannoyinguser"] ) )
{ print("i'm a ".$comments[$i]["level"]." so i got shamelessly censored, if you're registered you can uncensor my level's posts <a href=\"account2.php\">here</a>"); }
{ print("i'm a ".$comments[$i]["level"]." so i got shamelessly censored, if you're registered you can uncensor my level's posts <a href=\"customize.php\">here</a>"); }
else { print(parse_message($comments[$i]["comment"])); }
?>
</td>

View File

@ -132,7 +132,7 @@ if (canEditBBSCategories()) {
( ($replies[$i]["level"]=='annoyinguser') && $user["topichideannoyinguser"] )
)
{
print("i'm a ".$replies[$i]["level"]." so i got shamelessly censored, if you're registered you can uncensor my level's posts <a href=\"account2.php\">here</a>");
print("i'm a ".$replies[$i]["level"]." so i got shamelessly censored, if you're registered you can uncensor my level's posts <a href=\"customize.php\">here</a>");
}
else {
print(parse_message($replies[$i]["post"]));