[Release] X-Web 5.8.0 Public

Няма смисъл братле, тоя сайт е от 2008 година. Технически остарял е :)
 
si se que es una web vieja pero me gusta el diseño y el sistema ajax que utiliza el cual quiero usar para base de un projecto personal y necesito el archivo core.php que utiliza esta web.

Sorry for my bad english im using Google translate
 
si se que es una web vieja pero me gusta el diseño y el sistema ajax que utiliza el cual quiero usar para base de un projecto personal y necesito el archivo core.php que utiliza esta web.

Sorry for my bad english im using Google translate
This is not english dude... wrong language :D

my Core.php and JS:
core
PHP:
<?	if(isset($_POST['op'])){
	include("config.php");
	include("inc/functions.php");
	include("inc/secure.php");
        $op = @preg_replace("/[^a-zA-Z0-9_-]/","",$_POST['op']);
	    $op = str_replace("/","",$op);
        $op = str_replace(".","",$op);
		
		if (is_file("mods/".$op.".php")){
      	    include("mods/".$op.".php");
	
		}else{
			Echo ("<center><br />Module Could Not Be Found!<br /></center>");
		}
	}
?>
JS:
PHP:
function ajax(link,content) {
	$("#" + content).empty().append('<center><br />Loading web module,Please wait...</center>');
	$.ajax(
	{
		type: "POST",
		url: "core.php",
		data: "op=" + link,
		cache: false,
		success: function(msg)
		{
			$("#" + content).empty().append(msg).fadeIn("slow");
		}
	});
}

PS: You need jquery.js too
 

Attachments

  • pack.zip
    27.4 KB · Views: 8
Last edited:
  • Like
Reactions: silviosing
thanks for answering my post in the forum I wonder if darksteam Might be kind enough to send the entire site containing the functions..php secure.php core.php and ajax system ajax.js
 
I found this in my PC, but i'm not 100% sure that this is the same web.
 

Attachments

  • X-Web.rar
    2.3 MB · Views: 29
  • Like
Reactions: silviosing
докато свалях DT Market-а го намерих :D
 

Attachments

  • xweb_full.rar
    1.2 MB · Views: 15
  • Like
Reactions: silviosing