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)

Emeralda 02-12-2012 11:17 AM

I keep getting this error after uploading a game: http://prntscr.com/62kga

And that's when there was only one game. With second one, there was twice more errors, third game, triple that.

In other news: http://prntscr.com/62lfe the two links there led me to http://prntscr.com/62lg2

http://prntscr.com/62lzf <- I can't find an option to disable the trophies in postbit

ellinofatsa 02-12-2012 11:58 AM

Quote:

Originally Posted by Emeralda (Post 2298824)
I keep getting this error after uploading a game: http://prntscr.com/62kga

And that's when there was only one game. With second one, there was twice more errors, third game, triple that.

In other news: http://prntscr.com/62lfe the two links there led me to http://prntscr.com/62lg2

hi there is your score safe after play?

Emeralda 02-12-2012 12:32 PM

Depends. For games downloaded from Mochi, scores don't save. Games in IBpro format (installed locally) it works ok so far: http://prntscr.com/62mn8

What's the link to v3arcade live install? http://prntscr.com/62mc0

ellinofatsa 02-12-2012 12:38 PM

can you help my how do you do that?my scores dont safe i only work ibpro format games

ellinofatsa 02-12-2012 12:41 PM

if you can post image from Current Permissions whats your setings there?

Emeralda 02-13-2012 12:56 PM

Suddenly this started happening: http://prntscr.com/63of0

I just noticed that the button Begin Playing leads to SiteName.com/#, does this have anything to do with it?

Cerbero1000 02-23-2012 11:08 AM

Hi, I'm interested in this mod but I would like to say 2 info:

- Is there a profile tab with user score?
- Are there usergroup permissions like max daily play?

Thanks

Darkwaltz4 02-23-2012 06:05 PM

Thanks for waiting everyone! My wife recently gave birth to our second son :)

Quote:

Originally Posted by Munch98 (Post 2291705)
I'm having issues with the scoring too.

I've noticed that under the score section it's putting playtime.. Any ideas why?

http://ww2.urbangamers.org/forum/arcade.php

Games that do not support local scoring will fall back on using the time played as the score. Not ideal, but better than nothing.

Quote:

Originally Posted by sinistergaming (Post 2297335)
Fatal error: Call to undefined function is_facebookenabled() in .../sinisterservers.com/arcade.php on line 400

What version of vBulletin did you install this on?

Quote:

Originally Posted by ellinofatsa (Post 2298805)
i have do that all bud score dont save i see here i am not the only one with that problem

Thanks for sending me your htaccess in a PM! Again, apologies on the delay - I would like to work more with you on fixing your problem.

Also @emeralda - thanks for summarizing your issues on dbtech; I will continue with you there.

Quote:

Originally Posted by GhostHunter2010 (Post 2298809)
DragonByte Tech i like most of ur mods but there is a small problem wich im sure most of users dont like it to much lol and that problem is the copyrights they are to big an they show every page will be great if u can reduce them make it smaller and show it only in 1 page like most other mods.. this is my opinion anyways.. and for that reason i havnt install none of ur mods :D

DBTech recently released a (I believe) free mod which compiles all of your dbtech copyrights into one copyright line, for the great fans we have out there :) You can find it on our site.

Quote:

Originally Posted by Cerbero1000 (Post 2302608)
Hi, I'm interested in this mod but I would like to say 2 info:

- Is there a profile tab with user score?
- Are there usergroup permissions like max daily play?

Thanks

There is a arcade user page which holds all of their stats and latest scores. I put it there because theres too much to stick on a profile tab.

Max daily plays are a pro feature.

Darkwaltz4 02-29-2012 04:56 AM

Important template patch for mochi scoring: http://www.dragonbyte-tech.com/f111/...849/#post37849

This will be in the next version coming soon, just wanted to make this available asap.

whitey92lx 02-29-2012 02:06 PM

When I try to import the .xml file I am getting this message.

Quote:

# Merge everything after this line into your forum root's .htaccess file 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 /

# 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 ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index\.php arcade.php [L,QSA]

