phpnuke + site help...

SpArKs

Newbie
Joined
Oct 22, 2005
Messages
694
Reaction score
0
I have installed phpnuke on to a subdomain, and I want to use it to add news on to various pages of the maindomain...

How?

I'm guessing that a content table from page1 of the maindomain, has to request a MySQL database query...

If correct, I have no idea how to do this...

...do you?
 
You login and add it using admin panel on the website i beleive.

Were using somthing different than PHPnuke which is easier to install...
www.ske-clan.co.uk check it out, its called "Nuked-Klan"

But when you installed phpnuke you should of entered data in the config about a admin/password log in the website using that and edit the pages within the website.. Good luck
 
hmm make a redirection page?

<html>
<title>Welcome to lalala</title>
<body bgcolor="#888888">
<script type="text/javascript">
<!--
function delayer(){
window.location = "website here"
}
//-->
</script>
<body onLoad="setTimeout('delayer()', 10)">
<h2>Prepare to be redirected:</h2>
<p>Pleaste Note:[br]
You are being redirected to our new website, please note it is under construction![br]


If our website is down, it is Probably down for maintenance and should be up shortly.

</html>
 
Back
Top