13.04.2009, 22:20
Bug Reporter
File Description:This is a simple filterscript that allows all your server visitors to report instantly any bug they find in your gamemode. This will update a table in an html file, that you can see by opening it with your browser.
It doesn't use any other library then a_samp, so there is no worries about compatibility or having to download any other library includes to modify the filterscript.
Currently, the filterscript is in version 0.1b, but unlike my previous releases I took a deep look into this one.
If you find any bug, or if you wish any feature or simply have a suggestion to make, please reply to this topic. Comments are welcome aswell.
Oh, I almost forgot. This also includes a welcome message in OnPlayerConnect, telling which command the player can use to report a bug. («/bug [description]»)
SolidFiles Download: Version 0.1b
Credits:
Bug Reporter - Version 0.1b
Copyright © Joгo 'Zriptarusk' Lopes, All rights reserved
Feel free to modify and publish (or just mirror it), as long as you don't remove the credits.
Features to be Added: Request a feature by replying to this topic
- Table Column - User IP Address
How to Publish the Bug Reports in the Web:
File Uploader as finnaly been released. You can use it to update the file automaticly.
Another great way, requires you to have PHP and a web server (apache is good) in the same machine as your sa-mp-server.exe.
If you do, create a 'bugreports.php' in your www root, and populate that file with this code:
Код:
<?php echo file_get_contents('/path/to/samp/server/scriptfiles/bugreports.htm'); ?>
-----------------------------------------------------------------------------------
Bug Reporter File Uploader is a simple Java Application that checks every 5 seconds if the file was modified, and if it was, uploads it to a server specified by you.