vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Glockie 06-02-2012 10:41 AM

Yes all done.. and re-uploaded

Still no joy at all.

Hippy 06-02-2012 01:01 PM

The file is called .htacces. not htaccess right did you have a file there already post it you can see what you have .. I just updated a site tem min ago and has the arcade .I did what o posted and worked right off

Glockie 06-02-2012 01:15 PM

so to clarify =

it's .HTACCES. NOT .HTACCESS

note the double 's'

Absolutely NO joy..

Ok here's what I have =

filename = .htacces

Code:


RewriteEngine on

  # Send hardcoded ipa scores to arcade instead
  RewriteCond %{QUERY_STRING} act=Arcade [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade
  RewriteRule ^index.php arcade.php [L,QSA]

filename = .htaccess

Code:

RewriteEngine On
# Send hardcoded ipa scores to arcade instead
  RewriteCond %{QUERY_STRING} act=Arcade [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade
  RewriteRule ^index.php arcade.php [L,QSA]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Still not working, I also have a folder named htaccess too...

it goes to this page which is not found on my domain or forums = http://www.******/index.php?act=Arcade&do=newscore

It was working perfectly fine until the update and now I have had to fiddle away to get this far by fixing and playing, yet now it's almost done I am stuck when submitting scores - it goes to a 404 job.. unknown page.. * frustrated and bangs head on desk * :D

Once again thank you very much for the help so far.

Glockie 06-02-2012 01:32 PM

Would it be related to this I wonder Hippy;

Code:


// fix for lousy configurated vBulletin options as this eats some time in support...
if (strpos($forumpath,"index.php")===false)
{
        // seems to be correct
}
else
{
        $forumpath = str_replace("/index.php", "", $forumpath);

Tell you why - since the update my homepage [ by default and the cms ] is now

http://www.*****/content.php

NOT

http://www.******/index.php anymore...:confused::eek:

Tried adjusting some settings in VB CP / Settings / URl etc to direct url and it does NOT like this address mate;
index.php?act=Arcade&do=newscore

Tried editing the Arcade.php file also to include forum.php / index.php / arcade.php to no avail.

Would this still apply;
http://www.vbadvanced.com/forum/showthread.php?t=45875

Checked the hooks all seems ok..

Hippy 06-02-2012 01:52 PM

Im confused
you could pm me detail to the forum admin and ftp and I will look at it

Glockie 06-02-2012 01:53 PM

yeah sure, thank you mate.. details en-route.

All sent, you have two pm's waiting. Thank you very much indeed.

Hippy 06-02-2012 03:30 PM

Quote:

Originally Posted by Glockie (Post 2335812)
so to clarify =

it's .HTACCES. NOT .HTACCESS

note the double 's'

Absolutely NO joy..

Ok here's what I have =

filename = .htacces

Code:


RewriteEngine on

  # Send hardcoded ipa scores to arcade instead
  RewriteCond %{QUERY_STRING} act=Arcade [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade
  RewriteRule ^index.php arcade.php [L,QSA]

filename = .htaccess

Code:

RewriteEngine On
# Send hardcoded ipa scores to arcade instead
  RewriteCond %{QUERY_STRING} act=Arcade [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade
  RewriteRule ^index.php arcade.php [L,QSA]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Still not working, I also have a folder named htaccess too...

it goes to this page which is not found on my domain or forums = http://www.******/index.php?act=Arcade&do=newscore

It was working perfectly fine until the update and now I have had to fiddle away to get this far by fixing and playing, yet now it's almost done I am stuck when submitting scores - it goes to a 404 job.. unknown page.. * frustrated and bangs head on desk * :D

Once again thank you very much for the help so far.

well I looked abd there are 2 .HTACCESS and .HTACCES
the .HTACCESS is correct
did you have one there before ?

if so what was in it

I see the rewrite for vbseo

Contact your host and see if they can enable the rewrite
of it you have a custom page not found display set up this may cause it as well

I think

you can check your cpanel and look at the php info and see if it's enabled as well

Glockie 06-02-2012 04:10 PM

There was only one htaccess in there, which was written like so;

Code:

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

htacces I made following your advice.

Rewrite is enabled as this was NEVER a problem until latest VB release.

As for the rest of the rest you have suggested, please excuse my ignorance here, but I really do not follow what it is you are asking me to look at. Sorry. :o

This was working FINE, seriously mate it was absolutely flawless until the latest release of VB version 4.2
Since then index php is now stream or w/e and I have had to fiddle with loads to get things working..

What if I re-install the arcade?
Ok I know people would lose scores, but at least it's worth a shot if it fixes this error?

Besides that, I don't follow what you mean and I do not know what else to do...

Hippy 06-02-2012 04:24 PM

don't install the you can but do not uninstall it
over write it all..

and about your host
if there is a issue with the server or your account you can make a support ticket up..
ask them in the ticket to enable rewrite

If you don't want the index to redirect you to the active stream then you can change that and it may work..
your using suite ..so I am not sure
but I did notice since vb4.2 the arcade index edit stopped working and had to use the htaccess redirect / rewrite..

I am out ATM but when I get back I can try other thing..
but contact your host.. and see what they say

Glockie 06-02-2012 04:29 PM

Nope, downloaded, reinstalled. Nothing!

:mad:


*** EDIT ***


Hippy -
Spoke with my hosts and Rewrite mode is available and ON, must be written directly via htaccess


All times are GMT. The time now is 08:59 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.08029 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (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