|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Can Anybody decode they 3 php file please? |
|
Posted: Wed Oct 05, 2011 9:54 pm |
|
|
androsyn |
Beginner |
|
|
Joined: Oct 06, 2011 |
Posts: 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Jul 27, 2012 8:48 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
#1
Code: | <?php
include("inc/application_top.php");
$navegation = '';
$smarty->assign('website_title',$website_title);
$smarty->assign('website_keyword',$website_keyword);
$smarty->assign('website_description',$website_description);
$smarty->assign('title_header1',$title_header1);
$smarty->assign('title_header2',$title_header2);
$smarty->assign('navegation',$navegation);
$smarty->assign('date',date("F d, Y"));
$smarty->assign('navegation',$navegation);
$smarty->assign('domain_url',$domain_url);
$smarty->assign('domain',$domain);
$smarty->assign('home_page',$home_page);
$smarty->assign('date_year',date("Y"));
$smarty->assign('shopzilla_tracking',$shopzilla_tracking);
$smarty->display('index.tpl');
?> |
|
|
|
|
|
|
|
|
|
Posted: Fri Jul 27, 2012 8:54 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
#2
Code: | <?php
include("inc/config.php");
$xml_file_name = "http://catalog.bizrate.com/services/catalog/v1/us/taxonomy?apiKey=".$apiKey."&publisherId=".$publisherId;
$xml_string = file_get_contents($xml_file_name);
$xml_element = simplexml_load_string( $xml_string,NULL,LIBXML_NOCDATA );
$sql = "TRUNCATE TABLE `categories`";
mysql_query($sql,$con);
foreach($xml_element->Taxonomy->Categories->Category->Children->Category as $categories){
print $categories->name.'-'.$categories['id'].'-'.$categories->url.'<br>';
$sql = "INSERT INTO `eshoppin_shopzilla`.`categories` (`category_id` ,`category_name` ,`category_parent` ,`category_url`,`timestamp`,`minimumBid`) VALUES ('".$categories['id']."', '".$categories->name."', '0', '".$categories->url."','".time()."','0')";
mysql_query($sql,$con);
$category_parent = $categories['id'];
foreach($categories->Children->Category as $subcategories){
print ' ;; ;;'.$subcategories->name.'-'.$subcategories['id'].'-'.$subcategories->minimumBid.'<br>';
$sql = "INSERT INTO `eshoppin_shopzilla`.`categories` (`category_id` ,`category_name` ,`category_parent` ,`category_url`,`timestamp`,`minimumBid`) VALUES ('".$subcategories['id']."', '".$subcategories->name."', '".$category_parent."', '".$subcategories->url."','".time()."','".$subcategories->minimumBid."')";
mysql_query($sql,$con);
}
}
?> |
|
|
|
|
|
|
|
|
|
Posted: Fri Jul 27, 2012 8:59 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
#3
Code: | <?php
include("inc/application_top.php");
$navegation = '';
$smarty->assign('website_title',$website_title);
$smarty->assign('website_keyword',$website_keyword);
$smarty->assign('website_description',$website_description);
$smarty->assign('title_header1',$title_header1);
$smarty->assign('title_header2',$title_header2);
$smarty->assign('navegation',$navegation);
$smarty->assign('date',date("F d, Y"));
$smarty->assign('navegation',$navegation);
$smarty->assign('domain_url',$domain_url);
$smarty->assign('domain',$domain);
$smarty->assign('home_page',$home_page);
$smarty->assign('date_year',date("Y"));
$smarty->assign('shopzilla_tracking',$shopzilla_tracking);
$smarty->display('index.tpl');
?> |
|
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|