head 1.6; access; symbols Initial:1.1.1.1 bule:1.1.1; locks; strict; comment @# @; 1.6 date 2003.10.20.00.21.46; author bule; state Exp; branches; next 1.5; 1.5 date 2003.10.18.00.33.42; author bule; state Exp; branches; next 1.4; 1.4 date 2003.10.06.00.39.27; author bule; state Exp; branches; next 1.3; 1.3 date 2003.10.01.06.51.30; author bule; state Exp; branches; next 1.2; 1.2 date 2003.08.19.19.24.21; author bule; state Exp; branches; next 1.1; 1.1 date 2003.08.12.19.18.23; author bule; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.08.12.19.18.23; author bule; state Exp; branches; next ; desc @@ 1.6 log @*** empty log message *** @ text @redirect("login.php"); exit; } if ($_SESSION['NODUP_SQL']) { unset($_SESSION['NODUP_SQL']); $web->redirect("admin.php"); exit; } $indonesia = new Indonesia(); $status = $indonesia->get_dictionary_status(); if ($status["status"] == 1 || $status["status"] == 2) { $web->redirect("admin.php"); exit; } ?> Bahasa Indonesia Dictionary: SQL show_logo("SQL"); ?> Administration


You must provide a name value!

\n"; return; } $password = trim($password); if ($password == "") { print "

You must provide a password value!

\n"; return; } $statement = trim($statement); if ($statement == "") { print "

You must provide an SQL value!

\n"; return; } $errstr = $indonesia->login_db_user($name, $password); if ($errstr != "") { print "

${errstr}

\n"; return; } $errstr = $indonesia->open_dictionary(); if ($errstr != "") { print "

${errstr}

\n"; return; } $statement = stripslashes($statement); $rows = mysql_query($statement); $errstr = mysql_error(); if ($errstr != "") { print "

${errstr}

\n"; return; } if (preg_match("/delete/i", "$statement")) { $arows = mysql_affected_rows(); print "

Affected Deleted Rows: ${arows}

\n"; return; } if (preg_match("/update/i", "$statement")) { $arows = mysql_affected_rows(); print "

Affected Updated Rows: ${arows}

\n"; return; } $nrows = mysql_num_rows($rows); if (!$nrows) { return; } $count = mysql_num_fields($rows); $table = "\n"; for($i = 0; $i < $count; $i++) { $col = mysql_field_name($rows, $i); $table .= "\n"; } while($row = mysql_fetch_row($rows)) { $table .= "\n"; foreach($row as $value) { $table .= "\n"; } $table .= "\n"; } $table .= "
${col}
${value} 
"; $indonesia->close_dictionary(); print "$table"; return; } ////////////////////////////////////////////////////////////////////////////// function show_sql_form($web, $indonesia) { print <<
SQL:
   Name:     Password: 
EOFSSF; return; } ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// ?> @ 1.5 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: October 17, 2003 d71 2 @ 1.4 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: October 05, 2003 d72 2 d75 2 a76 26 function is_white_space(stoken) { if (stoken == null) return(true); if (stoken == '') return(true); if (stoken == "") return(true); return(false); } function trim(stoken) { if (is_white_space(stoken)) { return(stoken); } stoken = stoken.replace(/^\s*/, ""); stoken = stoken.replace(/\s*$/, ""); return(stoken); } d118 2 @ 1.3 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: September 30, 2003 d143 3 a145 1

Bahasa Indonesia Dictionary: SQL

@ 1.2 log @*** empty log message *** @ text @d12 1 a12 1 // Modified: August 19, 2003 d40 1 a40 1 if (!session_is_registered("ADMIN")) { d47 1 a47 1 if (session_is_registered("NODUP_SQL")) { d49 1 a49 1 session_unregister("NODUP_SQL"); @ 1.1 log @Initial revision @ text @d5 33 a37 1 a324 1 @ 1.1.1.1 log @Bahasa Indonesia Dictionary @ text @@