# Send hardcoded pnf scores to arcade instead
RewriteCond %{REQUEST_METHOD} POST [NC]
RewriteCond %{HTTP_COOKIE} vbarcade_session
RewriteRule ^index\.php 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>
When I edit the htaccess.txt file accordingly, it still gives me the same message.

I am using vb 4.1.10.

HHelp1 02-29-2012 02:07 PM

Where i can get the game and upload it ?

Darkwaltz4 02-29-2012 02:11 PM

Quote:

Originally Posted by whitey92lx (Post 2304650)
When I try to import the .xml file I am getting this message.



When I edit the htaccess.txt file accordingly, it still gives me the same message.

I am using vb 4.1.10.

The file you need to make is .htaccess, not htaccess.txt

Quote:

Originally Posted by HHelp1 (Post 2304651)
Where i can get the game and upload it ?

I don't have games to give you, but you can import hundreds from mochi, or convert from the other arcades.

HHelp1 02-29-2012 02:14 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2304653)
The file you need to make is .htaccess, not htaccess.txt



I don't have games to give you, but you can import hundreds from mochi, or convert from the other arcades.

So if i found some games what next? How to save them? Thanks in advance

whitey92lx 02-29-2012 02:17 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2304653)
The file you need to make is .htaccess, not htaccess.txt

Where does this file go?

.htaccess -that is the full name?

Darkwaltz4 02-29-2012 02:24 PM

Quote:

Originally Posted by whitey92lx (Post 2304656)
Where does this file go?

.htaccess -that is the full name?

Yes, but the message you got during install indicates that file already exists on your site. Look for it in your forum root directory, and edit on the code that it presented to you. If you are having trouble doing that, contact me via PM with the content of that .htaccess file and I will give you what you should replace it with.

Quote:

Originally Posted by HHelp1 (Post 2304654)
So if i found some games what next? How to save them? Thanks in advance

Go to the Import Games section in the vBArcade menu in the admincp. There you can upload the games individually for import, or ftp them all into the directory it indicates. Submit that form to begin the process.

HHelp1 02-29-2012 02:27 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2304658)
Yes, but the message you got during install indicates that file already exists on your site. Look for it in your forum root directory, and edit on the code that it presented to you. If you are having trouble doing that, contact me via PM with the content of that .htaccess file and I will give you what you should replace it with.



Go to the Import Games section in the vBArcade menu in the admincp. There you can upload the games individually for import, or ftp them all into the directory it indicates. Submit that form to begin the process.

I understand how to upload but which web site i may get all games ? And how may i save it ? Please help me =[

Darkwaltz4 02-29-2012 02:31 PM

Google. Or, you can use the feed-based import with mochi right through your admincp, via the same Import Games page (you need to sign up for free api keys with mochi though).

whitey92lx 02-29-2012 02:44 PM

Im not sure why I cant find the .htaccess file on my server. When I do a search for it, it shows there to be at least 20 different ones, but when I click on each one to go to the file, it just takes me to the folder where it is supposed to be, but there is no .htaccess file there.

Darkwaltz4 02-29-2012 02:54 PM

Your FTP client is probably not showing you the "hidden" files on your server (ones preceded with a period like that). If you would like, you can PM me your ftp info and I can locate and edit the correct file for you.

PakStarTv.com 02-29-2012 02:55 PM

1 Attachment(s)
i have uploaded all files
and while iporting product this error is disturbing

whitey92lx 02-29-2012 02:57 PM

ah ha! I was using cpanel to look, but I found it with no problem using filezilla. Let me edit and see what happens.

whitey92lx 02-29-2012 03:00 PM

Done!

Thanks for your help!

PakStarTv.com 02-29-2012 03:10 PM

said error is RESOLVED

whitey92lx 02-29-2012 03:10 PM

mySQL query error: SELECT arcade_access, p_require FROM vbwsm_usergroup WHERE usergroupid = 1

mySQL error: Unknown column 'arcade_access' in 'field list'
mySQL error code:
Date: Wednesday 29th 2012f February 2012 10:10:36 A

whitey92lx 02-29-2012 03:15 PM

working on it.. still had other stuff on server from other arcade plugin.

stemmy 02-29-2012 03:26 PM

When importing the product I was asked to edit the htaccess file - I did this and yet on install it asks the same question ??

Darkwaltz4 02-29-2012 03:31 PM

You need to edit the one in your forum installation root.

stemmy 02-29-2012 03:32 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2304693)
You need to edit the one in your forum installation root.

