Jump to content
xisto Community
Sign in to follow this  
iGuest

A bit of PHP help please? (Nuke Platinum)

Recommended Posts

Hey there...
I'm using PHP-nuke platinum on my site, and i'm trying to edit php, but i don't understand it... it's nothing like html :?

Anyway... I want to be able to change the writing at http://forums.xisto.com/no_longer_exists/.

I opened up the index.php file for that and it come up with this:

<?php/************************************************************** * File:  Site Index File * Author:	Mike Lansberry (http://phpCOIN.com) * Date:	2004-01-04 (V1.2.0) * Changed: 2004-04-03 (v1.2.1) * License:	DO NOT Remove this text block. See /docs/license.txt *  	Copyright Š 2003-2004 phpCOIN.com * Schema:	See sql file for schema reference * Notes:**************************************************************/# Include session file (loads core)	IF (!$F_SSET)    { include ("includes/session_set.php"); }# Set index global, Call Load Component parms	global $F_INDEX;	$F_INDEX = 1;	$_comp_name	= 'index';	$_comp_oper = '';	$compdata	= do_load_comp_data($_comp_name, $_comp_oper);# Call page open (start to content)	do_page_open($compdata, '0');/*************************************************************/# Call display site info function for: site - index	# Call display site info function for: site - announcement  $si_code = '';  $si_code .= do_site_info_display("", 'site', 'announce', '1');  IF ( $si_code ) { echo $si_code.'<br>'; }	# Call display site info function for: site - greeting  $si_code = '';  $si_code .= do_site_info_display("", 'site', 'greeting', '1');  IF ( $si_code ) { echo $si_code.'<br>'; }	# Call display site info function for: site - index  $si_code = '';  $si_code .= do_site_info_display("", 'site', 'index', '1');  IF ( $si_code ) { echo $si_code; }/*************************************************************/# Call page open (content to finish)	do_page_close($compdata, '0');?>

After i saw that, my head exploded, so that's a bit of a problem...
Anyway, could anyone tell me what i need to edit, and how?
If you need a list of all the other files in that folder too, just ask me and ill put them in for you. :P

Thanks

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.