Adding Extra Pages and Moduals

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Adding Extra Pages and Moduals
Crixal
CZ Newbie
Crixal has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Dec 16, 2006
0.00 posts per day
Posts: 8
Points: 0
   
Ok I am making a phpnuke (7.9) website for a federation or clan in the game I play. Anyways one of my members made a very nice flash calculator and we are getting a chat room so I have a couple questions....

1) The calculator is uploaded to the site and is usuable, I want to know how to add the link to my website in "Moduals"?

2) How do I make this calculator accessible ONLY to my federation/clan members that join my site?
(I got the permissions correct on the forums by making a user group and allowing only the group to access the federation part of the forums so thats solved.)

3) -- After thats solved I want to add a free non-IRC chatroom to my site in two rooms one for general and one for my federation. -- Is there any FREE chatrooms out there that I can easily add to my site and make a link in my modual. The chat would need to be able to log all text said and be moderated and 2 seperate rooms.

Any help again would be great =)



Back to top Reply with quote
#2   re: Adding Extra Pages and Moduals
Crixal
CZ Newbie
Crixal has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Dec 16, 2006
0.00 posts per day
Posts: 8
Points: 0
   
Would love some help with this one =)



Back to top Reply with quote
#3   re: Adding Extra Pages and Moduals
floppydrivez
CZ Addict
 Codezwiz Site Donator
floppydrivez has been a member for over 18 year's 18 Year Member
usa.gif mississippi.gif
Occupation: graphic design
Age: 43
Gender: Male
Website:
Status: Offline
Joined: Feb 26, 2006
0.08 posts per day
Posts: 518
Points: 4,848
AIM Address Yahoo Messenger MSN Messenger 
Here is your flash fix.
<?php
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
echo "<center>";
?>
Place your flash and html here!
<?php
</center>
CloseTable();
?>


Make a new folder call it calculator then save the above code in a new file called index.php. Place the index.php in the folder then upload it to your /modules folder.

Activate it through modules admin panel. If you have nsn groups installed. You could limit to a specific group.

The IRC chat room you seek is called pjirc with the nuke intergration package. I am not sure of its download location, but I bet google can help you there.


Back to top Reply with quote
#4   re: Adding Extra Pages and Moduals
Crixal
CZ Newbie
Crixal has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Dec 16, 2006
0.00 posts per day
Posts: 8
Points: 0
   
thanks alot for the code for the calculators...hope it worked...

i dont think my host allows IRC chatrooms i was looking for a non irc one



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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