Code Search for Developers
 
 
  

import.php from convert ogm, mkv to avi with subtitle at Krugle


Show import.php syntax highlighted

<?php
include_once("logged.php"); //Security, allready logged in?
security();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AllToAvi Admin: Import</title>
</head>

<body>
<?php include_once("navbar.php"); ?>
<h1>AllToAvi Admin Import</h1>
<p>You can either use this import script or upload the files yourself in the admin directory (ungzipped!).<br />
Please upload a .bak, .txt, .php or .gz file. </p>
<p>When using  a gz, please mind the gz will not bedeleted if you cancel the script in progress.<br />
You can either run the script again with the gz file or remove it using ftp.</p>
<form id="form1" name="news" enctype="multipart/form-data" method="post" action="import_handle.php">
  News file
    <input name="kfile" type="hidden" id="kfile" value="news" />
    <input type="file" name="file" />
    <input type="submit" value="Import News" />
</form>
<form id="form2" name="userlist" enctype="multipart/form-data" method="post" action="import_handle.php">
  Userlist file
  	<input name="kfile" type="hidden" id="kfile" value="userlist" />
    <input type="file" name="file" />
    <input type="submit" value="Import Userlist" />
</form>
</body>
</html>




See more files for this project here

convert ogm, mkv to avi with subtitle

A program that batch convert ogm, mkv to avi, with subtitle and audio track selection, video resizing, bitrate selection and codec selection. It is centered around mencoder, with a commandline tool as well as a GUI for Window

Project homepage: http://sourceforge.net/projects/alltoavi
Programming language(s): JavaScript,PHP,Visual Basic
License: other

  addnewshandle.php
  export.php
  export_handle.php
  import.php
  import_handle.php
  index.php
  logged.php
  logout.php
  navbar.php
  notlogged.php
  overview.php