vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade (https://vborg.vbsupport.ru/forumdisplay.php?f=170)
-   -   vbSEO & ibProArcade : Rewrite-rules (https://vborg.vbsupport.ru/showthread.php?t=190490)

Bob_R 10-14-2009 10:48 PM

Got this error when I put in the code from post #1

Warning: require(/home/xxxxxxxx/public_html/dumontnjforum.com/forums/19-arcade.php) [function.require]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/dumontnjforum.com/forums/vbseo.php on line 1594

Fatal error: require() [function.require]: Failed opening required '/home/xxxxx/public_html/dumontnjforum.com/forums/19-arcade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/dumontnjforum.com/forums/vbseo.php on line 1594

Took it out and know everything's fine.

When will there be a fix?

Thanks!! :)

waell2006 10-22-2009 04:27 AM

iam found problem

when end the game cannot read newscore page
error number is : 406
http://www.egycafe.net/vb/index.php?...de&do=newscore

Bouncer222 01-18-2010 07:02 PM

TWO QUESTIONS..

1. Do we add the code to .htaccess?

2. Which code is better to use? The one from post 1 or from post 12 by vbseo themselves?

BiZiMDiYaR 02-16-2010 12:02 AM

I assume you should be adding it to VBSEO rewrite rules or something.. look it up in the VBSEO panel... but which one to use, that is a good question :)

KURTZ 05-30-2010 10:47 AM

Quote:

Originally Posted by MrZeropage (Post 1618500)
Here are the custom rewrite-rules you can add to your vbSEO to completely support ibProArcade:

Code:

// ibProArcade
'arcade\.php$' => 'arcade.html'
'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=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'
'index\.php\?&act=Arcade&do=newscore$' => 'arcade/newscore.html'
'arcade\.php\?&act=Arcade&do=stats&gameid=(\d+)&st=(\d+)$' => 'arcade/game/highscores/$1/$2.html'
'arcade\.php\?&act=Arcade&gsearch=(\w+)&search_type=1$' => 'arcade/games/$1.html'
'arcade\.php\?&act=Arcade&gsearch=(\d+)-(\d+)&search_type=3$' => 'arcade/games/$1-$2.html'
'arcade\.php\?&act=Arcade&do=viewtourneyend$' => 'arcade/viewtourneyend.html'


thanks for sharing ... ;)

--------------- Added [DATE]1275220060[/DATE] at [TIME]1275220060[/TIME] ---------------

Quote:

Originally Posted by BiZiMDiYaR (Post 1983394)
I assume you should be adding it to VBSEO rewrite rules or something.. look it up in the VBSEO panel... but which one to use, that is a good question :)

exactly :)

pportuese 08-10-2010 05:14 PM

How do I make the screen bigger?

Mostjolly 08-24-2010 03:35 PM

Excuse me but which file do we place this codes again...?

final kaoss 09-08-2010 09:20 PM

yeah ok what about rewrite rules for those of us who don't own vbseo..:mad:

floggerss 02-20-2011 09:48 PM

I have lighttpd it is the same??? i add this and it didnt work

rigodiaz 04-26-2011 11:49 PM

Quote:

Originally Posted by floggerss (Post 2164731)
I have lighttpd it is the same??? i add this and it didnt work

You have to add this with lighttpd.

Code:

url.rewrite-once = ( "^(/forums/(arcade)/.*)$" => "$1")


All times are GMT. The time now is 11:32 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.01429 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete