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 - [DBTech] vBArcade v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=273181)

wtfaatp 08-30-2012 03:09 AM

No scores are being saved to the site? Did I maybe do something wrong?

orGaz 09-01-2012 12:09 PM

so, i wanted to install this mod, which didnt work with this msg:


Quote:

# Place this code into the top of http://bla.blablabla.bla/.htaccess so certain games can process scores, then try importing again:

<IfModule mod_rewrite.c>
RewriteEngine on

# If vbulletin is in a subdirectory, add it here
RewriteBase /vBulletin4

# Retrieve gamedata requests and send to new dbtech locations
RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]

# Retrieve crossdomain requests and send to new dbtech location
RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]

# Send hardcoded pnf+ipa scores to arcade instead
RewriteCond %{QUERY_STRING} func=storeScore [OR]
RewriteCond %{QUERY_STRING} autocom=arcade [OR]
RewriteCond %{QUERY_STRING} act=Arcade
RewriteRule .* arcade.php [L,QSA]

# Reroute v3arcade liveinstaller
RewriteCond %{QUERY_STRING} do=liveinstall
RewriteCond %{REQUEST_URI} v3arcade_admin\.php

# If you renamed your admincp directory, change it here
RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import= browse&system=v3a [L,R=301]
</IfModule>
so i added this to the .htaccess file (once i tried on root (with the dir added where is vb installed) and once in the dir where vb is installed), with the resultat, that nothing was accesible in the dir (and sub dirs). so something is wrong with that code, but i have no clue what (and the .htaccess file was empty, so nothing other inside)

Quote:

Forbidden

You don't have permission to access /index.php on this server.

ice.Prince 09-04-2012 09:07 AM

https://vborg.vbsupport.ru/external/2012/09/1.htm

es werden keine Punkte ?bertragen bei einen v32 game

wie ist die l?ssung ?:confused:






There are no points transferred from one game v32

as is the l?ssung?:confused:

Darkwaltz4 09-04-2012 01:59 PM

Thanks guys for nominating vBArcade for MOTM! Now go vote for something :p

Quote:

Originally Posted by wtfaatp (Post 2361100)
No scores are being saved to the site? Did I maybe do something wrong?

Quote:

Originally Posted by ice.Prince (Post 2362493)
http://s1.directupload.net/file/d/3003/sy9favrz_gif.htm

es werden keine Punkte ?bertragen bei einen v32 game

wie ist die l?ssung ?:confused:






There are no points transferred from one game v32

as is the l?ssung?:confused:

Please run though this quick scoring troubleshooting checklist and let me know if that does / does not help you: http://www.dragonbyte-tech.com/f104/...-scoring-6487/

Quote:

Originally Posted by orGaz (Post 2361710)
so, i wanted to install this mod, which didnt work with this msg:

so i added this to the .htaccess file (once i tried on root (with the dir added where is vb installed) and once in the dir where vb is installed), with the resultat, that nothing was accesible in the dir (and sub dirs). so something is wrong with that code, but i have no clue what (and the .htaccess file was empty, so nothing other inside)

If you had a blank .htaccess, it would probably be easiest to clear it out, make it writable (chmod 777) and import the product file again. It should then complete without issue.

orGaz 09-04-2012 02:41 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2362576)
If you had a blank .htaccess, it would probably be easiest to clear it out, make it writable (chmod 777) and import the product file again. It should then complete without issue.

ok, that worked, atleast it installed, and then there was again:

Quote:

Forbidden

You don't have permission to access /admincp/index.php on this server.
Apache/1.3.36 Server at bla.blabla.bla Port 80
so i removed the .htaccess (needed to, bcs the site was nomore accesible, so there must be some failure somehwere;( ), seems to work. but every game i tried out has no scores submited ;((.

Darkwaltz4 09-04-2012 03:24 PM

Yes, the arcade needs the .htaccess file for scoring to work.
Nothing in there is related to access permissions though, just some rewrite rules.

Can you send your host the .htaccess file that vbarcade generated? They can verify if they disabled any of the directives listed within it for your site in particular.

ice.Prince 09-04-2012 07:01 PM

Hallo Darkwaltz4

Die VBarcade ist klasse
und wir wollen sie kaufen !

nur haben wir den fehler in der light version
das Keine 32v spiele laufen Hiscore
wird nicht ?bertragen

das haben wir gemacht ohne erfog



google Englich ! sorry


Hello Darkwaltz4

The class is VBarcade
and we want to buy them!

Only we have the error in the light version
Not the 32v run games hiscore
is not transmitted

what we did without Erfog













http://www.dragonbyte-tech.com/f104/...-scoring-6487/

wtfaatp 09-07-2012 03:11 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2362610)
Yes, the arcade needs the .htaccess file for scoring to work.
Nothing in there is related to access permissions though, just some rewrite rules.

Can you send your host the .htaccess file that vbarcade generated? They can verify if they disabled any of the directives listed within it for your site in particular.

Code:

<IfModule mod_rewrite.c>
  RewriteEngine on

  # If vbulletin is in a subdirectory, add it here
  RewriteBase /

  # Retrieve gamedata requests and send to new dbtech locations
  RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]

  # Retrieve crossdomain requests and send to new dbtech location
  RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]

  # Send hardcoded pnf+ipa scores to arcade instead
  RewriteCond %{QUERY_STRING} func=storeScore [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade [OR]
  RewriteCond %{QUERY_STRING} act=Arcade
  RewriteRule .* arcade.php [L,QSA]

  # Reroute v3arcade liveinstaller
  RewriteCond %{QUERY_STRING} do=liveinstall
  RewriteCond %{REQUEST_URI} v3arcade_admin\.php

  # If you renamed your admincp directory, change it here
  RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import=browse&system=v3a [L,R=301]
</IfModule>

Just to note..
VB is in the main directory of my site...
Currently still using /admincp & /modcp


To make sure the game posted scores I grabbed one that was on your site... Still nothing..

ice.Prince 09-07-2012 03:49 PM

geht nicht

Einige spiele haben diesen unterordner mit Gamedata
alle spiel die v32 format haben
?bernimmt er nicht die hiscore
mein Forum liegt im ../forum/dbtech

alle spiele werden mit 0 Punkte ?bertragen ?????

bitte wer kann helfen ?????


http://www.fotos-hochladen.net/view/1232ivxgqk1p3.gif



does not go:confused:

Some games have this subfolders with GameData
all play the v32 format have
does not he the hiscore
my forum is located in the .. / forum / includes

All games are transmitted with 0 points??

Please who can help me??:confused:

orGaz 09-11-2012 01:12 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2362610)
Yes, the arcade needs the .htaccess file for scoring to work.
Nothing in there is related to access permissions though, just some rewrite rules.

Can you send your host the .htaccess file that vbarcade generated? They can verify if they disabled any of the directives listed within it for your site in particular.


thx for your help!

i contacted the hostsupport and they told my i should add:

Code:

Options +FollowSymlinks
before "RewriteEngine on" in the .htaccess file. now it works.


All times are GMT. The time now is 02:09 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.01414 seconds
  • Memory Usage 1,757KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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