Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
include("connect.php");
|
||||
|
||||
$_RATEPATH = "/data/adrates/";
|
||||
$_HOSTURL = "http://moms.emediasearch.com/";
|
||||
|
||||
|
||||
|
||||
$lang_arr = array(1=>'English',2=>'Arabic',3=>'Arabic/English',4=>'English/French',5=>'Arabic/English/French',6=>'French',7=>'Urdu',8=>'Russian',9=>' German',10=>'Farsi',11=>'Malayalam',12=>'Mandarin');
|
||||
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$con = 0;
|
||||
if($con == 0) /// for local server
|
||||
{
|
||||
//Database Connection
|
||||
$host = "localhost";
|
||||
$user = "emediasearch";
|
||||
$pass = "iw2blm";
|
||||
$conn = mysql_connect($host,$user,$pass);
|
||||
mysql_select_db("emediasearch");
|
||||
///////////////////////////////////////////////
|
||||
}
|
||||
|
||||
define("RECORD_PER_PAGE",10);
|
||||
define("PAGE_LINKS_PER_PAGE", 4);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$con = 0;
|
||||
if($con == 0) /// for local server
|
||||
{
|
||||
//Database Connection
|
||||
$host = "84.45.58.125";
|
||||
$user = "emediasearch";
|
||||
$pass = "iw2blm";
|
||||
$conn = mysql_connect($host,$user,$pass);
|
||||
mysql_select_db("emediasearch");
|
||||
///////////////////////////////////////////////
|
||||
}
|
||||
|
||||
define("RECORD_PER_PAGE",10);
|
||||
define("PAGE_LINKS_PER_PAGE", 4);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<script>
|
||||
function validEmail(e)
|
||||
{
|
||||
var filter = /^\s*[\w\-\+_]+(\.[\w\-\+_]+)*\@[\w\-\+_]+\.[\w\-\+_]+(\.[\w\-\+_]+)*\s*$/;
|
||||
return String(e).search (filter) != -1;
|
||||
}
|
||||
|
||||
function isnum(evt){
|
||||
//alert("OKKKKK");
|
||||
var charCode = (evt.which) ? evt.which : evt.keyCode
|
||||
if (charCode != 46 && charCode > 31
|
||||
&& (charCode < 48 || charCode > 57))
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
|
||||
<title>Media Outlet Management System</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<!--<script src="js/main_01.js"></script>--> <!-- Resource jQuery -->
|
||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="css/normalize.min.css">
|
||||
<link rel="stylesheet" href="css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="css/animate.css">
|
||||
<link rel="stylesheet" href="css/templatemo_misc.css">
|
||||
<link rel="stylesheet" href="css/templatemo_style.css">
|
||||
|
||||
|
||||
<!-- External CSS -->
|
||||
<link rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css">
|
||||
|
||||
<!-- jQuery Custombox CSS -->
|
||||
<link rel="stylesheet" href="src/jquery.custombox.css">
|
||||
|
||||
<!-- Demo page CSS -->
|
||||
<link rel="stylesheet" href="demo/css/demo.css">
|
||||
<script src="js/modernizr.js"></script>
|
||||
<script src="js/jquery-2.1.1.js"></script>
|
||||
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
|
||||
|
||||
<!-- templatemo 410 circle -->
|
||||
</head>
|
||||
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]><html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
|
||||
<title>Media Outlet Management System</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<script src="js/modernizr.js"></script> <!-- Modernizr -->
|
||||
<script src="js/jquery-2.1.1.js"></script>
|
||||
<!--<script src="js/main_01.js"></script>--> <!-- Resource jQuery -->
|
||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="css/normalize.min.css">
|
||||
<link rel="stylesheet" href="css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="css/animate.css">
|
||||
<link rel="stylesheet" href="css/templatemo_misc.css">
|
||||
<link rel="stylesheet" href="css/templatemo_style.css">
|
||||
|
||||
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
|
||||
|
||||
<!-- External CSS -->
|
||||
<link rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css">
|
||||
|
||||
<!-- jQuery Custombox CSS -->
|
||||
<link rel="stylesheet" href="src/jquery.custombox.css">
|
||||
|
||||
<!-- Demo page CSS -->
|
||||
<link rel="stylesheet" href="demo/css/demo.css">
|
||||
<!-- templatemo 410 circle -->
|
||||
</head>
|
||||
@@ -0,0 +1,33 @@
|
||||
<div class="col-md-3 col-sm-12">
|
||||
<div class="sidebar-menu">
|
||||
|
||||
<div class="logo-wrapper">
|
||||
<h1 class="logo">
|
||||
<a rel="nofollow" href="index.php"><img src="images/logo.png" alt="Circle Template">
|
||||
<span></span></a>
|
||||
</h1>
|
||||
</div> <!-- /.logo-wrapper -->
|
||||
|
||||
<div class="menu-wrapper">
|
||||
<ul class="menu">
|
||||
<li><a class="show-1" href="#">Manage Media</a></li>
|
||||
<li><a class="show-2" href="#">Manage Issues</a></li>
|
||||
<li><a class="show-3" href="#">Manage Publishers</a></li>
|
||||
<li><a class="" href="javascript:void(0)" onclick="logout()">Logout</a></li>
|
||||
</ul> <!-- /.menu -->
|
||||
<a href="#" class="toggle-menu"><i class="fa fa-bars"></i></a>
|
||||
</div> <!-- /.menu-wrapper -->
|
||||
|
||||
<!--Arrow Navigation-->
|
||||
<a id="prevslide" class="load-item"><i class="fa fa-angle-left"></i></a>
|
||||
<a id="nextslide" class="load-item"><i class="fa fa-angle-right"></i></a>
|
||||
|
||||
</div> <!-- /.sidebar-menu -->
|
||||
</div> <!-- /.col-md-4 -->
|
||||
<script type="text/javascript">
|
||||
function logout(){
|
||||
window.location.href = 'logout.php';
|
||||
|
||||
|
||||
}
|
||||
</script>
|
||||
Binary file not shown.
Reference in New Issue
Block a user