SourceMod-Store / store-webpanel

A Webpanel for Alongubs Store Plugin
https://forums.alliedmods.net/forumdisplay.php?f=157
Other
7 stars 14 forks source link

Simple installer for novices #43

Closed Shigbeard closed 5 years ago

Shigbeard commented 9 years ago

This addresses the issues that were outlined in #23. The SQL is imported automatically, the database file is copied across from the sample and modified using str_replace. Same with the config.

Index page redirects to install file in the event that the database file cannot be found. Also added some extra security against naughty bots that ignore headers, or dodgy pre HTTP/1.1 user agents (all modern browsers should meet HTTP/1.1 standards)

EDIT: Forgot i did not author #23. Pronouns corrected.

Arrow768 commented 9 years ago

I added a few notes on how the installer could be improved to prevent a few common problems from happening. (Wrong db, Store Tables dont exist, Redirect not working)

Its already already a good job, but I would appreciate it if you could improve these points

Shigbeard commented 9 years ago

Righto. Fair call on all those points. I'll get to work immediately.

On 5/7/2015 7:03 PM, Werner wrote:

I added a few notes on how the installer could be improved to prevent a few common problems from happening. (Wrong db, Store Tables dont exist, Redirect not working)

Its already already a good job, but I would appreciate it if you could improve these points

— Reply to this email directly or view it on GitHub https://github.com/SourceMod-Store/store-webpanel/pull/43#issuecomment-118596956.