http://www.google.com.tr/search?hl=t...start=100&sa=N
Sitenin eski urlleri bu şekildeydi
"www.oyunu-oyna.info/.../AGENT-HEDEF-OYUNU.html"
Scripti Güncelledik Linkler
http://www.oyunu-oyna.info/file.php?f=4754
hale geldi
Htcaccess den düzenleniyordu yanlış hatırlamıyorsam
HTC DOSYAM
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?oyunu-oyna.info/ [NC]
RewriteCond %{HTTP_REFERER} !google. [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !search?q=cache [NC]
RewriteCond %{REQUEST_URI} !^/hotlink2.jpg$
RewriteRule .(gif|jpg|png|mp3|swf)$ /hotlink2.jpg [NC,L]
RewriteRule ^game/([0-9]+)/([_A-Za-z0-9-]+).html file.php?f=$1 [L]
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/?$ browse.php?c=$1 [L]
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/([0-9]+).html browse.php?c=$1&page=$3 [L]
RewriteRule ^profile/([0-9]+)/([_A-Za-z0-9-]+).html profile.php?u=$1 [L]
RewriteRule ^page/([0-9]+).html page.php?p=$1 [L]Edit Eski htc Dosyasını buldum içeriği şöyle
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^game/([0-9]+)/([_A-Za-z0-9-]+).html file.php?f=$1 [L]
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/?$ browse.php?c=$1 [L]
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/([0-9]+).html browse.php?c=$1&page=$3 [L]
RewriteRule ^profile/([0-9]+)/([_A-Za-z0-9-]+).html profile.php?u=$1 [L]
RewriteRule ^page/([0-9]+).html page.php?p=$1 [L]
RewriteRule ^scores/([0-9]+)/([0-9]+)\.html$ scores.php?f=$1&p=$2
RewriteRule ^game/[0-9]+/(newscore|index)\.php$ $1.php
RewriteRule ^game/[0-9]+/arcade/gamedata/(.*)$ arcade/gamedata/$1 [L]
</IfModule>