Guest User

Untitled

a guest
May 18th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Loader)
  6. *
  7. * @ Version : 2.0.0.3
  8. * @ Author : DeZender
  9. * @ Release on : 06.05.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (!(defined("CONFIG_CLASS_INCLUDED"))) {
  15. exit("Life Goes On");
  16. }
  17. echo("<script src=\"http://code.jquery.com/jquery-2.1.3.min.js\"></script>\x0d\x0a<script>\x0d\x0a \$(\"document\").ready(function(){\x0d\x0a \$(\"form\").submit(function(e){\x0d\x0a e.preventDefault();\x0d\x0a \$.ajax({\x0d\x0a\x09\x09\x09\x09 type: \"POST\",\x0d\x0a\x09\x09\x09\x09 url: \"botlar/ekle.php\",\x0d\x0a\x09\x09\x09\x09 data: \$(this).serialize(), // changed\x0d\x0a\x09\x09\x09\x09 success: function(data)\x0d\x0a\x09\x09\x09\x09 {\x0d\x0a\x09\x09\x09\x09\x09 alert(data); // show response from the php script.\x0d\x0a\x09\x09\x09\x09 }\x0d\x0a\x09\x09\x09\x09});\x0d\x0a });\x0d\x0a });\x0d\x0a</script>\x0d\x0a");
  18. error_reporting(0);
  19. $catask = mysql_query("select * from category order by name asc");
  20. while ($cat = mysql_fetch_array($catask)) {
  21. $kategoriler .= "<option value=\"" . $cat["id"] . "\">" . $cat["name"] . "</option>";
  22. }
  23. $url = "http://www.ensonhaber.com/rss/" . $_GET["k"] . ".xml";
  24. $gundemXml = simplexml_load_file($url);
  25. foreach ($gundemXml->channel->item as $haber) {
  26. ............................................................
  27. ...........................
  28. .........
Advertisement
Add Comment
Please, Sign In to add comment