-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont show an AA if it has no first rank Modified htaccess to hide template and other files Added favicon and touch icons Added commas to a bunch of displayed numbers Can search bazaar by seller name (thanks croco) Added a "Store" link to the side profile menu to see items the player sells Hide the association between guild/player when they are anon Add item/augment icons to the item inspect windows Add stack sizes to item icons Added a way to easily replace what's displayed on the main page (renamed home.template to home.php, then edit) Removed error reporting for self registration Added a view to the server page that shows activity in the last 30 days (can configure) Fixed issue that caused dynamic images to not display on newer PHP versions Added ZOrdering to popup windows, made it dynamically add the effect based on class
- Loading branch information
Showing
51 changed files
with
815 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
RewriteEngine On | ||
RewriteCond %{THE_REQUEST} ^GET\ ([^#?\ ]+)cbsig/ | ||
RewriteRule ^cbsig/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+)/([A-Za-z0-9\-]+).png$ %1sig.php?one=$1&two=$2&epic=$3&stat=$4&border=$5&background=$6&char=$7 [L] | ||
|
||
|
||
<FilesMatch "\.(htaccess|htpasswd|ini|log|sh|inc|bak|tpl|register|template)$"> | ||
Order Allow,Deny | ||
Deny from all | ||
</FilesMatch> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.