karlo
Mar 29 2005, 09:03 AM
| | Hello. I am currently working on kShoutBox 0.5 which has many new features. Now I realize that it's really really and i mean really difficult to create a PHP script because it really do takes your time. Example when I don't know what to do or what function to use, i check out the php manual, and you know, i use the old tradition "Trial and Error". |
Reply
Mike
Mar 31 2005, 01:04 AM
Hmm.. I'm currently coding my own source code of message boards. You may find them here: http://subzer0.net/php . I've been working on it for about.. 3-5 days now and the average time it takes me to code a file is about 6 minutes. The adminstrative file 'new_board.php' which allows you to create a new board or category that will appear on the index (or be hidden) took me EXACTLY 6 minutes to code and it was a pretty lengthy file. I think I've been reading my PHP 5 and MySQL book a little too much. >_>;
Reply
kiro
Mar 31 2005, 01:27 AM
Shoutboxes are easy if you are doing it with mysql. Im not reallly good with putting stuff into files. But if I do a shoutbox with mysql, that has lots of features, it would probably take me a couple hours. If it has no features, probably like 20 mins. 6 mins is crazy!!!!
Reply
Hamtaro
Mar 31 2005, 01:34 AM
For most of my PHP scripts, it takes me, on average, about 1 hour for a lengthy script. For most moderate sized files, about 20 minutes. I'm not really good enough to make a good script in 6 minutes...I could make a simple one in that time. I'm currently working on a forum, and it's takes me about 2-3 hours each night to work on. However, most of that time is spent thinking about what functions to use. I don't care how long it takes to code a script, I just enjoy scripting in PHP.
Reply
karlo
Mar 31 2005, 05:34 PM
QUOTE(Mike) Hmm.. I'm currently coding my own source code of message boards. You may find them here: http://subzer0.net/php . I've been working on it for about.. 3-5 days now and the average time it takes me to code a file is about 6 minutes. The adminstrative file 'new_board.php' which allows you to create a new board or category that will appear on the index (or be hidden) took me EXACTLY 6 minutes to code and it was a pretty lengthy file. I think I've been reading my PHP 5 and MySQL book a little too much. >_>; 6 minutes? it's impossible. I can make a hello world script! Can you send me a copy of your message board? Your website is suspened. PHP 5? Why don't you use PHP 4? QUOTE(kiro) Shoutboxes are easy if you are doing it with mysql. Im not reallly good with putting stuff into files. But if I do a shoutbox with mysql, that has lots of features, it would probably take me a couple hours. If it has no features, probably like 20 mins. 6 mins is crazy!!!! You are right, it's impossible. I realized MySQL is easier than flat files. Before, flat files were easier for me. Acutally, working with files, is easy. QUOTE(Hamtaro) For most of my PHP scripts, it takes me, on average, about 1 hour for a lengthy script. For most moderate sized files, about 20 minutes. I'm not really good enough to make a good script in 6 minutes...I could make a simple one in that time. I'm currently working on a forum, and it's takes me about 2-3 hours each night to work on. However, most of that time is spent thinking about what functions to use. I don't care how long it takes to code a script, I just enjoy scripting in PHP. Yes, you are like me. On my own shoutbox, it took me many weeks. kShoutBox. Me too. I enjoy using PHP!
Reply
mobious
Apr 1 2005, 07:44 AM
i finished my filemanager manager application within a week and a half. from the beginning to the installation script. the hard part is really the installation script for me.
Reply
karlo
Apr 1 2005, 01:21 PM
QUOTE(mobious @ Apr 1 2005, 03:44 PM) i finished my filemanager manager application within a week and a half. from the beginning to the installation script. the hard part is really the installation script for me. I didn't understand that. Please rephrase it. Do you mean, you created your own file manager for personal use and still, you created an installation script (for your personal use)?
Reply
Ao)K-General
Apr 1 2005, 01:24 PM
I ain't really a PHP Programmer but I am trying to create my own site. I haven't worked on it in awhile cause of my short attention span. Does anyone know where a good place would be to type up PHP scripts and be able to look at em? It would be nice to know. And does anyone know where I can learn PHP in a day or 2 here at home for free? I would really like to know those things.
Reply
mobious
Apr 1 2005, 01:49 PM
QUOTE(karlo @ Apr 1 2005, 09:21 PM) I didn't understand that. Please rephrase it. Do you mean, you created your own file manager for personal use and still, you created an installation script (for your personal use)? I created the program for everyone. it uses the GNU GPL license. if you wanna try it out, go to http://phpbit.3nigma.com/. QUOTE(Ao)K-General @ Apr 1 2005, 09:24 PM) I ain't really a PHP Programmer but I am trying to create my own site. I haven't worked on it in awhile cause of my short attention span. Does anyone know where a good place would be to type up PHP scripts and be able to look at em? It would be nice to know. And does anyone know where I can learn PHP in a day or 2 here at home for free? I would really like to know those things. You cannot really learn the whole of PHP in a short span of time. maybe the basics but not the whole language. try grabbing the PHP Manual at http://www.php.net/. Then use editors such as dreamweaver or crimson. then upload them to your host all the time or just setup your own webserver with PHP support so that you can test your scripts locally.
Reply
Ao)K-General
Apr 1 2005, 01:56 PM
I just meant the basics. And I don't have dreamweaver or crimson.
Reply
mobious
Apr 7 2005, 04:54 AM
QUOTE(karlo @ Apr 7 2005, 09:14 AM) 16 (17 on November 21). I really don't like math. I think after a few months from now, I will learn calculus and math4 what a coincidence. i'm 16 too. turning 17 on oct 11. anyways, i've been developing web applications for 3 years now. how about you?
Reply
karlo
Apr 7 2005, 01:14 AM
QUOTE(mobious @ Apr 6 2005, 11:49 PM) thats a good thing! btw what's your age? does the math thing of php really do alot of good things about your math? 16 (17 on November 21). I really don't like math. I think after a few months from now, I will learn calculus and math4
Reply
mobious
Apr 6 2005, 03:49 PM
thats a good thing! btw what's your age? does the math thing of php really do alot of good things about your math?
Reply
karlo
Apr 6 2005, 12:52 AM
QUOTE(mobious @ Apr 4 2005, 03:09 PM) using flat-files as backend have already been done too many times. its not really like you discovered it. maybe you discovered another way. Yes.... and it took a lot of hours... but in MySQL, it's just minutes. and i think my vocabulary in math is improving...because some MySQL functions and PHP functions requies multiplication, division, etc....
Reply
mobious
Apr 4 2005, 07:09 AM
QUOTE(karlo @ Apr 4 2005, 12:35 PM) Can I have the source code for your forum? I would like to study it and probably, improve my MySQL knowledge. Because i think forum scripts are really confusing. Test my kShoutBox at http://ksoftware.sourceforge.netand make sure that you go to the contact section. I am using a flat-file based database, but i can retrieve the results like it was from MySQL. If the messages are more than 5-10, it will automatically split it. The password to the Admin area of my shoutbox is on the PM. using flat-files as backend have already been done too many times. its not really like you discovered it. maybe you discovered another way.
Reply
Similar Topics
Keywords : php, programmers, long, finish, scripts, time, spent, creating, php, scripts
- Creating Something With Co-ordinates With Php.
Something like you see in those web-based php games, like a map or som (12)
Downloading Scripts
scripts need (2) hai i need a downloading scripts in our forum ....
Scripts
For Hosting (5) Does anybody knows where I can obtain scripts for opening my own hosting provider web-site?....
Wamp Packages Needed To Test Scripts
Set up Apache, PHP, etc on your machine (1) In order to test php scripts on your localhost machine, you require a system that includes php
parsing. A WAMP set-up 'usually' includes a database server, and a database manager, too.
For Windows machines, theses are usually referred to as WAMP because they include Apache, Mysql, and
PHP for Windows, hence the acronym WAMP. Wikipedia has a listing of the available packages with
details about the included versions and often a link to the wikipedia article describing them. The
list can be found at http://en.wikipedia.org/wiki/Comparison_of_WAMPs Personally, I....
Php And Flash Image Gallery
Need some help in creating or editing an xml file while viewing some o (5) Hello there and thanks for the helping hand you are offering. PHP newbie here! /ph34r.gif"
style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> So here is my problem:
On my website I have a flash image gallery.The way the gallery works is by uploading pictures in a
folder and editing? an xml file.(pics.xml) where it adds the following code when you upload a
picture: CODE <pictures> <image location="nameofpicture1.jpg"
desc="" /> <image location="nameofpicture2.jpg" desc="" /....
Creating A Login Box That Links To My Phpbb Forum
Have my phpBB Forum Intergrated with my Website (4) Can someone please give me a code that I can use to put a login box on my website, that will login a
user into my phpBB Forum? Sort of like Having my phpBB Forum Intergrated with my Website? Thank you
so much if you can! /angel.gif" style="vertical-align:middle" emoid=":angel:" border="0"
alt="angel.gif" /> Ex. ....
Themed Scripts (weekly)
the theme changes each week (0) ok the way this is gonna work is ... from monday to saturday you will be asking for scripts that go
along with the theme... then on sunday every one will vote on a new theme for the next week... any
one can ask for a script... any one can post a script... the script DOESN'T NECESSARILY NEED
TO BE ASKED FOR inorder for you to post it... just make sure it goes along with the theme... or you
will loose all respect /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
alt="biggrin.gif" /> any ways this weeks theme is SECURITY So for the fir....
Explode Function Help
need help from you programmers! (1) /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Hi I am robert I
need some help with some php coding. I am stuck with a explode function. Here is the code:
$username = $check ; $query="SELECT `buildings` FROM `authuser` WHERE
`uname` = '$username'"; $result=mysql_query($query);
$result=mysql_result($result,0);
list($building1,$building2,$building3,$building4,$building5,$building6
,$building7,$building8,$building9,....
Evilboard (forum Software) - Multiple Categorys - Don't Work :(
I am creating a forum and i can't fix more then 1 category. (6) I am at the moment trying to program my own forum, but i need more then a single category, here is
my source: CODE function cat () { include("functions/functions.php");
echo '<table width="100%" border="0" cellspacing="0">
<tr> <td class="eb_top" colspan="3" style="border-bottom-width:
0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
</tr>'; global $catid; $db = new db; $db->connec....
Phpbb Customization?
wappy is not so great with web scripts :-) (7) ok i feel a little silly posting this as im sure the answers are simple but im really not used to
working with pre-made web scripts that have so many files: Q1. I have added a real cool army theme
to my phpBB with a matching smiley set and its looking good, i also have the matching rank icons but
where on earth do i upload them in the script? Q2. Which file in my template/style/script do i need
to edit to place some extra links at the bottom of my index page, for example a link back to my main
site or some link exchange links/web partners?....
Papular Wap Scripts 4 Your Sites
collection of WAP scripts (3) Redirect script webbrowser from wap to web and wapbrowser from web to wap. CODE <?
$htmlredirect = "http://kralj.frih.net"; $wmlredirect =
"http://kralj.r8.org";
if(strpos(strtoupper($HTTP_ACCEPT),"VND.WAP.WML") > 0){
header("Location: ".$wmlredirect);} else{ header("Location:
".$htmlredirect); exit;} ?>
================================================================== Graphic counter. !!!
Dont forget to create count....
Releasing Wap/php Scripts?
(3) I have created two great scripts one a wap download/ftp-upload script, the other a wapCHAT. How can
i stop them removing my copyright?....
Free Web Forum Scripts?
Question on web forum scripts (7) Can someone please tell me which of the free forum scripts is the best and why? I like these forums
but i notice the script is not free lol ;-)....
How Do Scripts Select To Be Placed In Fantastico
Question (2) hi all i write famp3 in hotscripts. i want continue next version of this script or an other but i
have one question How do Scripts Select To be placed in fantastic ? cpanel search in scripts website
and Select ? or cpanel choise top rate scripts ? some scripts is new and they are not popular !
if my script take top rate or popular cpanel choise it for fantastic or not ? my next Question is
fantastic 2 is true or not ? somewhere i heard fantastic 2 or hot fantastic ! is it true ?
thanks all /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="sm....
Running Php Web Scripts On A Local Machine
(6) hi all I'm VERY new to PHP and I'm having a slight problem... I want to be able to run PHP
scripts on my computer without installing a web browser. Let's say I have this code....
myScript.php CODE <HTML> <HEAD> <TITLE>PHP
Example</TITLE> </HEAD> <BODY> [color=#009900] <?php
print "This is an awesome scripting example."; ?>[/color]
</BODY> </HTML> ok. if I open this with Firefox or IE or any other Browser, I
will get a blank docu....
Creating Communities/groups In Php ?
(2) for example , if on my website, i have made some kind of members area.that the users can join.i want
to learn that , they can create the groups...and then others can join their groups... for example ,
some one creates the group "fun" , and the others existing users can join that ... etc ? can some
one give me some idea about it ?? if possible some kind of tutorial/Script/ url link etc ?? thanks......
Password Strength / User Availablity Scripts ?
(2) many of u guys would already have noticed that now a days , on most of the websites , when some one
sign in...as he puts his desired username in the textbox , the page shows that it is not available
or it is available...without pushing any button etc.. and the second thing , when some one writes
the password , on the same screen , it shows that password is weak or password is strong... i think
it is done with php ... can some one give me a link to any page where i can access these scripts ?
or some one can help me regarding this ?? Thanks for helping always.....
Creating Profiles In Php/mysql ?
(7) i've started to learn php..im familiar to basics of php and mysql now.Now for example i want
that some user can register to my website , and after that he can Login and log out , and he can see
his profile.is there any tutorial about this ? or any helping url .. or any helping answer please
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Php Scripts Free For Every One
list of the best php scripts sites (12) so what's you favourites php scripts sites? mine are : 1- hotscript 2- phpbuilder 3-
developershed 4- internet so what's yours? /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" />....
Good Free Php Scripts
(10) Hi I found this nice script here descriptions: An automated script submission tool would be
great, but because every script directory's submission process is so unique, automation is
nearly impossible. So we built Script Promotion Wizard, a free tool you can add to your web site or
use on a local server that will help you manage script promotion to script directories. With Script
Promotion Wizard, you can save script profiles, and add addition script directories as you learn
about them. The script is very easy to install and use, is completely free and contai....
Good Scripts
post Good Scripts name here (10) Hi dears I want make good sciprs list here i need your help , plz post good scripts name here i
know vb , IPB , PHPnuke, Postnuke, phpbb , Xoops, mambo , wordpress plz post all kind of php
scripts here like upload manager , file manager , image manager , blog manager , time , date ,
portal , shoping manager , forum , shoutbox , chat , adv , counter , topsite , download area ,
upload area , Calculators , Auctions script , Multi-Level Marketing script , Click Tracking , News
Publishing script , blogs , Polls and Voting script , Database script (like phpmyadmin) , Search....
I Need Free Scripts
PhP or ASP (21) I need some where i can get Ip traking system, Autosurf or Autotraffic, and such other challenging
scripts. Where can I get them ? i saw some in Hotscripts.com. /blink.gif' border='0'
style='vertical-align:middle' alt='blink.gif' /> /unsure.gif' border='0'
style='vertical-align:middle' alt='unsure.gif' /> ....
Need Scripts For Testing Server's Limitation
(6) There are lots of web hosting provider and some of them are free. How can you know what problem
your PHP scripts would involved in when you get a web hosting which supports PHP. I have found 2
problems. One is about the function mail(), the other is about safe mode. Of course, there may be
others problems, I hope someone can adds the problem in this thread for more detail discussion. The
first question is how I can know the function mail() work properly. If you use function mail() in
your PHP scripts, error message may be shown if the server does not support sendmail.....
Website Help
Need php programmers to help me. (10) I need some php programmers help. I am working on a website. I have asked for some code in another
topic and would now like help. These will possibly be sold. And if they do I am willing to pay the
people who help me out a lot some of it. Dun start asking to help and like help a tiny bit and
expect to get something big out of it. I am only paying to people who help a lot and once they are
sent out. You must also be good with making clan websites. These will be for clans. If you bother me
about getting money than no pay. More info on aim. My aim is generalds2001....
Uploading From Url
any scripts? (9) Is there any scripts that allows user to upload files from a certain url to your server?....
Executing Scripts Without Include() Function
php function to execute a script w/o showing html markup (3) Hi guys. I have another newbish PHP question. /laugh.gif' border='0' style='vertical-align:middle'
alt='laugh.gif' /> Today, I decided to make a new navigation bar for my site. It doesn't look
good because I just started learning Flash today, so I was basically feeling my way around the
application. Anyways, if you use Flash and you try to validate your site at http://w3.validator.org
, you get a lot of errors for some weird reason. So I was thinking about separating the markup for
embed Flash from the rest of the site's source code. The problem with that i....
Php Scripts
(2) Hwo nows, when can i get free php scripts? /rolleyes.gif' border='0' style='vertical-align:middle'
alt='rolleyes.gif' /> ....
Misc Cool Scprits
I'm looking for some cool scripts (8) Well I'm looking for some cool php scirpts to spruce up my website a little and make it more
interactive. Does anyone have some scripts that are easy to apply and customise? I would be
enternally greatful, since all the pre-installed scipts on the trap17 cpanel take up loads and loads
of webspace. Thanks.....
Php, Some Easy Scripts
Just wanted to say i learned alot (3) Yo fella's i made some easy to use php scripts. If you need a specific script you can always
ask me. /laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /> Sry i made
them in dutch but i will translate them /rolleyes.gif' border='0' style='vertical-align:middle'
alt='rolleyes.gif' /> ....
Some Scripts..
(1) I got some scripts i been wanting.. see im making a SubProfile for AIM and i want to make it myself
b/c i had ads and i did a vistor counter but i cant get IP Logger and i want the ip to show in
profile and crap then i wanted to make a guestbook sort of thing can ne1 help....
Looking for php, programmers, long, finish, scripts, time, spent, creating, php, scripts
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for php, programmers, long, finish, scripts, time, spent, creating, php, scripts
*MORE FROM TRAP17.COM*
|
advertisement
|
|