Posted: Sun Jan 16, 2005 8:54 pm Post subject: installing flashgames
Hi there,
I'm using the latest version of phpnuke on my site i installed the pnflashgames for phpnuke and activated the module, but when i click on it it says :
There are NO Categories setup in the database..
Since you are a Administrator please create your
Categories via the Admin Interface located here:
Flash Games Admin
when i click on the flash games admin link i get a blank screen? i have admin rights and logged in as admin but still iget a blank screen
Joined: May 22, 2003 Posts: 23948 Location: NSW, Australia
Posted: Sun Jan 16, 2005 9:26 pm Post subject:
Hi mate,
New version just released.. I would download the new v0.3 module and then replace all files in your /modules/Flash_Games directory.. YOu dont need to change any other files except overwrite the main module.
Then login as a SUPERUSER.. You muts be SUPERUSER and not just admin.
Click on 'Database Options'
Then click on 'UPGRADE FROM v0.1/v0.2 to v0.3'
It will work just fine.
Here is v0.3 testing on http://satellite--tv.info which was running v0.2 but was upgraded fine using the admin scrtips.
it is active now, i putted in in-active mode because it didnt work i am loggin in as the god account (SUPERUSER) but still i get a blank screen
i really dont know what i do wrong
we have a admin account that is superuser but do i need to make that user also for loggin to the site or just for the admin menu? because now it it just for admin
forahobby Administrator
Joined: May 22, 2003 Posts: 23948 Location: NSW, Australia
Posted: Sun Jan 16, 2005 10:54 pm Post subject:
Have you installed the latest version??
v0.3beta??
I would suggest installing it.. I just stayed up all night to get it released for you all and it will hopefully fix your probs..
let me know.
go into this folder here:
/modules/Flash_Games/admin/case.php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (!eregi("admin.php", $_SERVER['PHP_SELF'])) { die ("Access Denied"); }
$module_name = "Flash_Games";
include_once("modules/$module_name/admin/language/lang-".$currentlang.".php");
switch($op) {
case "FlashGames":
case "FlashGamesDbMenu":
case "FlashGamesCatMenu":
case "FlashGamesGameMenu":
case "FlashGamesVUpgradev01":
case "FlashGamesUpgradev01":
case "UploadGame":
case "UploadGameFile":
case "FlashGamesVInstallActive":
case "FlashGamesInstallActive":
case "FlashGamesResetHiScore":
case "FlashGamesVResetHiScore":
case "FlashGamesInstallComments":
case "FlashGamesVInstallComments":
case "FlashGamesVInstalldb":
case "FlashGamesVRemovedb":
case "FlashGamesInstalldb":
case "FlashGamesRemovedb":
case "modifyCategory":
case "modifyGame":
case "updateCategory":
case "updateGame":
case "updateAdmin":
case "delCategory":
case "delCategoryConf":
case "delGame":
case "delGameConf":
case "addCategory":
case "addGame":
include("modules/$module_name/admin/index.php");
break;
}
?>
nlsp-watcher Xbox-HQ User
Joined: Jan 07, 2005 Posts: 15
Posted: Sun Jan 16, 2005 11:02 pm Post subject:
Do i need to CMOD it to a special number?
the Flash_Games dir in the modules is now 755
forahobby Administrator
Joined: May 22, 2003 Posts: 23948 Location: NSW, Australia
Posted: Sun Jan 16, 2005 11:10 pm Post subject:
Hi,
Ok.. The case.php file your running looks like its from v0.1
Did you have v0.1 installed before you installed v0.2?? Thats what it looks ilke and probably is your problem.
This is what i would do:
1. Delete the entire modules/Flash_Games/ folder
2. Now download v0.3 from the downloads section on hq
3. Install the new folder modules/Flash_Games/ only. nothing else has changed except for files in the Flash_Games folder..
4. Once you have install again go into the admin modules and activate it..
5. Then choose the 'FLASH GAMES' icon from the admin main menu and then choose 'Database Options'.
6. You want to choose 'FIRST TIME INSTALL of FLASHGAMES'
Once its done go and test it.. I cant believe that you cant get the admin screen up.. What version of phpnuke are u using again..?
Quote:
Do i need to CMOD it to a special number?
Nope the main Flash_Games module directory doesnt need to be changed at all.. Go through the readme.nfo file in NOTEPAD and read the install instructions.. It sounds like you havent read them yet.
and yes i first installed v0.1 that didnt worked then i saw v0.2 so i installed that offcourse i removed the v0.1 first then i got on your forum and i deleted v0.2 and installed v0.3 but with everyversion i got the blank screen when i tried to enter the flash_games/admin
as you can see on our site www.nlsp.nl it also say's v0.3
we have phpnuke 7.4
forahobby Administrator
Joined: May 22, 2003 Posts: 23948 Location: NSW, Australia
Posted: Mon Jan 17, 2005 12:26 am Post subject:
hi,
can you give me ftp access and admin access so i can help you get it working.. Im sure its just something simple..
Your are not running the latest version of phpnuke.
The reason why its not working is because nuke 7.5 has changed its admin system.
I bet thats what it is... Because we already have many many sites with it installed.
can you go into your /modues/Reviews/admin/ directory for me and tell me what files you have there.. you should have index.php, case.php and links.php in the /modues/Reviews/admin/ directory..
If you dont have a admin directory in your /reviews/ or /downloads/ module then this is why its not working..
I just tried to find a admin directory in any of your modules and you dont have it.. If you dont upgrade your site i will have to manually rewrite the admin module to work.
Its states in the nfo file that it only work on phpnuke 7.5 and up
Ok i will see what i can do, i am now at work so i dont have anything woth me right now but when i get home i will get back on it
nlsp-watcher Xbox-HQ User
Joined: Jan 07, 2005 Posts: 15
Posted: Mon Jan 17, 2005 9:08 pm Post subject:
ok i have deleted the v0.3 (btw i couldnt delete the map Flash_Games/language, it says dir not empty? but there is nothing in it anymore) i uploaded v0.2 because i am running PHPnuke 7.4 so this one should work but still blank screen
i looked in the /modues/Reviews/ there is no admin dir and also in the download there is no admin dir?
otherwise i will have to update my PHP first to 7.5 if this wont work because i like the Flash Games alot and i want it on our site
forahobby Administrator
Joined: May 22, 2003 Posts: 23948 Location: NSW, Australia
Posted: Mon Jan 17, 2005 9:13 pm Post subject:
in the NORMAL DOWNLOADS section under PHPNUKE i have added the admin files needed for the module to work on ALL PREVIOUS and OLDER VERSION OF PHPNUKE 7.5
Download them and read the install instructions.. It should get your site up and running with the flashgames module.
Joined: May 22, 2003 Posts: 23948 Location: NSW, Australia
Posted: Mon Jan 17, 2005 10:28 pm Post subject:
cool.
sorry about the table problems but i thought i had fixed that..
Could some members please .zip up their themes they are having problems with and attache them here??
Then i can test with your exact themes and find the problems.
Its very hard doing it all on your own guys.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum