MyBB Community Forums

Full Version: Game Section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Access Denied

You do not have permission to access this part of the administration control panel.

why do i get this when all is done correctly SadSad


<?php
/**
 * Game section for MyBB
 * Copyright © 2006 Online - Urbanus
 * 
 * Website: http://www.super-torrents.co.uk
 * 
 * Dutch and English support: http://www.Online-Urbanus.be/Forum
 * English support: http://community.mybboard.net/showthread.php?tid=12413
 */

define("IN_MYBB", 1);

require_once "./global.php";

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='yes', canplaygames='no' WHERE gid='1'");

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='yes', canplaygames='yes' WHERE gid='2'");

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='yes', canplaygames='yes' WHERE gid='3'");

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='yes', canplaygames='yes' WHERE gid='4'");

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='yes', canplaygames='no' WHERE gid='5'");

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='yes', canplaygames='yes' WHERE gid='6'");

$db->query("UPDATE ".TABLE_PREFIX."usergroups SET canviewgames='no', canplaygames='no' WHERE gid='7'");

$db->query("UPDATE ".TABLE_PREFIX."adminoptions SET canmanagegames='yes'");

echo "The permissions are saved.";
?>

plus added all from install text file
That's correct, arashpour

Is your cache clean?
right got permissions now what do i add in these


Add game=altex3 << added that
Game name: =altex3
Name of the files of the game: =
Category:=
Description: =
The purpose: =
The keys:=
Background color: =
Width: =
Height: =
What's the type of the secore?:=
Is this game active::=
Game name: Name that you will make for it
Names of the files of the game: The name of the swf file, without extension
Category: Choose it
Description: A description that you will give it
The purpose: The purpose of the game
The keys: The keys who used in the game
Background color: The bgcolor
Width: The width
Height: The height
What's the type of the score?: Will you have the lowest or the highest score as champion
Is this game active: Will you active the game
thank you Paretje Smile
hmmm not sure on this bit

Width: The width
Height: The height
clocktower Wrote:hmmm not sure on this bit

Width: The width
Height: The height
Open the php file(included in your game files) and copy/paste the proper data.
WeAreWriters Wrote:Do the games work for anyone else in I.E?
Paretje Wrote:@WeAreWriters
Yes. Without any problem

http://www.wearewriters.co.uk/forums/games.php

So can you play the games?


Also, do you understand about the footer?
(If you don't, play a game and then see the screen after you submit the score) What template does that page use? Then I can add the code to the bottom of it. But I can't until I know which template to find.
added all the games now i get this Sad




You do not have permission to access this page. This could be because of one of the following reasons:

1. Your account has either been suspended or you have been banned from accessing this resource.
2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
3. Your account may still be awaiting activation or moderation. (Resend Activation Code)


You are currently logged in with the username: 'clocktower'
I have download games1.0.5_1.0.4.tar.gz and install it at my forum and i have activate it but i can't find it where is it located?