mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 21:34:22 +00:00
Fixed a lot of bugs/security issues in the market
+Fixed a bug that permitted to send resourcers to himself +Fixed a bug that permitted to send resources to invalid villages +Fixed a bug that permitted to create offerings with 0 resources or invalid resources type +Fixed a bug that permitted to accept offerings of other allies +Fixed a bug that permitted to accept offerings with a too high maxtime +Fixed a bug that permitted to accept offering from the same village +Fixed a bug that permitted to accept offering with too few merchants +Fixed a bug that permitted to accept offerings without the requested resources +Fixed a bug that hid offerings with a valid maxtime +Fixed some bugs relative to errors diplaying +Added some error +Some clean-up
This commit is contained in:
@@ -63,7 +63,7 @@ class Session {
|
||||
private $time;
|
||||
var $logged_in = false;
|
||||
var $referrer, $url;
|
||||
var $username, $uid, $access, $plus, $tribe, $isAdmin, $alliance, $gold, $oldrank, $gpack;
|
||||
var $username, $uid, $access, $plus, $tribe, $isAdmin, $alliance, $gold, $oldrank, $gpack, $goldclub;
|
||||
var $bonus = 0;
|
||||
var $bonus1 = 0;
|
||||
var $bonus2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user