xlsx/php/dat

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”; ?>

I’m not familiar with edf files or why you would be changing them to dat files on a server?

It is really hard to explain! I will keep messing with it until I get it right or just give up. I have a _in and _out folder, you edit what you want for the client from the _in folder and once you’re done you using xamp and the 127.0.0.1 to write the out as a .dat file. I can edit the _in but when I try to write the out with php it get that error.

Sponsor our Newsletter | Privacy Policy | Terms of Service