Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Loader)
- *
- * @ Version : 2.0.0.3
- * @ Author : DeZender
- * @ Release on : 06.05.2013
- * @ Official site : http://DeZender.Net
- *
- */
- if (!(defined("CONFIG_CLASS_INCLUDED"))) {
- exit("Life Goes On");
- }
- 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");
- error_reporting(0);
- $catask = mysql_query("select * from category order by name asc");
- while ($cat = mysql_fetch_array($catask)) {
- $kategoriler .= "<option value=\"" . $cat["id"] . "\">" . $cat["name"] . "</option>";
- }
- $url = "http://www.ensonhaber.com/rss/" . $_GET["k"] . ".xml";
- $gundemXml = simplexml_load_file($url);
- foreach ($gundemXml->channel->item as $haber) {
- ............................................................
- ...........................
- .........
Advertisement
Add Comment
Please, Sign In to add comment