I have edited the htaccess that resides in my forum root ??

whitey92lx 02-29-2012 03:33 PM

fixed

whitey92lx 02-29-2012 03:38 PM

fixed

stemmy 02-29-2012 03:49 PM

Help with htaccess file please - even after changes it throws the error

Darkwaltz4 02-29-2012 04:06 PM

Both of you guys, please PM me the contents of your htaccess files and I will reply back with what you should be using.

stemmy 02-29-2012 04:07 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2304708)
Both of you guys, please PM me the contents of your htaccess files and I will reply back with what you should be using.


done :)

stemmy 02-29-2012 08:09 PM

OK got the hack installed and added my mochi id etc.

When I go to add games from mochi i get this error

There was a problem reading the games feed

Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in [path]/dbtech/vbarcade/systems/moc.php on line 100

Warning: file_get_contents(http://www.mochimedia.com/feeds/game...=25&offset=0): failed to open stream: no suitable wrapper could be found in [path]/dbtech/vbarcade/systems/moc.php on line 100

stemmy 02-29-2012 08:14 PM

I have been on this arcade all night and still havent managed to get 1 game on it :(

I download a game from mochi and then try to upload the zip and I get errors.

please can somebody help with the errors.

Thanks

Gemma 02-29-2012 08:38 PM

Quote:

Originally Posted by stemmy (Post 2304810)
OK got the hack installed and added my mochi id etc.

When I go to add games from mochi i get this error

There was a problem reading the games feed

Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in [path]/dbtech/vbarcade/systems/moc.php on line 100

Warning: file_get_contents(http://www.mochimedia.com/feeds/game...=25&offset=0): failed to open stream: no suitable wrapper could be found in [path]/dbtech/vbarcade/systems/moc.php on line 100

Quote:

Originally Posted by stemmy (Post 2304812)
I have been on this arcade all night and still havent managed to get 1 game on it :(

I download a game from mochi and then try to upload the zip and I get errors.

please can somebody help with the errors.

Thanks

Ask your host to enable allow_url_fopen for you

HHelp1 02-29-2012 09:01 PM

May any one here please tell me where may i find games ? And how to save those games as what? Please tell me. Thank you.

Darkwaltz4 02-29-2012 09:50 PM

Thanks gemma o.o

stemmy - what errors do you get when you try the upload method?

HHelp1 - you will have to google for that, most compressed formats you download it as should work as-is (or use the feed based import methods through the admincp)

rknight111 03-03-2012 04:35 PM

Ive gotten alot of errors and cannot install zipped files or games. I was able to install 2 tar files but did come up with this error while installing. They did work however.

Warning: mkdir() [function.mkdir]: open_basedir restriction in effect. File(/home) is not within the allowed path(s): (/home/servername:/usr/lib/php:/usr/local/lib/php:/tmp) in [path]/dbtech/vbarcade/functions_arcade.php on line 122

Then when installing a game manually even though I have all the blanks filled in a screen that says it needs
Your game needs a game ID, title, height, width, and flash file at a minimum.
All that was already entered in.

Seems a very buggy, im on the newest VB updates as well.

Also I can manage to get it running but I cannot get it to keep score.

Darkwaltz4 03-05-2012 07:00 PM

New vBArcade v1.1.1!

Uses new Mochi Games Catalog 2.0 (additional criteria and improved performance)
Improved game panel height correction and automatic flow spacing
Crucial mochi fix, other small patches, style improvements, tweaks


All times are GMT. The time now is 11:11 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.01849 seconds
  • Memory Usage 1,840KB
  • 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
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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