Page 1 of 2

Xtrato Templates

PostPosted: Wed Dec 08, 2004 6:29 pm
by Un4g1v3n

PostPosted: Thu Dec 09, 2004 12:13 am
by PCguy

PostPosted: Thu Dec 09, 2004 1:14 am
by Un4g1v3n

PostPosted: Thu Dec 09, 2004 2:28 am
by Gecko
It’s a lot different editing a PHP theme than just a regular html page.

You should have a subdirectory for your theme named “style”
inside this directory should be a file named style.css
This style.css file controls your font type, border colors, background colors,
form elements and header settings, among other things.
You can edit this file in notepad or your choice of a PHP editor.

All of the images that make-up the theme are in the “images” subdirectory.
You will have to edit these in your imaging editor software like Photoshop.

PostPosted: Thu Dec 09, 2004 3:21 am
by Un4g1v3n
I have PS7 FULL. I have Evrsoft 1st page as an editor. Its an HTML editor, but loads php aswell. I know nothing about PHP, and any advice is greatly appreciated.

PostPosted: Thu Dec 09, 2004 10:05 am
by PCguy
What are you trying to edit about it?

PostPosted: Thu Dec 09, 2004 2:41 pm
by Un4g1v3n
Site content. There is no index page and I dont have a clue on how to make a PHP Index page. Mainly cuz i dont know php at all. :( :D

PostPosted: Thu Dec 09, 2004 11:50 pm
by Un4g1v3n
The theme.php file (which i thought was the main page) only shows text, and not a site...

What am I doing wrong?

PostPosted: Thu Dec 09, 2004 11:57 pm
by PCguy
You do realize that those themes are for PHPNuke only dont you?

PostPosted: Fri Dec 10, 2004 12:01 am
by Un4g1v3n
Umm... wtf is PHPNuke? and where can i get it.. what do ineed to run it.. etc..?

PostPosted: Fri Dec 10, 2004 12:04 am
by PCguy
www.phpnuke.org

You need a webserver that has PHP installed and a mySQL database.

PostPosted: Fri Dec 10, 2004 12:13 am
by Un4g1v3n
Got both... where do i put the folders?

PostPosted: Fri Dec 10, 2004 2:36 am
by Gecko
PHP-Nuke has a complete installation guide

I will give you a quick rundown:
First go to and download a “Web Installer” for your version of PHP-Nuke

You need to ftp the two directories “html” and “sql” to your web root
Then you need to set file permission for these two directories to chmod 755 and their files to chmod 644
You will also need to upload the “Web Installer” files to the root also.

Next you will need to create your mysql database through your web hosting control panel,
remember the name of this empty database.

Now point your browser to w ww.yoursite.com/nukesql.php
Once you successfully complete this setup it will complete you config.php.

You should now be able to see your php-nuke page at w ww.yoursite.com

To administer you site go to w ww.yoursite.com/admin.php
:)

PostPosted: Fri Dec 10, 2004 4:04 am
by Un4g1v3n
Thanks alot. Ill try it.

PostPosted: Fri Dec 10, 2004 5:33 am
by Un4g1v3n
Well after countless hours of uploading the same things over and over again (those damn languages) I finally finished uploading. However, this is what i get:

http://biotoxic.trap17.com/nukesql.php

Any advice guys?