Search results

  1. silviosing

    [Help] Create .htacess for url friendly mucore

    Hi i need a create .htacess for create url friends for my mucore but idont know my error this is my .htacess RewriteEngine On Options +FollowSymlinks RewriteBase /mucore/ RewriteCond %{SCRIPT_FILENAME} !d RewriteCond %{SCRIPT_FILENAME} !f Rewriterule ^(.*)$ index.php?page_id=$1 [L]
  2. silviosing

    [Help] Problem with login

    i have this but is not completly help me plis this is for addstat <? session_start(); global $maxstat; $acc=secure($_SESSION['user']); if(isset($_GET['logout'])){ unset($_SESSION['user']); echo "<script>location.reload();</script>"; } if(isset($_POST['login'])){...
  3. silviosing

    [Req] Search buton in ranking module

    I need put in my ranking module a buton of search name of character plis someone help me to create the php Sample like this: i have this: <form method="post" action=""> <table class="tmem" height="0" cellpadding="2" border="0" cellspacing="1" width="250"> <thead>...
  4. silviosing

    [Req] Vote script in the index.php

    i cant use this in my website i think that i need query of sql. <?phpif($_SESSION['user_login'] != 'ok'); $ip = $_SERVER["REMOTE_ADDR"]; $time = time() + 43200; $link = 'http://www.xtremetop100.com/in.php?site=1132295140'; $image = 'http://openmu.com/images/vote/votenew.jpg'...
  5. silviosing

    [Help] How create the core.php for this archive ajax

    i need to create the file core.php for this file whit ajax function show(val) { $("#content").empty().append('<center><img src="images/load.gif"><br>Loading web module,Please wait...</center>'); $.ajax( { type: "POST", url: "includes/core.php", data: "content=" + val +...