| Code: |
| #Journal
RewriteRule ^journal-search-([a-zA-Z0-9]*).html /modules.php?name=Journal&file=search&bywhat=aid&exact=1&forwhat=$1 RewriteRule ^journal(search|delete|commentkill)-(bywhat|jid|onwhat)([a-zA-Z0-9]*)-(forwhat|ref)([a-zA-Z0-9]*).html /modules.php?name=Journal&file=$1&$2=$3&$4=$5 RewriteRule ^journal-search-([0-9]*)-([a-zA-Z0-9_-]*).html /modules.php?name=Journal&file=search&bywhat=$1&forwhat=$2 RewriteRule ^journal-([a-zA-Z0-9+]*)-(jid|onwhat|disp|op|disp)-([a-zA-Z0-9+]*).html /modules.php?name=Journal&file=$1&$2=$3 RewriteRule ^journal-edit.html /modules.php?name=Journal&file=edit RewriteRule ^journal(file|op)-([a-zA-Z0-9]*).html /modules.php?name=Journal&$1=$2 RewriteRule ^journal.html /modules.php?name=Journal |
| Code: |
| <?php
$urlin = array( "'(?<!/)modules.php\?name=Journal&file=search&bywhat=aid&exact=1&forwhat=([a-zA-Z0-9]*)'", "'(?<!/)modules.php\?name=Journal&file=(search|delete|commentkill)&(bywhat|jid|onwhat)=([a-zA-Z0-9]*)&(forwhat|ref)=([a-zA-Z0-9]*)'", "'(?<!/)modules.php\?name=Journal&file=([a-zA-Z0-9+]*)&(jid|onwhat|disp|op|disp)=([a-zA-Z0-9+]*)'", "'(?<!/)modules.php\?name=Journal&(file|op)=([a-zA-Z0-9]*)'", "'(?<!/)modules.php\?name=Journal'", "'(?<!/)modules.php\?name=Your_Account&op=userinfo&username=([a-zA-Z0-9_-]*)'", "'(?<!/)modules.php\?name=Your_Account&op=([a-z]*)'", "'(?<!/)modules.php\?name=Your_Account'" ); $urlout = array( "journal-search-\\1.html", "journal\\1-\\2\\3-\\4\\5.html", "journal-\\1-\\2-\\3.html", "journal\\1-\\2.html", "journal.html", "userinfo-\\1.html", "account-\\1.html", "account.html" ); ?> |
Toutes les heures sont au format GMT + 2 Heures