Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PHP Error

Joined
Feb 13, 2009
Messages
548
Reaction score
54
I'm pretty new to php but my buddy gave me this setup to write edited client side files in xlsx then save and run
then it should write the server side dat file off the edited client side changes. I had it working over a year ago but can't remember exactly how it works. I keep getting this error when trying to write the server files any help is greatly appreciated.

Thanks!

Same MD5 hash. Skipped: ".$path[$i]."
"; flush(); } else{ echo "MD5 hash is different, proceed: ".$path[$i]."
"; flush(); if(!proceed($path[$i])){ fseek($smd5, $noffset, SEEK_SET); fwrite($smd5, pack("H32", $fmd5)); } else{ echo "Error!!!
"; flush(); } } } fclose($smd5); echo "Script finished"; ?>
 
Back
Top