yo creo que eso se realiza por aqui por el .htacess, bueno si me equivoco corrigenme, mil gracias por su ayuda, que dios les vendiga.
Código:
<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^game/([0-9]+)/.+\.html$ file.php?f=$1 [L] RewriteRule ^category/([0-9]+)/.+/([0-9]+)\.html$ browse.php?c=$1&p=$2 [L] RewriteRule ^category/([0-9]+)/.+/?$ browse.php?c=$1 [L] RewriteRule ^profile/([0-9]+)/.+\.html$ profile.php?u=$1 [L] RewriteRule ^page/(.+)\.html$ page.php?p=$1 [L] RewriteRule ^scores/([0-9]+)/([0-9]+)\.html$ scores.php?f=$1&p=$2 [L] RewriteRule ^game/[0-9]+/(newscore|index)\.php$ $1.php [L] RewriteRule ^game/[0-9]+/arcade/gamedata/(.*)$ arcade/gamedata/$1 [L] RewriteRule ^g([0-9]+)/?$ links.php?a=short&f=$1 [L] </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/x-icon "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" </IfModule>
ahora si huzan este scrip onarcade, me podria decir donde esta el footer o no se revise function , no hay footer todo y no encuentro editar el footer , esa parte donde dice : powered by onarcade, eso quiero quitarlo.
mi sitio web es www.juegosfatales.com
gracias!