Browser MMO Video #18
Re: Video #18
when are the nieuw videos coming ?????
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video #18
christmas...
heheh just kidding. I am a little behind I know. I am behind on IR gold also. I go caught up in creating Quest Of Crocania that i am behind. This game has been a bit of inspiration for me and when I am in such a creative mood I got to stay with it
I am going to try to have out some videos tomorrow.
heheh just kidding. I am a little behind I know. I am behind on IR gold also. I go caught up in creating Quest Of Crocania that i am behind. This game has been a bit of inspiration for me and when I am in such a creative mood I got to stay with it

I am going to try to have out some videos tomorrow.
Re: Video #18
Great to hear, I am looking forward to the next release.
Laguages:
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
Re: Video #18
oké thanks
i em goingen to make a forum for on my game i wil gef the scripts if it works
i em goingen to make a forum for on my game i wil gef the scripts if it works
Re: Video #18
i em ready it is not a forum but a guestbook here are the scripts
i only got 3 fould in it
Notice: Undefined index: naam in C:\wamp\www\game\gastenboek.php on line 11
Notice: Undefined index: email in C:\wamp\www\game\gastenboek.php on line 12
Notice: Undefined index: commentaar in C:\wamp\www\game\gastenboek.php on line 13
gastenboek.php
this is commentaar.txt
i only got 3 fould in it
Notice: Undefined index: naam in C:\wamp\www\game\gastenboek.php on line 11
Notice: Undefined index: email in C:\wamp\www\game\gastenboek.php on line 12
Notice: Undefined index: commentaar in C:\wamp\www\game\gastenboek.php on line 13
gastenboek.php
Code: Select all
<html>
<head>
<title>guestbook</title>
</head>
</html>
<?php
$naam=$_POST['naam'];
$email=$_POST['email'];
$commentaar=$_POST['commentaar'];
echo "<H2>gastenboek</H2>\n";
echo "<form action=\"$_SERVER[PHP_SELF]\" method=\"post\">\n";
echo "<p>Uw naam : <input type=\"text\" name=\"naam\"></p>\n";
echo "<p>Uw E-mail : <input type=\"text\" name=\"email\"></p>\n";
echo "<p>Uw commentaar :</p>\n";
echo "<textarea cols=\"55\" rows=\"5\" wrap=\"soft\" name=\"commentaar\"></textarea><br>\n";
echo "<p><input type=\"submit\" value=\"Commentaar verzenden\"></p>\n";
echo "<hr>\n";
echo "<p><h2>Reeds geleverde commentaar</h2></p>\n";
$tekstfile="commentaar.txt";
if (isset($commentaar) && 'naam' != "" && 'email' != "") {
$pointer=fopen($tekstfile,"r+");
$oudcommentaar=fread($pointer,filesize($tekstfile));
$email="<a href=\"mailto:$email\">$email</a>";
$date=date("j.n.Y");
$commentaar=htmlspecialchars($commentaar);
$commentaar=stripslashes(nl2br($commentaar));
$geschreven="<p><strong>$naam</strong> ($email) heeft geschreven op <i>$date</i> :
<br><br>$commentaar</p><hr>\n";
rewind($pointer);
fputs($pointer,"$geschreven\n$oudcommentaar\n");
}
readfile($tekstfile);
?>
Code: Select all
<a href=\"mailto:$email\"></a>
Re: Video #18
hallsofvallhalla i got a qoustjen on your post your scipts are somtimes older now i ask my own how do you update these scripts then
* Report this post
* Reply with quote
Re: Video #18
Postby hallsofvallhalla » Mon Jan 18, 2010 8:11 pm
well some scripts are php 4 or older so you have to update them. I use scripts very very rarely.
* Report this post
* Reply with quote
Re: Video #18
Postby hallsofvallhalla » Mon Jan 18, 2010 8:11 pm
well some scripts are php 4 or older so you have to update them. I use scripts very very rarely.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video #18
my scripts are not old, i mean the ones you find on the internet. I have done all my tuts on php5. If you know of one that is not compatible let me know. Thanks
-
- Posts: 62
- Joined: Tue Nov 24, 2009 11:09 pm
Re: Video #18
Does any know where to place the SQL database dump on a mac?
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Video #18
This may show my complete ignorance about Macs, but can't you just use the import tab in PHPMyAdmin? Do you have PHPMyAdmin on Mac installations?zolacat999 wrote:Does any know where to place the SQL database dump on a mac?
The indelible lord of tl;dr