the query is:
LOAD DATA LOCAL INFILE \'/home/evil-l33/public_html/planet_listing.txt\' INTO TABLE webby_dump (xx,yy,zz,ruler_name,planet_name,roids,score)
however, I can only get this to work through cpanel->phpmyadmin. if I try it through the php script, it returns
The used command is not allowed with this MySQL version
edit: the db login details are right, I'm 100% positive since it uses a db class that is shared by the rest of the scripts and they have no problem with login