Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sun Apr 24, 2005 4:05 pm
Reply with quote

I have installed MapManager1.0-7.6 on my PHP-NUKE7.6 site. I see no place in my admin control panel to administer it. I did use the install.php script to install it. All was successfull. I see the link called maps now on my menu. I don't however know how to administer it. I am fairly new to PHP-nuke so please bear with me. This is just what I need. Oh and one other thing, is there a way to make pk3 an allowable extension. That way the users can dload the maps in their raw form and not have to unzip them before using?

Thank you,

Dusty - Admin/operator
Dustys Call of Duty Untied Offensive Server
67.15.17.239:28960
http://www.dustyscod.com
dusty@dustyscod.com
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sun Apr 24, 2005 4:52 pm
Reply with quote

For the map image, check to make sure you uploaded the file maps.gif in the images/admin directory.

you can make pk3 extension allowed through the map managers config in the admin panel.

You can see how to use map manager HERE

Hope this helps.
 
View user's profile Send private message Visit poster's website
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sun Apr 24, 2005 5:43 pm
Reply with quote

I checked and the maps.gif is uploaded correctly. Where is the map managers control panel suppose to be? I don't see it on the main admin panel. Is it somewhere else. I can click on the map link and try to upload a map, but nothing happens. I mean it seems to be working but No map shows up when it's done. I set the chmod to the settings the instructions aay to. This is just the addition I need to my website, if I can only get to the admin part.
Thanks for your time.

Dusty
www.dustyscod.com
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sun Apr 24, 2005 6:02 pm
Reply with quote

the config is right under the title Maps Administration and is named Map Manager Configuration and links to yoursite.com/admin.php?op=mapconfig.

Also, if you are submitting maps through the module(not admin panel) you have to approve the map through the Maps admin.
 
View user's profile Send private message Visit poster's website
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sun Apr 24, 2005 6:13 pm
Reply with quote

Now for some reason everytime I try to goto my site I get this error : Redirection limit for this URL exceeded
Any idea what could be causing this? I cannot even get to my website. Sad I can't win

Thanks for all you help, I really appreciate it.


Dusty
 
View user's profile Send private message
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sun Apr 24, 2005 7:18 pm
Reply with quote

Ok, I removed the random map module and the website is back up! Whew....I was worried. I still don't have my Icon. Should I try to reinstall using the install.php, or will that cause database problems?

Thanks in advance!!

Dusty
 
View user's profile Send private message
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sun Apr 24, 2005 7:20 pm
Reply with quote

Ok the link you supplied for the Map contral panel worked!! I just need to get the icon to show up. Any ideas why it isn't showing up. THANKS!!

Dusty
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sun Apr 24, 2005 8:43 pm
Reply with quote

I don't know why your admin icon is not showing up. Try uploading the files again and just overwrite the old ones.
 
View user's profile Send private message Visit poster's website
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sun Apr 24, 2005 11:51 pm
Reply with quote

I uploaded all the files again, overwriting the originals. Still no icon in my admin control panel. But I can use it by using the link you gave me. Any idea how I can add my own link to the control panel. I am using PHP-Nuke 7.6.
Thanks again.

Dusty
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Mon Apr 25, 2005 9:56 pm
Reply with quote

you could easily make a link in your administration block using the blocks administration by clicking on edit. just follow the format of whats already there and you'll see.

Sorry i can't be of more help.
Copy and paste your modlues/Maps/admin/links.php file because thats the file that pulls the image. See if we can't find the problem.
 
View user's profile Send private message Visit poster's website
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Wed Apr 27, 2005 7:44 am
Reply with quote

<?php

/***************************************/
/* Maps Manager by gotcha version 1.0 */
/* Copyright 2005 http://nukecoder.com */
/* You MAY NOT copy in whole or in part*/
/* or redistribute map manager without */
/* written consent from the author. */
/* Contact and support can be found at */
/* http://nukecoder.com */
/***************************************/

/* if ( !defined('ADMIN_FILE') )
{
die("Illegal File Access");
} */
$module_name="Maps";
get_lang($module_name);
if (!stristr($_SERVER['PHP_SELF'], "".$admin_file.".php")) { die ("Access Denied"); }
adminmenu("".$admin_file.".php?op=mapmain", ""._MAPS."", "maps.gif");

?>
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sat Apr 30, 2005 5:35 pm
Reply with quote

the file looks fine to me, the only way i could find the problem would be to dig around in the files.

did you apply the nuke patch 2.9 to your nuke?
 
View user's profile Send private message Visit poster's website
DUSTY




Joined: Apr 24, 2005
Posts: 8

PostPosted: Sat Apr 30, 2005 6:11 pm
Reply with quote

No I didn't. I read someplace that it could cause problems with blocks and mods and i was worried about applying it and losing data. Do you suggest applying it and what is the correct file for 7.6? Could you put a link for it here please.

Thank you,
Dusty
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sat Apr 30, 2005 6:28 pm
Reply with quote

I would definately suggest applying it, even though it may not be a solution to your problem. I just asked to make sure the patch wasnt causing any conflicts because as you mentioned, it breaks some blocks/modules. You can find the patches for all versions at http://nukeresources.com.

Also when you upload .php(also.. .txt, .html, .htaccess, .tpl, ect.) files using an ftp client (like cuteFTP, WsFTP, ect.) you should always use ASCII mode. And images, zip files, ect. should be uploaded in binary mode. Your ftp client might upload everything in binary mode unless the file extension is in a list. Thats the list you need to find and add the extensions.

Other than that, I'm afraid i have no other solution at the moment. sorry Sad
 
View user's profile Send private message Visit poster's website
JETWTF




Joined: Jul 09, 2006
Posts: 4

PostPosted: Sun Jul 09, 2006 7:08 pm
Reply with quote

Just installed this to nuke 7.7, same problems. also i installed every version after deleting all tables, and everything else. followed the steps in the readme in exact order......

The blocks cause my website to not work at all. redirects to public_html/index.php(error 404) rather than public_html/PHP-Nuke/index.php as is properly set in the database and has worked properly even after i updated from 7.5 to 7.7. delete the blocks and the website works properly.

I can access the module by typing in the url dirctly but it refuses to show in the modules section of admin nor in non-active modules. and as far as administrating it.....hmmm yeah right cant access that at all.

also there is no \modules\Maps\images\maps\thumb in the 2.0 version. i had to create it myself then chmod it. is there something else missing?

This is all i get: http://wtf-squad.com/PHP-Nuke/modules.php?name=Maps with verion 2.0, lesser doesnt even give that much.

Im going to atempt to upload a map..........if its there well that atleast works. after that try to dl it.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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 cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©