Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - drcrazy4

Pages: [1] 2 3
1
General Discussion / Re: Future update coming, in due course.
« on: December 30, 2007, 05:38:06 PM »
You'd need to do an awful lot to get users back here. I know we shouldn't mention design and stuff but it is a little outdated and I don't think people would see much difference without a bit of improvement. One thing I could suggest is the resources section isn't very user friendly. Maybe changing it so every resource has a page where you can comment and let users rate the content like TKZ allows you to.

If you need any help with the website I know PHP/mySQL/HTML/CSS really well and wouldn't mind chipping in or just helping with any problems you may have.

2
General Discussion / Re: Hows things going?
« on: November 03, 2007, 04:11:56 PM »
Wow rpgtoolkit.net redirected to toolkitzone.com last time I checked.

3
General Discussion / Re: Site Updates
« on: November 03, 2007, 01:33:47 PM »
God I forgot about me doing the whole layout thing. Ah well. I spent about 2 hours working on it today and I sent Spyder an image of what it looks like and I think it looks pretty good....but I'm not showing you Razz. Oh and by the way I think the links page needs to be updated or removed because it's just a load of broken images.

4
General Discussion / Re: Phil Forgot the Bill
« on: November 03, 2007, 11:04:31 AM »
They could just run off with all the domains registered then everybody would have to come to Mystic Software!

5
General Discussion / Re: Phil Forgot the Bill
« on: November 02, 2007, 11:20:45 AM »
Gather all the members and send them to MS Very Happy.

6
General Off-Topic / I need a Wii Friend Code now!
« on: June 27, 2007, 02:37:06 PM »
Anybody got their Wii online? I want a code to try out the Mii Parade feature and tomorrows just to far away.

7
General Discussion / Re: Tkz offline?
« on: June 26, 2007, 02:06:52 PM »
TKZone's hosts should do this more often. We're getting more members here!

8
General Discussion / Re: MySQL
« on: April 16, 2007, 09:35:49 AM »
PHP does parse single quotes but you need to do it like this:
Code: [Select]
'.$var.'unless you are using it in a mySQL query.

9
General Discussion / Re: Site Updates
« on: April 02, 2007, 02:53:44 PM »
Sorry bout the layout not being up yet....I got Zelda on my Wii...It's almost finished though and I will upload it soon.

10
General Discussion / Re: Site Updates
« on: March 28, 2007, 02:42:20 PM »
Well it's 50:50 on the whole CSS/Tables thing. Everything's CSS but it's got Tables keeping it together else it's just all over the place.

11
General Discussion / Re: MySQL
« on: March 28, 2007, 10:22:40 AM »
Code: [Select]
$username = $_POST['username'];
$result = mysql_query("SELECT * FROM loginInfo WHERE usernameS = '$username'") or die(mysql_error());
That's how I do it. It's because you have the 's in the $_POST variable. It works without them eg:
Code: [Select]
$result = mysql_query("SELECT * FROM loginInfo WHERE usernameS = '$_POST[username]'") or die(mysql_error());Although it's more efficient to do it the other way. You might wanna do mysql_real_escape_string on the username var as well for a little security.

If you do need any help with PHP and mySQL just PM me.

12
General Discussion / Re: Site Updates
« on: March 28, 2007, 10:20:23 AM »
Wow you've done alot of work Xorlax. I still think you need to get with the whole GD and make us a gamercard system Laughing. Imagine how many people from TKZ will come here when we have them in our sigs.

Oh and I almost finished coding my layout concept. I will upload it tomorrow. I was going to do it in CSS but the list navigation kept mucking up so it's in tables.

13
General Discussion / Re: It's up to you, the community!
« on: March 24, 2007, 04:00:03 PM »
Yeah I will give a layout a go. Got nothing to lose. And don't worry I got plenty of hosting space to muck around with Wink.

14
General Discussion / Re: It's up to you, the community!
« on: March 22, 2007, 01:13:54 PM »
I also think a search engine would be good but mostly improving what is there now. Especially the website layout. One awesome thing though (I was going to use this on a site at one point) would be like gamer cards like on the XBOX website and avatars from games like H:F etc. If you need a design or some PHP work done I am experienced.

15
Pigment Arts / (no subject)
« on: January 08, 2007, 01:50:53 PM »
Well EA Games release fast, Chop Chop!

Pages: [1] 2 3