date('m'))&&($ryear>=date('Y')))) { $errormessage[]="you can't submit a prod released in the future, sorry =)"; } // if everything is ok if(!$errormessage) $submitok=true; } // get list of all platforms $query="select * from platforms order by name asc"; $result = mysql_query($query); while($tmp = mysql_fetch_array($result)) { $platforms[]=$tmp; } // insert the submitted bbs if($submitok){ $query = "UPDATE bbses SET "; $query.= "name='".$name."', "; $query.= "sysop='".$sysop."', "; if(($rmonth)&&($ryear)) { $query.= "started='".$ryear."-".$rmonth."-15', "; } else { if($ryear) { $query.= "started='".$ryear."-00-15', "; } } if(($rmonth2)&&($ryear2)) { $query.= "closed='".$ryear2."-".$rmonth2."-15', "; } else { if($ryear2) { $query.= "closed='".$ryear2."-00-15', "; } } $query.= "phonenumber='".$phonenumber."', "; $query.= "telnetip='".$telnetip."' "; $query.= "WHERE id=$which LIMIT 1"; //print($query); mysql_query($query); $query = "delete from bbses_platforms where bbses_platforms.bbs=".$which; mysql_query($query); //print(count($platform)."-".count($platforms)); for($i=0;$i
edit another bbs:
id:

this bbs has been modified
feel free to edit it again
see what you've done
errors found
 -
 -
bbs information
name:
sysop:
start date:
close date:
leave blank when in doubt.
platforms:
platforms it spread, not ran on.
phonenumber:
follow standard: +countrycode-citycode-phonenumber eg: +7-095-391XXXX for a moscow bbs
if it isnt demoscene related _DONT ADD IT_
if it has illegal stuff on it and is still in service _DONT ADD IT_
or atleast ask the sysop first, or dont state the actual numbers, be safe before sorry.
on any cases unless you are/were the sysop, or have his/her permission, _dont disclose the last numbers_.
telnet address:

the lobster says "NO ENTRANCE!"

you need god priveligies to access this place.

it's also possible that you forgot a ?which=xxx


login
You need to be logged in to edit a prod :: register here