This is a copy of the admin/moderator functions. Obviously not much use without the cgi scripts but it shows how hidden everything is.
If you copy the source from your own page and post it into dreamweaver, frontpage, or notepad, you'll see it's all done by msg ID and member #.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body><div align='left' style='float:left;width:auto'>
<form method='POST' style='display:inline' name='modform' action='http://s89291739.onlinehome.us/forum/index.php?'>
<input type='hidden' name='t' value='35' />
<input type='hidden' name='f' value='10' />
<input type='hidden' name='st' value='' />
<input type='hidden' name='auth_key' value='8b622c74f23f8c941bc625b855a7f0b2' />
<input type='hidden' name='act' value='Mod' />
<select name='CODE' class='forminput' style="font-weight:bold;color:red">
<option value='-1' style='color:black'>Moderation Options</option>
<option value='02'>Move this topic</option><option value='00'>Close this topic</option><option value='03'>Delete this topic</option><option value='05'>Edit Topic Title</option><option value='15'>Pin this Topic</option><option value='30'>Unsubscribe all from topic</option><option value='60'>Merge Topic</option><option value='50'>Split Topic</option><option value='90'>View Topic History (Admin Option)</option>
</select> <input type='submit' value='Go' class='forminput' /></form>
</div>
</body>
</html>
Bookmarks