<?php
$TITLE = fopen ("/RGW/conf/2015/TITLE.conf", "w+"
;
$ACTIONS = fopen ("/RGW/conf/2015/action.conf", "w+"
;
$HEADER2 = fopen ("/RGW/conf/2015/header2.conf", "w+"
;
$BANNERFILE = fopen ("/RGW/conf/2015/banner.file", "w+"
;
$BANNERFREQUENCY = fopen ("/RGW/conf/2015/autopostsrate.conf", "w+"
;
$LEAVEMESSAGE = fopen ("/RGW/conf/2015/leave.conf", "w+"
;
if ($TITLE)
{ print"<font face=Arial,Helvetica>Room Name:</font><input name=TITLE TYPE=text VALUE='$TITLE' SIZE=20><br>"; }
else
{ print"The file does not exist"; }
if ($ACTIONS)
{ print"<p><font face=Arial Black><font size=+1>Edit the room actions</font></font><br><font face='Arial,Helvetica'>You can edit your room's actions here.This is a very powerful configuration option and not one to be fiddled with unless you know what you are doing. The first part of the action is what shows on the pulldown, and should not have any HTML tags in it. The second part of the action is what is shown in the rooms. This second part can contain arbitrary HTML, as well as $1, for the victim and $2 for the message. Each part is separated by the | character (which you might have to look closely at your keyboard for. Below is the default configuration of the room actions, and you can use this to help you understand the above.</font><p><textarea rows=5 cols=60 name=ACTIONS value=$ACTIONS wrap=physical>$ACTIONS</TEXTAREA><br>"; }
else
{ print"The file does not exist"; }
if ($HEADER2)
{ print"<font face=Arial,Helvetica>Controls the background setting of lowwer frame<br> HEADER2:</font><input name=HEADER2 TYPE=text VALUE='$HEADER2' SIZE=70><br>"; }
else
{ print"The file does not exist"; }
if ($BANNERFILE)
{ print"<font face=Arial,Helvetica>HTML for AUTO POSTING IN LOWWER Frame<br> AUTO POST:<textarea rows=5 cols=60 name=BANNERFILE value=$BANNERFILE wrap=physical>$BANNERFILE</TEXTAREA><br>"; }
else
{ print"The file does not exist"; }
if ($BANNERFREQUENCY)
{ print"<font face=Arial,Helvetica>Auto Post Frequency:</font><input name=BANNERFREQUENCY TYPE=text VALUE='$BANNERFREQUENCY' SIZE=3><br>"; }
else
{ print"The file does not exist"; }
if ($LEAVEMESSAGE)
{ print"<font face=Arial,Helvetica>LEAVEMESSAGE:</font><input name=LEAVEMESSAGE TYPE=text VALUE='$LEAVEMESSAGE' SIZE=20><br>"; }
else
{ print"The file does not exist"; }
{ print"<br><form METHOD=POST ACTION=Roomediter.php><font face=Arial,Helvetica>"; }
{ print"<input type=submit value=MakeRoom></form></td>"; }
?>
MA WarGod
I believe if someone can think it, it can be programmed
$TITLE = fopen ("/RGW/conf/2015/TITLE.conf", "w+"
$ACTIONS = fopen ("/RGW/conf/2015/action.conf", "w+"
$HEADER2 = fopen ("/RGW/conf/2015/header2.conf", "w+"
$BANNERFILE = fopen ("/RGW/conf/2015/banner.file", "w+"
$BANNERFREQUENCY = fopen ("/RGW/conf/2015/autopostsrate.conf", "w+"
$LEAVEMESSAGE = fopen ("/RGW/conf/2015/leave.conf", "w+"
if ($TITLE)
{ print"<font face=Arial,Helvetica>Room Name:</font><input name=TITLE TYPE=text VALUE='$TITLE' SIZE=20><br>"; }
else
{ print"The file does not exist"; }
if ($ACTIONS)
{ print"<p><font face=Arial Black><font size=+1>Edit the room actions</font></font><br><font face='Arial,Helvetica'>You can edit your room's actions here.This is a very powerful configuration option and not one to be fiddled with unless you know what you are doing. The first part of the action is what shows on the pulldown, and should not have any HTML tags in it. The second part of the action is what is shown in the rooms. This second part can contain arbitrary HTML, as well as $1, for the victim and $2 for the message. Each part is separated by the | character (which you might have to look closely at your keyboard for. Below is the default configuration of the room actions, and you can use this to help you understand the above.</font><p><textarea rows=5 cols=60 name=ACTIONS value=$ACTIONS wrap=physical>$ACTIONS</TEXTAREA><br>"; }
else
{ print"The file does not exist"; }
if ($HEADER2)
{ print"<font face=Arial,Helvetica>Controls the background setting of lowwer frame<br> HEADER2:</font><input name=HEADER2 TYPE=text VALUE='$HEADER2' SIZE=70><br>"; }
else
{ print"The file does not exist"; }
if ($BANNERFILE)
{ print"<font face=Arial,Helvetica>HTML for AUTO POSTING IN LOWWER Frame<br> AUTO POST:<textarea rows=5 cols=60 name=BANNERFILE value=$BANNERFILE wrap=physical>$BANNERFILE</TEXTAREA><br>"; }
else
{ print"The file does not exist"; }
if ($BANNERFREQUENCY)
{ print"<font face=Arial,Helvetica>Auto Post Frequency:</font><input name=BANNERFREQUENCY TYPE=text VALUE='$BANNERFREQUENCY' SIZE=3><br>"; }
else
{ print"The file does not exist"; }
if ($LEAVEMESSAGE)
{ print"<font face=Arial,Helvetica>LEAVEMESSAGE:</font><input name=LEAVEMESSAGE TYPE=text VALUE='$LEAVEMESSAGE' SIZE=20><br>"; }
else
{ print"The file does not exist"; }
{ print"<br><form METHOD=POST ACTION=Roomediter.php><font face=Arial,Helvetica>"; }
{ print"<input type=submit value=MakeRoom></form></td>"; }
?>
MA WarGod
I believe if someone can think it, it can be programmed