vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   VBSEO and ibProArcade (https://vborg.vbsupport.ru/showthread.php?t=163179)

Vinyljunky 11-20-2007 09:43 AM

VBSEO and ibProArcade
 
Hello,

Could somebody tell me how I can VBSEO the Arcade ?

I'm not sure which custom rewrite rules to use. I'm running ibProArcade v2.6.5+

Many Thanks

VinylJunky

MrZeropage 11-21-2007 06:35 AM

no idea from my place, I never used vbSEO ... anybody else helping ?

Hoffi 11-22-2007 12:22 PM

Take e a look at here: http://www.vbseo.com/f23/ibproarcade-v2-5-6-seo-7164/

Vinyljunky 11-22-2007 04:41 PM

Quote:

Originally Posted by Hoffi (Post 1387477)

OK thanks, I did look at that but it wasnt very clear to me

Regards

VinylJunky

mljask 11-23-2007 12:26 PM

// 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

Vinyljunky 11-30-2007 12:10 PM

thanks !

cfitzarl 12-17-2007 01:01 AM

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 :D

Vinyljunky 12-17-2007 04:57 PM

thanks

KipLarson 12-24-2007 09:33 PM

Posting as a reminder to myself to do this later...

WarDoGG 12-30-2007 03:49 PM

me too


All times are GMT. The time now is 08:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01944 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete