Search found 22 matches
- Thu Mar 01, 2012 1:50 pm
- Forum: Project Showoff Tier I
- Topic: Re-Awaken
- Replies: -1
- Views: 2357
Re: Re-Awaken
Looks great so far, can't wait to see more!
- Wed Feb 29, 2012 11:42 pm
- Forum: Project Showoff Tier II
- Topic: Viral Dawn
- Replies: -1
- Views: 5504
Re: Viral Dawn
Well when you're ready I'll give it a try 

- Wed Feb 29, 2012 11:22 pm
- Forum: Beginner Help and Support
- Topic: Lots of Errors! [SOLVED]
- Replies: -1
- Views: 865
Re: Lots of Errors!
Well the first thing I noticed was <?php $db = mysqli_connect("localhost","admin","test","cuckle13") or die("Could Not Connect"); ?> Unless you changed your username and password it should look more like this: <?php $db = mysqli_connect("localho...
- Wed Feb 29, 2012 6:47 pm
- Forum: Project Showoff Tier II
- Topic: Viral Dawn
- Replies: -1
- Views: 5504
Re: Viral Dawn
Is the latency just from the recording? If so it's awesome, great work.
- Wed Feb 29, 2012 3:07 pm
- Forum: Project Showoff Tier I
- Topic: Warriorsrealm.net
- Replies: -1
- Views: 7519
Re: Warriorsrealm.net
Well, it still looks good 

- Wed Feb 29, 2012 2:10 pm
- Forum: Project Showoff Tier I
- Topic: Warriorsrealm.net
- Replies: -1
- Views: 7519
Re: Warriorsrealm.net
Did you do the art yourself? It looks good.
- Wed Feb 29, 2012 2:06 pm
- Forum: Beginner Help and Support
- Topic: Question
- Replies: -1
- Views: 838
Re: Question
The harder part of a text based game - as I'm finding out - is integrating the chat system into your game with custom commands that query the DB and stuff like that. Your item system would be hard to do at all imo.
- Tue Feb 28, 2012 5:39 pm
- Forum: Project Showoff Tier II
- Topic: Randgames
- Replies: -1
- Views: 1381
Re: Randgames
The layout looks great. Nice work.
- Tue Feb 28, 2012 5:38 pm
- Forum: Beginner Help and Support
- Topic: Problem with style.css
- Replies: -1
- Views: 746
Re: Problem with style.css
Can you post the header of your document? Where you link to the CSS file. You may either not have it linked at all or maybe your css file is somewhere other than where you have it linked to.
- Tue Feb 28, 2012 2:07 pm
- Forum: Beginner Help and Support
- Topic: Problem with style.css
- Replies: -1
- Views: 746
Re: Problem with style.css
Need a little more info. If it's not working at all, you're probably not referencing it in the head of your document, if only portions of your page is not styled then you're most likely forgetting to add the ID or Class to your Div tags. More info on how it's not working and someone can help you a l...