Advertisement
Guest User

Untitled

a guest
Mar 11th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. <?php
  2. /*
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require_once '_sistem.php';
  15.  
  16. if (!isset($_psx)) {
  17. exit('Ops!');
  18. }
  19.  
  20. unset($_psx);
  21. echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\r\n<script type=\"text/javascript\" src=\"http://code.jquery.com/jquery-1.8.1.js\"></script>\r\n<link rel=\"stylesheet\" href=\"http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css\"/>\r\n<script src=\"http://code.jquery.com/ui/1.10.1/jquery-ui.js\"></script>\r\n";
  22. global $wpdb;
  23. $pre = $wpdb->prefix;
  24. $url = $_POST['url'];
  25. $sayfa = $_POST['sayfa'];
  26. $kategori = $_POST['kategori'];
  27. $nerden = $_POST['nerden'];
  28. $kurl = $_POST['kurl'];
  29. $tur = $_POST['tur'];
  30.  
  31. if (!$tur) {
  32. $tur = '1';
  33. }
  34.  
  35. if (!$sayfa) {
  36. $sayfa = '1';
  37. }
  38.  
  39. $siteadres = get_bloginfo('url');
  40. echo "<style type=\"text/css\" media=\"screen\">\r\n .oynat iframe {\r\n max-width: 180px;\r\n max-height: 100px;\r\n }\r\n</style>\r\n<script>\r\n\r\n function degistirx(c) {\r\n\r\n \$('.sablonx').hide();\r\n\r\n \$('#tur').val(c);\r\n\r\n degistirilecek = '#degistir' + c;\r\n\r\n \$(degistirilecek).show();\r\n\r\n }\r\n\r\n</script>\r\n\r\n<div id=\"ayesoft\" style=\"width:400px;margin:10px auto;padding:2px;background:#eee;border:#ddd solid 1px;\">\r\n ";
  41. $aaa = str_replace('&islem=oyunskor', '', $_SERVER['REQUEST_URI']);
  42. $kayitu = explode('page=', $_SERVER['REQUEST_URI']);
  43. $kayitu = explode('/', $kayitu[1]);
  44. $kayiturl = $kayitu[0];
  45. echo " <div style=\"border-bottom:#ddd solid 1px;padding:4px;\">\r\n <center>\r\n <a href=\"";
  46. echo $aaa;
  47. echo "\">Anasayfa</a>\r\n </center>\r\n </div>\r\n <div style=\"border-bottom:#ddd solid 1px;padding:4px;\">\r\n <center>\r\n <strong>oyunskor</strong> botu\r\n </center>\r\n </div>\r\n <form action=\"";
  48. echo $aaa;
  49. echo "&islem=oyunskor\" method=\"post\">\r\n <input type=\"hidden\" id=\"tur\" name=\"tur\" value=\"";
  50. echo $tur;
  51. echo "\">\r\n\r\n <div style=\"width:360px;margin:2px auto;padding:2px;background:#ddd;border:#ccc solid 1px;\">\r\n <center>\r\n Çekilecek Kategori\r\n </center>\r\n </div>\r\n <div style=\"clear:both\"></div>\r\n <center>\r\n <select name=\"url\" id=\"url\" style=\"width:360px;padding:4px;\">\r\n <option value=\"2kisilik-oyunlar\" ";
  52.  
  53. if ($url == '2kisilik-oyunlar') {
  54. echo 'selected="selected"';
  55. }
  56.  
  57. echo ">2 Kişilik Oyunlar\r\n </option>\r\n <option value=\"3d-oyunlar\" ";
  58.  
  59. if ($url == '3d-oyunlar') {
  60. echo 'selected="selected"';
  61. }
  62.  
  63. echo ">3D Oyunlar\r\n </option>\r\n <option value=\"ameliyat-oyunlari\" ";
  64.  
  65. if ($url == 'ameliyat-oyunlari') {
  66. echo 'selected="selected"';
  67. }
  68.  
  69. echo ">Ameliyat Oyunları\r\n </option>\r\n <option value=\"araba-oyunlari\" ";
  70.  
  71. if ($url == 'araba-oyunlari') {
  72. echo 'selected="selected"';
  73. }
  74.  
  75. echo ">Araba Oyunları\r\n </option>\r\n <option value=\"barbie-oyunlari\" ";
  76.  
  77. if ($url == 'barbie-oyunlari') {
  78. echo 'selected="selected"';
  79. }
  80.  
  81. echo ">Barbie Oyunları\r\n </option>\r\n <option value=\"basketbol-oyunlari\" ";
  82.  
  83. if ($url == 'basketbol-oyunlari') {
  84. echo 'selected="selected"';
  85. }
  86.  
  87. echo ">Basketbol Oyunları\r\n </option>\r\n <option value=\"bebek-oyunlari\" ";
  88.  
  89. if ($url == 'bebek-oyunlari') {
  90. echo 'selected="selected"';
  91. }
  92.  
  93. echo ">Bebek Oyunları\r\n </option>\r\n <option value=\"beceri-oyunlari\" ";
  94.  
  95. if ($url == 'beceri-oyunlari') {
  96. echo 'selected="selected"';
  97. }
  98.  
  99. echo ">Beceri Oyunları\r\n </option>\r\n <option value=\"boyama-oyunlari\" ";
  100.  
  101. if ($url == 'boyama-oyunlari') {
  102. echo 'selected="selected"';
  103. }
  104.  
  105. echo ">Boyama Oyunları\r\n </option>\r\n <option value=\"bulmaca-oyunlari\" ";
  106.  
  107. if ($url == 'bulmaca-oyunlari') {
  108. echo 'selected="selected"';
  109. ..............................................................................
  110. .............................................
  111. ..................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement