Please help with Staff Module

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Please help with Staff Module
SharisseB
CZ Newbie
SharisseB has been a member for over 16 year's 16 Year Member
Status: Offline
Joined: Dec 19, 2007
0.00 posts per day
Posts: 2
Points: 0
   
Re: Staff Module User Menu: [ Edit | Delete ]

By: SharisseB @ 10:22:25 : 01-12-2008

ok.. I am so lost! I have an access denied, and a claim that I edit the copyright!!

I didn't touch it though... so then I opened up copyright and thought I am to put info in there? So, I did. I still get same message please help... Thank you so much

also.. I don't know where to add my update?


<?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. */
/************************************************************************/

// To have the Copyright window work in your module just fill the following
// required information and then copy the file "copyright.php" into your
// module's directory. It's all, as easy as it sounds 
// NOTE: in $download_location PLEASE give the direct download link to the file!!!

$author_name = "Patrick McKinley";
$author_email = "lilmuckers@caffeine-junkies.com";
$author_homepage = "http://www.caffeine-junkies.com";
$license = "GNU/GPL";
$download_location = "http://www.caffeine-junkies.com";
$module_version = "0.1";
$module_description = "This is a module to Manage your Staff Pages easily via the Admin Panel. It features Image Upload, and handy dandy formatting.";

// DO NOT TOUCH THE FOLLOWING COPYRIGHT CODE. YOU'RE JUST ALLOWED TO CHANGE YOUR "OWN"
// MODULE'S DATA (SEE ABOVE) SO THE SYSTEM CAN BE ABLE TO SHOW THE COPYRIGHT NOTICE
// FOR YOUR MODULE/ADDON. PLAY FAIR WITH THE PEOPLE THAT WORKED CODING WHAT YOU USE!!
// YOU ARE NOT ALLOWED TO MODIFY ANYTHING ELSE THAN THE ABOVE REQUIRED INFORMATION.
// AND YOU ARE NOT ALLOWED TO DELETE THIS FILE NOR TO CHANGE ANYTHING FROM THIS FILE IF
// YOU'RE NOT THIS MODULE'S AUTHOR.

function show_copyright() {
global $author_name, $author_email, $author_homepage, $license, $download_location, $module_version, $module_description;
if ($author_name == "") { $author_name = "Shari Bowen"; }
if ($author_email == "") { $author_email = "shari@ourwinningcircle.net"; }
if ($author_homepage == "") { $author_homepage = "http://www.ourwinningcircle.net"; }
if ($license == "GNU/GPL") { $license = "GNU/GPL"; }
if ($download_location == "") { $download_location = "http://www.ourwinningcircle.net"; }
if ($module_version =0.1= "") { $module_version = "0.1"; }
if ($module_description == "This is a module to Manage your Staff Pages easily via the Admin Panel. It features Image Upload, and handy dandy formatting") { $module_description = "This is a module to Manage your Staff Pages easily via the Admin Panel. It features Image Upload, and handy dandy formatting"; }
$module_name = basename(dirname(__FILE__));
$module_name = eregi_replace("_", " ", $module_name);
echo "<html>\n"
."<body bgcolor=\"#FFFFCC\" link=\"#00FF00\" alink=\"#00CC66\" vlink=\"#33FF33\">\n"
."<title>$module_name: Copyright Information</title>\n"
."<font size=\"2\" color=\"#363636\" face=\"Verdana, Helvetica\">\n"
."<center>Module Copyright &copy; Information
"
."$module_name module for PHP-Nuke

</center>\n"
."&nbsp;Module's Name: $module_name
\n"
."&nbsp;Module's Version: $module_version
\n"
."&nbsp;Module's Description: $module_description
\n"
."&nbsp;License: $license
\n"
."&nbsp;Author's Name: $author_name
\n"
."&nbsp;Author's Email: $author_email

\n"
."<center>[ Author's HomePage | Module's Download | <a href=\"javascript:void(0)\" onClick=javascript:self.close()>Close ]</center>\n"
."</font>\n"
."</body>\n"
."</html>";
}

show_copyright();

?>


icon_sad.gif


Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Is the copyright.php in the same folder as the module?




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
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