PDA

View Full Version : php


Bigpull
03-31-2003, 03:03 AM
I got bored, you'll need to edit the datacon.php and protect it with a .htaccess of course

Piska
03-31-2003, 06:51 AM
mind if I ask what it is?

moonphoenix
04-02-2003, 06:40 AM
Cool, Neat little tool.
Is this a one off, because I'd love to see a more powerfull version.
I would make a perfect companion to Phpmysql as an easy way tracking down NPC_IDs

Well I'm off to debug some quests now, :D

Bigpull
04-04-2003, 11:28 AM
alter table items add Name varchar(64) default 'Invalid Name';
update items set Name=substring(raw_data, 1,64) where id=id;