You dont need to be a expert to make a installerOriginally Posted by Chriš
You just use mysql_query
ALSO! OHMYGOD U ARE UBER PR0 CODA U WISH I WAZ AS GUD AZ U PLS./....

You dont need to be a expert to make a installerOriginally Posted by Chriš
If your an expert then make some install files
and ill test themYou just use mysql_query
ALSO! OHMYGOD U ARE UBER PR0 CODA U WISH I WAZ AS GUD AZ U PLS./....
Last edited by Luckyrare; 04-08-2006 at 04:53 PM.
Okay maybee not an expert but installers are hard to make if you dont no how too.
no they arent its just basic sql.. ;|
Yup that's true but alot of people cant do it
[IMG]http://www.****************/uploads/fcb3d082c3.png[/IMG]
/\---------/\---------/\---------/\---------/\
---------Add To Your Sig If You Agree--------
---------------------------------------------
because lots of people dont know php but if you do then you can..
0.o depends what you mean by installer, usealy for simple mysql ones, u just have to exicute the mysql on the db.. which is under a line of exstra code on top of the normal query, then maybe write a config file to remember the data "/Originally Posted by Chriš
Okay maybee not an expert but installers are hard to make if you dont no how too.
Its pretty easy, createing the SQL to make the tables is still the most complex part of it, turning that in to an installers easy "/
Rofl yeah they are mate, also the DJ says script is of this forum "/Originally Posted by Ovae
Wow, you guys really think its tech tuts?
Check their codes... Are they the same as mine?
No ;l
The code won't work because some of the comments run through as code on the normal forum post.Put it into a code window Mr.!337 coda!Originally Posted by Ovae
I Am a PHP Expert, I Can Give You a Code For a USer System, And Much Much More, How about Heres Something You Can USe For Your Site..
User System & DJ Says: [Remember To Code It Through MacroMedia] -
Code:DJ Says: - <? ob_start(); include("config.php"); if ($logged['level'] == "3" || $logged['level'] == "5") { // level 3 is my dj level. level 5 is my admin level, change if you want to echo(" <center><form action=\"?p=djcode.php\" method=\"post\" name=\"form1\" target=\"_self\"><br> <label><br> DJ Message: <br> <textarea name=\"message\" cols=\"35\" id=\"message\"></textarea></label> </p> <center><p> <label> <input type=\"submit\" name=\"Submit\" value=\"Update!\"> </label> </p> </form> "); // the form for the message. }else{ echo ("You are not a DJ so you cannot access this page!"); // if the person trieng to view this page, and does not have teh authority, echos a warning } ?> [End of the DJ says php] [New Start of DJ Says PHP] <? ob_start(); // starts cookies include("config.php"); // inclues the config file if ($logged['level'] == "3" || $logged['level'] == "5") { // level 3 and 5 can view if (file_exists)"djmessage.txt"; // if djmessage.txt exists $myFile = "djmessage.txt"; $fh = fopen($myFile, 'w') or die("can't open file"); $message = $_POST['message']; // posts the mesage from the form $user = $logged[username]; $stringData = "DJ <b>".$user."</b> Says: ".$message; fwrite($fh, $stringData); // updates the message fclose($fh); }else{ echo ("You are not a DJ so you cannot access this page!"); // display the "you are not" message } ?> Your DJ Message has been send successfully. [End[]
Last edited by Jae; 04-08-2006 at 10:37 PM.
Starting webdesign again.
testing to shoort
You Love Cake
The Reason of life is not to enjoy, its what we live up to be, We are born, we are brought up, and we are doing ourselves a job, and then we die.
Remember, why commit suicide when you have alot to look up to? Ya' can Fall asleep at your desk! accept falling face first into the pavement![]()
Written By: JayJay - Ovae
why bump the thread?
Want to hide these adverts? Register an account for free!