Search found 16 matches
- Sat Jun 11, 2011 6:30 am
- Forum: Tutorials
- Topic: Root directories.
- Replies: -1
- Views: 1160
Re: Root directories.
Thanks, I wanted to know how to do something like this, 'cuz I got a lot of problems when I include scripts from folders.
- Wed Jun 01, 2011 2:48 pm
- Forum: Older Browser MMO Videos
- Topic: Time [Please Read](Solved)
- Replies: -1
- Views: 4369
Re: Time [Please Read]
Code: Select all
$time = date("H:i:s",time());
echo $time;
- Sun May 08, 2011 6:20 pm
- Forum: Beginner Help and Support
- Topic: Webiste folders
- Replies: -1
- Views: 1190
Webiste folders
Hi,
I have a basic question. What folders are needed for a webiste and how to organize them?
'cuz I see diferent folders like: images, styles, scripts...etc
Thanks.
I have a basic question. What folders are needed for a webiste and how to organize them?
'cuz I see diferent folders like: images, styles, scripts...etc
Thanks.
- Tue Jan 18, 2011 6:17 pm
- Forum: Game Design
- Topic: PHP FAST map system
- Replies: -1
- Views: 3079
Re: PHP FAST map system
Hi,
Are you still working on this project? Are you going to share this project? Are you going to make a tutorial series for this one?
Thanks!
Are you still working on this project? Are you going to share this project? Are you going to make a tutorial series for this one?
Thanks!
- Tue Jan 11, 2011 3:36 pm
- Forum: Beginner Help and Support
- Topic: [PHP] $_GET && $_POST
- Replies: -1
- Views: 1451
[PHP] $_GET && $_POST
Hello.
Can someone make a tutorial with this 2 function and to explain better this expresion test.php?example=1
Thanks!
Can someone make a tutorial with this 2 function and to explain better this expresion test.php?example=1
Thanks!
- Sat Jan 08, 2011 9:56 am
- Forum: Hall's Games
- Topic: Urban Realms Videos
- Replies: 34
- Views: 28109
Re: Videos
Can somebody modify this script to show hours : minutes : seconds ? <script language="javascript"> var bufftime = <?php echo $time;?>; var milisec=0; var seconds=bufftime;zz document.counter.d2.value='30' function display(){ if (milisec<=0){ milisec=9 seconds-=1 } if (seconds<=-1){ milisec...
- Wed Jan 05, 2011 3:51 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #4
- Replies: 120
- Views: 90300
Re: Video #4
Nice..this is the first time here when I help somebody and the feeling is ... God...too good



- Tue Jan 04, 2011 9:48 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #4
- Replies: 120
- Views: 90300
Re: Video #4
Try to change in line 61 from this:
to this:
hope it works:D
Code: Select all
$updatecreature = " delete from creatures when name = '$creature' limit 1";
Code: Select all
$updatecreature = " delete from creatures where name = '$creature' limit 1";
- Tue Dec 21, 2010 9:46 am
- Forum: Coding
- Topic: Microsoft Visual C++ 2008
- Replies: -1
- Views: 645
Microsoft Visual C++ 2008
Hi,
I want to make a custom instaler for some of my games and I don't know how to run a batch file in Microsoft Visual C++ 2008. I want to make a button and onclick to open the batch file, but I don't know how to open it. Can somebody help me?
Thanks!
I want to make a custom instaler for some of my games and I don't know how to run a batch file in Microsoft Visual C++ 2008. I want to make a button and onclick to open the batch file, but I don't know how to open it. Can somebody help me?
Thanks!
- Sun Dec 19, 2010 10:41 am
- Forum: Older Browser MMO Videos
- Topic: Email Confirmation
- Replies: -1
- Views: 770
Email Confirmation
Hi,
I used the register script from tutorial revamp and now I want to send an email for the confirmation of the acount..how could I do it?
I used the register script from tutorial revamp and now I want to send an email for the confirmation of the acount..how could I do it?