Updating configs and removing older files

This commit is contained in:
Mo Elzubeir
2020-10-17 18:25:58 -05:00
parent 1f43248510
commit 8eb24b3be5
10 changed files with 7 additions and 7732 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
include("connect.php");
$_RATEPATH = "/data/adrates/";
$_HOSTURL = "http://moms.emediasearch.com/";
$_HOSTURL = "http://moms.localhost/";
$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');
?>
?>
+3 -3
View File
@@ -5,10 +5,10 @@
{
//Database Connection
$host = "localhost";
$user = "emediasearch";
$pass = "iw2blm";
$user = "moms";
$pass = "chngeme";
$conn = mysql_connect($host,$user,$pass);
mysql_select_db("emediasearch");
mysql_select_db("moms");
///////////////////////////////////////////////
}
-20
View File
@@ -1,20 +0,0 @@
<?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);
?>