Post Reply 
PHP Website Templates
06-29-2011, 10:52 AM
Post: #1
PHP Website Templates
Do they exist? If so, where can i find them. I finally got fastcgi to work on my server and i want to know where I can find a good template. I can't seem to find them anywhere on Google.
User Tools
Quote this message in a reply


06-29-2011, 10:38 PM (This post was last modified: 06-29-2011 10:40 PM by zwebx.)
Post: #2
RE: PHP Website Templates
(06-29-2011 10:52 AM)ninetailfox97 Wrote:  Do they exist? If so, where can i find them. I finally got fastcgi to work on my server and i want to know where I can find a good template. I can't seem to find them anywhere on Google.

any template you can put PHP on them. ( im pretty damn sure).

[Image: logo.jpeg]
User Tools
Quote this message in a reply
06-29-2011, 10:43 PM
Post: #3
RE: PHP Website Templates
kk, i will try that.
User Tools
Quote this message in a reply
06-30-2011, 02:42 AM
Post: #4
RE: PHP Website Templates
There a good list of php template engines listed at http://www.webresourcesdepot.com/19-prom...e-engines/ . Its a bit dated though so check some mentioned in the comments.
User Tools
Quote this message in a reply
06-30-2011, 10:47 AM
Post: #5
RE: PHP Website Templates
(06-30-2011 02:42 AM)f8ll Wrote:  There a good list of php template engines listed at http://www.webresourcesdepot.com/19-prom...e-engines/ . Its a bit dated though so check some mentioned in the comments.

is smarty a download? i don't get how that works.
User Tools
Quote this message in a reply
06-30-2011, 04:37 PM
Post: #6
RE: PHP Website Templates
(06-29-2011 10:52 AM)ninetailfox97 Wrote:  Do they exist? If so, where can i find them. I finally got fastcgi to work on my server and i want to know where I can find a good template. I can't seem to find them anywhere on Google.

You can't find php templates anywhere on Google? Neutral Exclamation Have you even tried searching with these words: "free php templates" ... and still you couldn't find anything. OMG ... I'm out of this thread.
User Tools
Quote this message in a reply
06-30-2011, 07:26 PM
Post: #7
RE: PHP Website Templates
PHP doesn't have templates (or at least, they aren't called that way) Tongue that's why you don't find anything. It's not like CSS which has templates.

PHP has scripts, and only scripts. Every bit of PHP code is a script (which, by its turn, might be inside a HTML page with CSS styles). Search "free PHP scripts" and you'll find lots of free scripts to test your server.

BTw, if you're using fastcgi, most likely you are using nginx. If this is the case, take care because most complex scripts often require a special .htaccess and nginx doesn't understand this file (rules on .htaccess are for Apache). Because of this, you might need to convert the .htaccess files into nginx configuration files... it's so much of a hassle, that I leaved using nginx because of that. But, like I said on my blog and on other threads in this forum, if you get everything working well with nginx, then nginx is perfect Smile

My blog
[Image: fs.php]
User Tools
Quote this message in a reply
06-30-2011, 07:43 PM
Post: #8
RE: PHP Website Templates
@gbl08ma: Yeah, you're right, but he might have asked for a css template that contains php script automatically integrated... just a guess.
User Tools
Quote this message in a reply
07-01-2011, 04:51 AM
Post: #9
RE: PHP Website Templates
(06-30-2011 10:47 AM)ninetailfox97 Wrote:  
(06-30-2011 02:42 AM)f8ll Wrote:  There a good list of php template engines listed at http://www.webresourcesdepot.com/19-prom...e-engines/ . Its a bit dated though so check some mentioned in the comments.

is smarty a download? i don't get how that works.

I'm guessing I'm misunderstanding what you want. If you are looking for something like a wordpress template, you won't find one.

(06-30-2011 07:26 PM)gbl08ma Wrote:  BTw, if you're using fastcgi, most likely you are using nginx. If this is the case, take care because most complex scripts often require a special .htaccess and nginx doesn't understand this file (rules on .htaccess are for Apache). Because of this, you might need to convert the .htaccess files into nginx configuration files... it's so much of a hassle, that I leaved using nginx because of that. But, like I said on my blog and on other threads in this forum, if you get everything working well with nginx, then nginx is perfect Smile

Pretty much every every modern web server supports fastcgi.

Converting some things from htaccess to nginx's syntax isn't too hard if you take the time to understand how to use each. Some things are however a huge PITA to get working properly.
User Tools
Quote this message in a reply
07-01-2011, 10:00 AM
Post: #10
RE: PHP Website Templates
ok, so i know now i'm not going to find a template, but i need to find scripts for my website. and also i use lighttpd. i use it to save ram.
User Tools
Quote this message in a reply
Post Reply 


Forum Jump:



User(s) browsing this thread: