PDA

View Full Version : Read If You Can install Cutenews



Lysine
09-08-2005, 12:57 AM
If you can install cutenews please reply and i will speak to you :p

Dan Williamson
09-08-2005, 02:35 AM
I Can Install Cutenews, Firstly Does Your Host Support PHP And Do You Have FTP? If So I Will Tell You How To Do It.

First: Upload All Your Cutenews Data Via FTP Onto Your Host, The You Must CHMOD It, Change All Properties To 777 To Do This You Right Click And Click On Properties.

Then You Tick Each Box On All The Files.

After You Have Done That Got To Http://www.Yoursite.com/Cutenews/Index.php and Follow The Instructions And From There You Can Change Cutenews Templates Etc.

Now To Have Cutenews Appear On Your Page, It Must Be Saved As Pagename.Php

Now What I Found Easier Is To Have Cutenews Showing In An Iframe The Code I Used Is This.

<iframe FRAMEBORDER="0" BORDER="0" width="572" height="335" src="News2.php"
name="Content" style="position:absolute; left:160px; top:278px;" scrolling="auto" allowtransparency="true"></iframe>

You Can Mess Around With Position Etc

And Then You Create Your Page News2.php And To That Page You Add. Just A Standard HTML Set Out With Just One PHP Code [This Is What I Did]

<html>
<Head>
</head>
<body>
<?PHP
include("cutenews/show_news.php");
?>
</body>
</html>

Don't Forget You Can Add What You Want... But Do NOT Forget Do Not Add The Url Of Your Site In The
<?PHP
include("cutenews/show_news.php");
?>
Code...

Correct Way:
<?PHP
include("cutenews/show_news.php");
?>


Incorrect Way:
<?PHP
include("HTTP://www.Pagename/cutenews/show_news.php");
?>


Hope This Has Helped You. Please Feel Free To Correct Me If Anything Is Wrong... This Is ALL My Own Work And Most Codes Taken Off My Site And How I Did Things..

splintercell!
09-08-2005, 09:07 AM
read the fricken read me its not that hard "/ Also in the tutorails section there is a tutorial there .

Anderman
09-08-2005, 11:05 AM
Yea, I dont know people have such problems with reading a text document
-_-'

Digital
09-08-2005, 11:18 AM
Even i can do it..

splintercell!
09-08-2005, 11:48 AM
that says something :O

timROGERS
10-08-2005, 07:52 AM
Seriously, it is beyond easy, just read the manual!

DJ-COLLINS!
10-08-2005, 07:57 AM
irl do it for you....

Digital
10-08-2005, 10:13 AM
that says something :O
:'(

Want to hide these adverts? Register an account for free!