You need a Grounds Gold Account to post on the NG BBS!If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!
At 7/17/06 08:14 PM, lordofevil3 wrote:
All right, thanks a lot everybody. I know Allwest has Nameservers, but what should I change them to?
Find out what the nameservers are, then go into your domain name configuration and set nameservers 1 and 2 to what Allwest tells you to. It's pretty self explanitory if you can find the information.
I just want to mention one thing that you didn't...
A great time to use mysql_error(), is when submitting a query. A simple "or" will give you a descriptive error of what happened if the query didn't work. Such as...
$query = mysql_query(SELECT * FROM table WHERE id = '$id') or die(mysql_error());
At 7/17/06 05:09 PM, The_FlashMaster wrote:
Hmm..I don't mind print screen, but this just has to stop
No, that's not what I'm talking about. Even with a Javascript to disable spacebar (which I really don't think exists...), by simply viewing the source code, or even disabling Javascript, a person can get around that script with ease.
And I looked at piczo, and I highly doubt they support the script you would need to use.
There's really no way to stop someone from stealing your logos unless your host has .htaccess enabled. I'm guessing since you're using Javascript, that's not the case.
Also, I don't belive there's a way to disable spacebar.
At 7/17/06 03:10 PM, UndercoverMod wrote:
10,000 day ban.
Wow...another mod besides AfroNinja...
And to Zendra, congrats. Your programming is really admirable, and you know what you're talking about. I don't think any of those 10,000 posts went to waste.
I've recently written up a revision to my blog tutorial. It's got alot better coding and some better features. I would like to post it up for PHP: Main, but what would I do about the outdated tutorial? Any suggestions on what I should do?
It looks awesome, and you even fixed my tutorial's name this time :P
I support PHP: Main, also.
And, a message to everyone linking to PHP: Main, don't forget to put the page number you link to up somewhere like 9999, so it always links to the latest page.
At 7/16/06 01:52 PM, blackvector wrote:
Nope. Go look at his site. His domain is on a redirect. Acting like a .TK. His site is located at http://www.allwest.com/~snakeeater/.
Ah, you're right. I just saw framesets.
So tell me, topic starter, do you know what nameservers are? That can fix your problem.
This brings up a good point. Where did you buy the domain name from? Usually, you can go into your admin panel on that site and direct the domain to the nameservers of your host. Browse around Allwest to see if they support nameservers.
I think you're gonna need some more knowledge of PHP before you start coding a forum.
However, if you think you're ready to start, PHP: Main has a bunch of useful tutorials that you can put together to make a forum. That is, combined with a basic knowledge of PHP and MySQL. Just take a look at what a forum has, then take a look at what PHP: Main has. There's alot more than you would figure.