Search found 18 matches
- Thu May 29, 2014 7:57 pm
- Forum: Game Design
- Topic: MMORPG game map
- Replies: -1
- Views: 1598
MMORPG game map
Hey everybody, I'm starting my Final Course Project and I'm making a MMORPG game. I haven't done that much yet, I only made the register system with email activation code. I'm seeking for tools and engines, platforms and paths to do several things. The only thing missing is the way to make a Javascr...
- Mon Jul 29, 2013 4:24 am
- Forum: Beginner Help and Support
- Topic: Showing rows posted less than X days ago
- Replies: -1
- Views: 1053
Showing rows posted less than X days ago
I'm showing some row from a table and I want only to show rows from 3 days ago or less. But no luck so far <?php $i=1; $query = "SELECT id FROM announceaments ORDER BY id DESC LIMIT 0,1"; $result = mysql_query($query) or die(mysql_error()); $grab = mysql_fetch_assoc($result); $id = $grab['...
- Thu Mar 21, 2013 5:16 pm
- Forum: Beginner Help and Support
- Topic: Show a new thing every X seconds and user logs
- Replies: -1
- Views: 853
Re: Show a new thing every X seconds and user logs
hallsofvallhalla, can you explain better your code please
Because I don't understand where do you want me to put those codes.
I have tried different things but I can't get to what I want...
Because I don't understand where do you want me to put those codes.
I have tried different things but I can't get to what I want...
- Tue Mar 19, 2013 11:34 pm
- Forum: Beginner Help and Support
- Topic: Show a new thing every X seconds and user logs
- Replies: -1
- Views: 853
Re: Show a new thing every X seconds and user logs
On the second thing, I want to build an anti-cheating system to prevent multi-accounts, So I need a place to store every information as a player activity log.
Thanks, the first one should work...
Thanks, the first one should work...
- Tue Mar 19, 2013 9:24 pm
- Forum: Beginner Help and Support
- Topic: Show a new thing every X seconds and user logs
- Replies: -1
- Views: 853
Show a new thing every X seconds and user logs
I thought instead of creating 2 threads, I could join them. If you are answering for the 1st, on top say 1st, or the 2nd say 2nd. 1st: There is a div that changes its content for something that is on the DB. E.G. News number 1. Title time and date text. and every X seconds, I want the script to get ...
- Thu Feb 07, 2013 5:11 pm
- Forum: WebSite
- Topic: how to update mysql structure from a host
- Replies: -1
- Views: 3052
Re: how to update mysql structure from a host
adding new columns or changing some, like I do in phpmyadmin... My ideia is upgrading by versions the website, like 1.01, 1.02, and in each version I'll introduce new features like: Now, user will be able to upload pictures for products which wasn't possible until now, and on the products table, I a...
- Thu Feb 07, 2013 6:21 am
- Forum: WebSite
- Topic: how to update mysql structure from a host
- Replies: -1
- Views: 3052
Re: how to update mysql structure from a host
If I get a backup to my computer and add structure to existing tables locally, will that be a problem?
- Thu Feb 07, 2013 3:11 am
- Forum: WebSite
- Topic: how to update mysql structure from a host
- Replies: -1
- Views: 3052
how to update mysql structure from a host
I'm finishing a website and I want to put it online, but I'll still update with new features...
Now, I don't know how I can update mysql structure without losing any data...
Now, I don't know how I can update mysql structure without losing any data...
- Sat Jan 26, 2013 5:26 pm
- Forum: Beginner Help and Support
- Topic: PHP: Refresh page or variables [Solved]
- Replies: -1
- Views: 1066
Re: PHP: Refresh page or variables
Thanks... Problem solved...
- Tue Jan 22, 2013 11:05 pm
- Forum: Beginner Help and Support
- Topic: PHP: Refresh page or variables [Solved]
- Replies: -1
- Views: 1066
Re: PHP: Refresh page or variables
Now, it goes to google chrome error Too Many Redirects...
I want something that I click on the submit button, it comes back to the same page, by running the script and at the end, the page refresh itself to clean the html form informations coming from the submit action...
I want something that I click on the submit button, it comes back to the same page, by running the script and at the end, the page refresh itself to clean the html form informations coming from the submit action...