Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBSEO and ibProArcade Details »»
VBSEO and ibProArcade
Version: , by Vinyljunky Vinyljunky is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-20-2007 Last Update: Never Installs: 0
 
No support by the author.

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-21-2007, 06:35 AM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no idea from my place, I never used vbSEO ... anybody else helping ?
Reply With Quote
  #3  
Old 11-22-2007, 12:22 PM
Hoffi's Avatar
Hoffi Hoffi is offline
 
Join Date: Nov 2001
Location: Germany
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Take e a look at here: http://www.vbseo.com/f23/ibproarcade-v2-5-6-seo-7164/
Reply With Quote
  #4  
Old 11-22-2007, 04:41 PM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hoffi View Post
OK thanks, I did look at that but it wasnt very clear to me

Regards

VinylJunky
Reply With Quote
  #5  
Old 11-23-2007, 12:26 PM
mljask mljask is offline
 
Join Date: Dec 2005
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

// 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
Reply With Quote
  #6  
Old 11-30-2007, 12:10 PM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks !
Reply With Quote
  #7  
Old 12-17-2007, 01:01 AM
cfitzarl cfitzarl is offline
 
Join Date: May 2007
Location: Boston, MA, USA
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 12-17-2007, 04:57 PM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #9  
Old 12-24-2007, 09:33 PM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Posting as a reminder to myself to do this later...
Reply With Quote
  #10  
Old 12-30-2007, 03:49 PM
WarDoGG WarDoGG is offline
 
Join Date: Jun 2007
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

me too
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:10 PM.


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.04856 seconds
  • Memory Usage 2,293KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete