Search found 17 matches

by freak127
Wed Dec 07, 2005 5:44 pm
Forum: Graphics design
Topic: Please review my site layout
Replies: 15
Views: 10331

Any suggestions for it then Cheech? I am always open for them ;) .
Anyway, thanks for all the replies. I will probably add images if I end up using it, but it is just a test template that I made at the moment. I'm going through several and trying to choose one to use.
by freak127
Wed Dec 07, 2005 5:42 pm
Forum: Webmaster related discussion
Topic: what's the best forum system?
Replies: 26
Views: 8610

I like IPB the best at the moment, but I am currently writing my own forum system, so I will be using that for all of my forums instead soon ;) .
by freak127
Wed Dec 07, 2005 5:40 pm
Forum: Webmaster related discussion
Topic: Template VS. CSS
Replies: 16
Views: 6093

CSS is a stylesheet. You can use it to set the colours, looks, effects, sizes, styles and a lot more of a template or a web page. I find it very useful indeed, and use a CSS stylesheet on all of my sites ;) .
by freak127
Wed Dec 07, 2005 5:37 pm
Forum: Webmaster related discussion
Topic: Forum Software!
Replies: 30
Views: 21301

I like IPB the best at the moment, but I am currently coding my own forum system ;) .
by freak127
Sun Nov 27, 2005 5:07 pm
Forum: Graphics design
Topic: Please review my site layout
Replies: 15
Views: 10331

Thank you for your comment, I really appreciate it :D .
Do you mean that I should change the font on the buttons? If so, then I will probably do that on the final version ;) .
by freak127
Sun Nov 27, 2005 11:15 am
Forum: Graphics design
Topic: Please review my site layout
Replies: 15
Views: 10331

Please review my site layout

I just finished creating this layout for a new site of mine. You can view it here:

http://www.miniphp.com/newsite/

Please let me know what you think of it, and what I should add/edit/remove/whatever.
Thanks for all your comments :) .
by freak127
Sun Nov 27, 2005 11:13 am
Forum: Scripts
Topic: Server to server file transfer script!
Replies: 1
Views: 2039

Server to server file transfer script!

Simply copy this into a PHP file and save it onto your website: <? if ($_GET[act]) { if ($_POST[from] == "") { print "You need to enter the URL of the file."; } else { copy("$_POST[from]", "files/$_POST[to]"); $size = round((filesize("files/$_POST[to]&quo...
by freak127
Sun Nov 27, 2005 11:11 am
Forum: Scripts
Topic: Make your own URL shortening website!
Replies: 0
Views: 1756

Make your own URL shortening website!

I wrote this script the other day for someone who requested it. If you put it on your website, then you can create your own URL shortening website, like my site, URLmini. I use a different script on my site though, one with MySQL ;) . This script only requires PHP support as it uses PHP files to do ...
by freak127
Sun Nov 27, 2005 11:05 am
Forum: PHP
Topic: Create web-based small email for visitors of the site
Replies: 8
Views: 2657

HotScripts.com has a load of free PHP scripts. You could do a search on there for one and it would probably show you a few that you might like to try ;) .
by freak127
Sun Nov 27, 2005 11:03 am
Forum: PHP
Topic: Viewing BB Code
Replies: 4
Views: 1796

What do you mean by he 'views my BB Code'? Do you mean that he views the souce code to your bulletin board? Generally, BB code is used to mean the code that is used on bulletin boards, such as this one. For example, This code (without the spaces) would make the text bold[/B ]. If it is only this he ...