webeditor.at
Open in
urlscan Pro
89.22.105.126
Public Scan
URL:
https://webeditor.at/
Submission: On April 26 via api from US — Scanned from AT
Submission: On April 26 via api from US — Scanned from AT
Form analysis
3 forms found in the DOMPOST ./webeditor2/index.php
<form action="./webeditor2/index.php" method="POST">
<table border="0" width="400">
<tbody>
<tr>
<td colspan="2"><img src="./webeditor2/pics/blank.gif" height="200" width="1"></td>
</tr>
<tr>
<td align="right" width="100" nowrap="">
<font face="Arial, Helvetica, sans-serif" size="2">Login-Name:</font>
</td>
<td width="300"><input type="Text" name="Loginname" class="textfield-login" maxlength="30"></td>
</tr>
<tr>
<td align="right" nowrap="">
<font face="Arial, Helvetica, sans-serif" size="2">Passwort:</font>
</td>
<td><input type="Password" name="Passwort" class="textfield-login" maxlength="30"></td>
</tr>
<tr>
<td>
<font face="Arial, Helvetica, sans-serif" size="2"> </font>
</td>
<td><input type="Submit" name="login" value="Login" class="button-login"></td>
</tr>
</tbody>
</table>
<br><br>
</form>
Name: domain — POST webeditor_redirekt.php3
<form name="domain" action="webeditor_redirekt.php3" method="POST" enctype="multipart/form-data">
<font face="arial" size="2">Ihre Domain :</font>
<font size="-2">(ohne www)</font><br>
<input type="TEXT" name="domainname" value=""><br>
<input type="submit" value="weiter" name="submit2">
</form>
Name: eatform — POST http://www.eatserver.de/eat.php3
<form action="http://www.eatserver.de/eat.php3" name="eatform" method="POST">
<input type="hidden" name="action" value="login">
<font face="arial" size="2">Ihre Domain : <font size="-2">(ohne www)</font><br>
<input type="text" name="domain" value=""><br> Bitte wählen Sie eine Sprache :
</font><br>
<select name="language">
<option selected="">deutsch </option>
<option>english </option>
<option>dutch </option>
<option>italian </option>
</select> <input type="submit" value="weiter" name="submit3">
</form>
Text Content
08.01 **************************************************************/ //check if user can login function check_admin($loginname,$loginpass) { global $AdminName, $AdminPass; $retval = false; if ($AdminName == $loginname && $AdminPass == $loginpass) { $retval = true; } return $retval; } //get userinfo for info-output function get_logininfo($Connection,$MemberID) { $strSQL = "SELECT M.memb_id, M.firstname, M.lastname, MG.membergroup_id, MG.name AS groupname, MG.description, "; $strSQL .= "MG.url, MG.scriptpath, MG.imagepath, MG.mysqlhost, MG.mysqlport, MG.mysqldatabase, "; $strSQL .= "MG.mysqlloginname, MG.mysqlpassword, MG.mysqlprefix, MG.maxfilespace, MG.maxrecords "; $strSQL .= "FROM member M "; $strSQL .= "INNER JOIN membergroup MG ON M.membergroup_fid = MG.membergroup_id "; $strSQL .= "WHERE M.memb_id = ".$MemberID; if (bDEBUG) { echo $strSQL; } $result_info = $Connection->db_query($strSQL); if (sizeof($result_info) > 0) { $logininfo = array( "memberid" => $result_info[0]["memb_id"], "firstname" => $result_info[0]["firstname"], "lastname" => $result_info[0]["lastname"], "groupid" => $result_info[0]["membergroup_id"], "groupname" => $result_info[0]["groupname"], "description" => $result_info[0]["description"], "url" => $result_info[0]["url"], "scriptpath" => $result_info[0]["scriptpath"], "imagepath" => $result_info[0]["imagepath"], "dbhost" => $result_info[0]["mysqlhost"], "dbport" => $result_info[0]["mysqlport"], "dbdatabase" => $result_info[0]["mysqldatabase"], "dbloginname" => $result_info[0]["mysqlloginname"], "dbpassword" => $result_info[0]["mysqlpassword"], "dbprefix" => $result_info[0]["mysqlprefix"], "maxfilespace" => $result_info[0]["maxfilespace"], "maxrecords" => $result_info[0]["maxrecords"] ); } else { $logininfo = array( "memberid" => "", "firstname" => "unbekannt", "lastname" => "unbekannt", "groupid" => "", "groupname" => "unbekannt", "description" => "unbekannt", "url" => "localhost", "scriptpath" => "", "imagepath" => "", "dbhost" => "", "dbport" => "", "dbdatabase" => "", "dbloginname" => "", "dbpassword" => "", "dbprefix" => "", "maxfilespace" => "", "maxrecords" => "" ); } return $logininfo; } ?> Webeditor Administration " type="text/css"> Login-Name: Passwort: WEBEDITOR 1 EAT Ihre Domain : (ohne www) Ihre Domain : (ohne www) Bitte wählen Sie eine Sprache : deutsch english dutch italian db_close(); } if (isset($UserConn)) { $UserConn->db_close(); } } ?>