Advertisement
plas71k

@sylvester => ioncube 6.5 file => decoded

Mar 21st, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.66 KB | None | 0 0
  1. <?php
  2. /*
  3. * @ Pirate-Sky Crew :: PHP Decoder v2
  4. * @ Author: pLa$71k
  5. * @ Web: http://pirate-sky.com
  6. * @ Pirate-Sky Crew © 2008 - 2013
  7. */
  8.  
  9. session_start();
  10. include("license.php");
  11. include("functions.php");
  12. include("title.inc.php");
  13. include("search_unset.php");
  14. include("settings.php");
  15. include("language.php");
  16. $console_window_height = 310;
  17. $sid                   = $_SESSION['sid'];
  18. $rs0                   = mysql_fetch_array(mysql_query("select * from zw_websetting"));
  19. $css_select            = mysql_fetch_array(mysql_query("select * from colorscheme where status='yes'"));
  20. $default_style         = $css_select['stylefile'];
  21. echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head><title>";
  22. echo $rs0['sitetitle'];
  23. echo "-";
  24. if (isset($title)) {
  25.     echo $title;
  26. }
  27. echo "</title>\r\n<meta name=\"verify-v1\" content=\"";
  28. echo $rs0['site_code'];
  29. echo "\" />\r\n<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\r\n<meta name=\"keywords\" content=\"";
  30. echo $rs0['keywords'];
  31. echo "\" />\r\n<meta name=\"description\" content=\"";
  32. echo $rs0['metatag'];
  33. echo "\" />\r\n<meta name=\"ROBOTS\" content=\"INDEX,FOLLOW\">\r\n<meta name=\"copyright\" content=\" ";
  34. echo $rs0['webname'];
  35. echo "\" />\r\n<meta name=\"content-language\" content=\"EN\" />\r\n<meta name=\"author\" content=\"";
  36. echo $rs0['webname'];
  37. echo "\" />\r\n<meta name=\"resource-type\" content=\"document\" />\r\n<meta name=\"distribution\" content=\"GLOBAL\" />\r\n<meta name=\"robots\" content=\"ALL\" />\r\n<meta name=\"revisit-after\" content=\"1 day\" />\r\n<meta name=\"rating\" content=\"general\" />\r\n<meta name=\"pragma\" content=\"no-cache\" />\r\n<meta name=\"classification\" content=\"";
  38. echo $classification;
  39. echo "\" />\r\n<link rel='shortcut icon' title=\"";
  40. echo $title;
  41. echo "\" href='";
  42. echo $admin . "/" . $fevicon;
  43. echo "' >\r\n";
  44. echo "<s";
  45. echo "tyle type=\"text/css\">@import url(\"css/";
  46. echo $default_style;
  47. echo "\");</style>\r\n\r\n</head>\r\n<center>\r\n<body>\r\n";
  48. if ($rs0['overlay'] == "yes") {
  49.     echo "<link rel=\"stylesheet\" href=\"lightbox/css/lightbox.css\" media=\"screen,projection\" type=\"text/css\" />\r\n";
  50.     echo "<s";
  51.     echo "cript type=\"text/javascript\" src=\"lightbox/scripts/prototype.js\"></script>\r\n";
  52.     echo "<s";
  53.     echo "cript type=\"text/javascript\" src=\"lightbox/scripts/lightbox.js\"></script>\r\n<input class=\"lbOn\" id=\"lbOnAuto\" type=\"hidden\" value=\"lightbox.php\">\r\n";
  54. }
  55. echo "<center>";
  56. include("header.php");
  57. echo "</center>\r\n<img src=\"images/trans_002.gif\" alt=\"\" width=\"1\" height=\"5\" /><br />\r\n<table style=\"width: 1000px;\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"tblBorder1\">\r\n\t<tbody>\r\n\t  <tr>\r\n\t\t<td width=\"184\" align=\"left\" valign=\"top\" style=\"padding-left:2px; padding-top:5px; padding-right: 1px;\">\r\n\t\t";
  58. echo "<s";
  59. echo "pan align=\"center\">";
  60. include("channels.php");
  61. echo "</span>\r\n\t\t<img src=\"images/trans_002.gif\" alt=\"\" width=\"1\" height=\"1\" /><br />\r\n\t\t";
  62. echo "<s";
  63. echo "pan align=\"center\">";
  64. include("left_banner.php");
  65. echo "</span></td>\r\n\t\t<td width=\"5\" valign=\"top\" class=\"dotimageborder\"><!-- --></td>\r\n\t\t<td width=\"610\" align=\"left\" valign=\"top\" style=\"padding-left:5px; padding-top:5px; padding-right: 3px;\">";
  66. include("search_index.php");
  67. echo "\t\t  \t";
  68. if ($rs0['country_index'] == "1") {
  69.     echo "\t\t  ";
  70.     include("country_index.php");
  71. }
  72. echo "\t\t  ";
  73. if ($rs0['city_index'] == "1") {
  74.     echo "\t\t  ";
  75.     include("cities_index.php");
  76. }
  77. echo "\t\t  \r\n\t\t  ";
  78. include("employer_spotlight.php");
  79. echo "\t\t   ";
  80. include("hringnow_index.php");
  81. echo "\t\t  ";
  82. include("category_jobs_index.php");
  83. echo "\t    </td>\r\n\t\t<td width=\"11\" align=\"center\" valign=\"top\" class=\"dotimageborder\"><!-- --></td>\r\n\t\t<td width=\"188\" height=\"26\" align=\"center\" valign=\"top\" style=\"padding-left:0px; padding-right:3px;padding-top:5px;\">";
  84. include("login_index.php");
  85. echo "\t\t<div class=\"break\">&nbsp; </div>\r\n\t\t";
  86. include("latestjobs.php");
  87. echo "<div class=\"break\">&nbsp;</div>\r\n\t\t";
  88. include("right_banner.php");
  89. echo "</td>\r\n\t  </tr>\r\n\t</tbody>\r\n</table>\r\n<img src=\"images/trans_002.gif\" alt=\"\" width=\"1\" height=\"5\" /><br />\r\n<div id=\"footer\">";
  90. include("bottom_banner.php");
  91. echo "</div>\r\n<img src=\"images/trans_002.gif\" alt=\"\" width=\"1\" height=\"5\" /><br />\r\n<div id=\"footer\">";
  92. include("footer.php");
  93. echo "</div>\r\n</body>\r\n</center>\r\n</html>\r\n";
  94. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement