The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
||||
|
||||
no idea from my place, I never used vbSEO ... anybody else helping ?
|
#3
|
||||
|
||||
Take e a look at here: http://www.vbseo.com/f23/ibproarcade-v2-5-6-seo-7164/
|
#4
|
||||
|
||||
Quote:
Regards VinylJunky |
#5
|
|||
|
|||
// ibproarcade 2.6.5+
'arcade\.php$' => 'arcade.html' 'arcade\.php\?&act=Arcade$' => 'arcade.html' 'arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game/$1.html' 'arcade\.php\?&act=Arcade&do=play&gameid=(\d+)$' => 'arcade/game/$1.html' 'arcade\.php\?act=Arcade&do=play&gameid=(\d+)$' => 'arcade/game/$1.html' 'arcade\.php\?&do=play&gameid=(\d+)$' => 'arcade/game/$1.html' 'arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game/$1.html' 'arcade\.php\?&do=play&gameid=(\d+)$' => 'arcade/game/$1.html' 'arcade\.php\?do=stats&gameid=(\d+)$' => 'arcade/game/highscores/$1.html' 'arcade\.php\?&act=Arcade&do=stats&gameid=(\d+)$' => 'arcade/game/highscores/$1.html' 'arcade\.php\?&act=Arcade&module=report&user=(\d+) $' => 'arcade/game/user-$1.html' 'arcade\.php\?&act=Arcade&do=viewtournaments$' => 'arcade/viewtournaments.html' 'arcade\.php\?&act=Arcade&do=viewtourney&tid=(\d+) $' => 'arcade/tournament/$1.html' 'arcade\.php\?&do=viewtourney&tid=(\d+)$' => 'arcade/tournament/$1.html' 'arcade\.php\?&act=Arcade&module=favorites&gameid =(\d+)$' => 'arcade/favgameid-$1.html' 'arcade\.php\?&act=Arcade&cat=(\d+)$' => 'arcade/category-$1.html' 'arcade\.php\?&act=Arcade&cat=(\d+)&st=(\d+)$' => 'arcade/category-$1/$2.html' 'arcade\.php\?&act=Arcade&module=report$' => 'arcade/own_report.html' 'arcade\.php\?&act=Arcade&module=settings$' => 'arcade/settings.html' 'arcade\.php\?&act=Arcade&module=modcp$' => 'arcade/modcp.html' 'arcade\.php\?&do=viewtourneyend$' => 'arcade/viewtourneyend.html' 'arcade\.php\?&do=viewtournaments$' => 'arcade/viewtournaments.html' 'arcade\.php\?&act=Arcade&do=createtourney$' => 'arcade/createtourney.htm' 'arcade\.php\?&act=Arcade&module=league$' => 'arcade/league.html' 'arcade\.php\?&act=Arcade&module=favorites&gameid= (\d+)$' => 'arcade/add-fav-game-$1.html' 'arcade\.php\?&act=Arcade&module=favorites$' => 'arcade/favourites.html' those crr works if you has www.domain.com/forum/arcade.php |
#6
|
||||
|
||||
thanks !
|
#7
|
|||
|
|||
I customized all of mine:
'arcade\.php$' => 'games' 'arcade\.php\?&act=Arcade$' => 'games' 'arcade\.php\?do=play&gameid=(\d+)$' => 'games/$1' 'arcade\.php\?&act=Arcade&do=play&gameid=(\d+)$' => 'games/$1' 'arcade\.php\?act=Arcade&do=play&gameid=(\d+)$' => 'games/$1' 'arcade\.php\?&do=play&gameid=(\d+)$' => 'games/$1' 'arcade\.php\?do=play&gameid=(\d+)$' => 'games/$1' 'arcade\.php\?&do=play&gameid=(\d+)$' => 'games/$1' 'arcade\.php\?do=stats&gameid=(\d+)$' => 'games/highscores/$1' 'arcade\.php\?&act=Arcade&do=stats&gameid=(\d+)$' => 'games/highscores/$1' 'arcade\.php\?&act=Arcade&module=report&user=(\d+) $' => 'games/user/$1' 'arcade\.php\?&act=Arcade&do=viewtournaments$' => 'games/tournaments' 'arcade\.php\?&act=Arcade&do=viewtourney&tid=(\d+) $' => 'games/tournaments/$1' 'arcade\.php\?&do=viewtourney&tid=(\d+)$' => 'games/tournaments/$1.html' 'arcade\.php\?&act=Arcade&module=favorites&gameid =(\d+)$' => 'games/favs/$1' 'arcade\.php\?&act=Arcade&cat=(\d+)$' => 'games/cat/$1' 'arcade\.php\?&act=Arcade&cat=(\d+)&st=(\d+)$' => 'games/category/$1/page/$2' 'arcade\.php\?&act=Arcade&module=report$' => 'games/report' 'arcade\.php\?&act=Arcade&module=settings$' => 'games/settings' 'arcade\.php\?&act=Arcade&module=modcp$' => 'games/mod' 'arcade\.php\?&do=viewtourneyend$' => 'games/tournament/end' 'arcade\.php\?&do=viewtournaments$' => 'games/view/tournaments' 'arcade\.php\?&act=Arcade&do=createtourney$' => 'games/tournaments/create' 'arcade\.php\?&act=Arcade&module=league$' => 'games/league' 'arcade\.php\?&act=Arcade&module=favorites&gameid= (\d+)$' => 'games/fav/add/$1' 'arcade\.php\?&act=Arcade&module=favorites$' => 'games/favs' Have fun |
#8
|
||||
|
||||
thanks
|
#9
|
|||
|
|||
Posting as a reminder to myself to do this later...
|
#10
|
|||
|
|||
me too
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|