![]() |
It is in my root..... thats why I asked you where it went, I added to my root and it added it else where so , I see it doesn't go there, because I uploaded right to my root folder as I have the mod and other mods...
|
The way I have it set up is a little different , but anyways its there now but I can't add some stuff directly to my root I have to manually add certain things , because if I don't it will add a folder first then it, thats why i asked, sorry I should of been more clear.
It is there now. |
nm yes I have the Mochi HTML file in my root .
|
Quote:
Quote:
Quote:
|
okies give me a few days or less I will pm it to you Thanks alot.
|
I've set this up on 2 forums I admin over the past few days and am noticing the same error as many when it goes to save score in Mochi games, gets the permission error, and dumped out of arcade. Standard games like Asteroids and IPB stuff I've seen no issues.
What I have come to the conclusion for at least on my end, and my installs, is that this is happening for Mac / Safari users (aka me) but when I test on my Windows laptop in IE/Firefox it works flawlessly. Has anyone else experienced errors with Safari, and found any workarounds? Did a little net searching with no luck and found nothing to help here or at the vba support forums. |
Did you go through all the process of verifying your site on Mochimedia.com; uploading the html file or using the verifying code. Enter your Publisher ID etc and upload the crossdomain.xml to your site root?
Do Mochi games score for players using Windows and IE/FF etc? If you play Mochi games on another site with v3 Arcade or on Mochimedia do the scores submit using your Mac/Safari set up? I've no real experience of using Mac's and I'm no longer running v3 Arcade so you might be better off trying to contact the developer on vBAdvanced.com or on here. But being honest, production, development and support has stopped since it moved to vbAdvanced |
Import Games Does Not work,when Start to Mochi - Game Import (Local) get this error,how to fix this error?
Fatal error: Call to a member function read() on a non-object in /home/user/public_html/admincp/v3arcade_admin.php on line 1354 |
Quote:
Also, you've not renamed your admincp to something else have you? |
Thanks !This issue fixed ! can you give me link where i can get many more game for Import ? without Mochimedia.com ! Mochimedia.com is advertisers when start to game wait 10 sec !
|
I'll send you a PM about game sites.
|
Quote:
|
@theoutlawed
What are the contents of your crossdomain.xml file. There might be some extra rules you can add? Also, if you want to try out Mochi games on my site to see if they submit, let me know and I'll bump your account up to full member so you can try. |
1 Attachment(s)
Anyone having problems with IPB games not saving scores, download the attachment I've added to this post, extract the file and upload the v3arcade_index_compatibility.php file to your includes folder - overwriting the existing file.
Anyone receiving this error when importing Mochi games, Fatal error: Must set URL with set_option(VURL_URL, $url) in [path]/includes/class_vurl.php open your class_vurl.php file and find: Code:
if (empty($this->options[VURL_URL])) |
Is there a way to increase the width of Logged in as box so the user's avatar fits in it?
I'm fairly sure (haven't checked) avatars for Registered Users fit since they're 100 x 100, but all staff have 200 x 200. http://i101.photobucket.com/albums/m...nArcadeBox.png |
I'm back to using dual arcades. :D
@Amaury25 Open the v3ARCADE_MAIN template and find: Code:
<div style="float: <vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>; width: 200px"> Code:
<div style="float: <vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>; width: 250px"> Code:
<div style="margin-<vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>: 210px"> Code:
<div style="margin-<vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>: 280px"> Also, round about post #47 there is some discussion about resizing avatars (if needed) |
Removed, I misunderstood the post.
|
Quote:
|
Quote:
http://i101.photobucket.com/albums/m...cia/Arcade.png |
Quote:
|
Quote:
|
Installed, and working great!
where can i get more games that allow me to save highscores (not Mochi ones). IVe got some games here which installed and ran ok, but when the game was complete it redirected me to the forum home instead of letting me save any scores, so ive removed them again for now? |
Google will help you find games - search for IPB Arcade games download - sorry you can't list games sites on here.
Highscores not saving could be due to numerous things....... 1. Games aren't highscore compatible - IPB, v3 Arcade or Mochi Games 2. You are running either vB CMS or vBAdvanced CMPS and need to make an edit to your index.php (it is mentioned any times in this thread) 3. You have a htaccess file with rules in it that 'bypass' your index.php 4. You have disabled the Arcade Forumhome Info & Index Compatibility plugin The most common issue is running a portal and not editing your index.php |
My forum isn't sending out emails to notify people when they have been challenged.
Where else should I look to troubleshoot this? thanks, bw |
The 'Default User Settings' function will only work for newly registered members, it won't work for members who are already registered.
Are the arcade settings set to accept notification by email in the UserCP? I've not had any problems with email notifications for beaten scores, tournaments or challenges and cannot reproduce any error of non-delivered email notifications. edit: YOu would need to get the users to updated their settings manually, or if you want everyone to be notified by email (or PM) you could probably do a database query. |
Hi Gemma
I installed v3 after most of my members were already here, so if the initial default is to have no notifications, and there is no way to change that globally then I guess the database query is the only option. Maybe in a future upgrade it could be set the same way that admins can globally change the challenge permissions to force all members to allow challenges initially. Just a thought. Back here in the present, though, I tried looking through the database to find the table that holds the settings so I could run the query as you suggested, and can't find the one that holds these settings. Do you happen to know which table these settings reside? Thanks |
Quote:
Quote:
|
Ok, some super-crazy combinations here. I've not worked them all out and I'd advise you to probably set everything to YES then let your members switch off as desired. Here are the queries I managed to determine.
Everything to YES UPDATE `user` SET `arcadeoptions` = '1023' Allow Challenges set to YES UPDATE `user` SET `arcadeoptions` = '1' Allow Challenges and Auto-Accept set to YES UPDATE `user` SET `arcadeoptions` = '3' Allow Challenges, Auto Accept, Email Notification and Tournament Events UPDATE `user` SET `arcadeoptions` = '519' Allow Challenges, Auto Accept, Use Email, Use PM and Tournament Events UPDATE `user` SET `arcadeoptions` = '527' Allow Challenges, Auto Accept, Use Email, Use PM, High Score Beaten, When Challenged and Tournament Events UPDATE `user` SET `arcadeoptions` = '575' Everything EXCEPT Email Notifications Set To YES UPDATE `user` SET `arcadeoptions` = '1019' |
wow. thank you for the extensive work. I'll run that today.
Quote:
Thanks again for going the extra mile to create that query. It is a big help in getting things hopping again with the games. |
Quote:
|
Quote:
Saying that though - this, again in my opinion, is still the best and most stable arcade system.........it just lacks the required support which leaves a cloud over future production. |
I agree with Gemma. It is a good system and the only one that will play Mochi Games. Which completely removes the effort of finding legal arcade games that users can play.
|
Quote:
Quote:
|
1 Attachment(s)
As you can see from the 2 screen shots I provided the text Tournaments awaiting players is not showing when logged out. Only when logged in. How can I fix this?
Thanks. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Hello Gemma -
As an fyi, I ran the queries you provided above. The email notifications and pms now both work. Thanks for coming up with that. I know it wasn't easy. |
Is there a way to allow guests to view and play games but their scores will/would not be recorded?
|
All times are GMT. The time now is 06:43 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|