dynamiccookies / SMS-XML-Parser

Parses and converts an XML file of SMS and MMS results into an easy to read and print HTML webpage.
The Unlicense
2 stars 1 forks source link

Rebuild in PHP - Host for Public #6

Closed dynamiccookies closed 5 years ago

dynamiccookies commented 5 years ago

The current version is working great, but only for 'smaller' XML files. Anything in the thousands of messages or containing numerous images (which are all base64 encoded) bomb out and won't load everything.

If this were converted to PHP for server-side rendering, it shouldn't have any issues. Additionally, this will guarantee the file isn't attempted to be run locally without a web server, which will not work for opening the XML file.

dynamiccookies commented 5 years ago

This issue has become its own project: PHP Rebuild. Closing this issue.