Jump to content
xisto Community
Sign in to follow this  
iGuest

PHP Script : Credits ??

Recommended Posts

I have a website that I'm mostly finished with developing except for gallery

 

http://forums.xisto.com/

 

If you scroll down, you will see a bunch of copyright text

 

"PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license."

":: subBlack phpbb2 style by spectre :: PHP-Nuke theme by

nukemods.com

 

 

How can I create a link that will open a popup and display this info and other Credits. I want to give credit to the theme author and PHPNuke but I think the site looks unprofessional with that stuff in the smack middle of my footer.

Share this post


Link to post
Share on other sites

I've edited it numerous times but I always get an error.What is the specific code I have to delete and replace with the javascript code?

Share this post


Link to post
Share on other sites

....

if ($foot3 != "") {

echo "$foot3<br>n";

    }

    // DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS.

    // IF YOU REALLY NEED TO REMOVE IT AND HAVE MY WRITTEN AUTHORIZATION CHECK: https://www.phpnuke.org/modules.php?name=Commercial_License

    // PLAY FAIR AND SUPPORT THE DEVELOPMENT, PLEASE!

    echo "$copyright<br>$total_time<br>n</font>n";

}

.....

 

replace the $copyright with

Insert javascript here--->Web site engine code...

 

Share this post


Link to post
Share on other sites

Thank you very much. I see my error I always deleted this...

if ($foot3 != "") {echo "$foot3<br>n";

It came up with an unexpected $ error.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.