|
PHP Website Templates
|
|
06-29-2011, 10:52 AM
|
|||
|
|||
|
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.
|
|||
|
06-29-2011, 10:38 PM
(This post was last modified: 06-29-2011 10:40 PM by zwebx.)
|
|||
|
|||
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).
|
|||
|
06-29-2011, 10:43 PM
|
|||
|
|||
|
RE: PHP Website Templates
kk, i will try that.
|
|||
|
06-30-2011, 02:42 AM
|
|||
|
|||
|
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.
|
|||
|
06-30-2011, 10:47 AM
|
|||
|
|||
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. |
|||
|
06-30-2011, 04:37 PM
|
|||
|
|||
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? 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.
|
|||
|
06-30-2011, 07:26 PM
|
|||
|
|||
|
RE: PHP Website Templates
PHP doesn't have templates (or at least, they aren't called that way)
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
My blog |
|||
|
06-30-2011, 07:43 PM
|
|||
|
|||
|
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.
|
|||
|
07-01-2011, 04:51 AM
|
|||
|
|||
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. 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 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. |
|||
|
07-01-2011, 10:00 AM
|
|||
|
|||
|
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.
|
|||
|
« Next Oldest | Next Newest »
|
| User(s) browsing this thread: |







![[Image: logo.jpeg]](http://zwebx.com/wp-content/uploads/2012/01/logo.jpeg)
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.
that's why you don't find anything. It's not like CSS which has templates.
