I do some private server game deving but I barely know anything about php. A buddy of mine gave me a setup that used to work but its been over a year since I used it and hes kinda mia at the moment. I’m changing client side files which are .edf but I use xlsx to open the .edf then you edit everything you want to change and save it. After this you’re suppose to write in your browser with an appserv http://127.0.0.1/Scripts/php/server.php then its suppose to take the .edf that you have changed and change it in the .dat files for the server side files. I got everything setup but I’m missing something… I’ve tried everything I can think of and I’m sure its something simple. If anyone can help it would love ya forever and I have teamviewer if anyone can assist that way.
Thanks
Error: 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”; ?>