16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 26 days ago. based on code collected 26 days ago.
Jan 16, 2024 — Jan 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the require variable code. Now also works properly on cases that have just a key/value pair. Also added a check to determine if min < max. More... almost 9 years ago
reverted an earlier change, "item" and "category" in "require possessed" are case sensitive (and should be in lower case). More... almost 9 years ago
changed create NPC to only allow multiple names in the first name field, not last. More... almost 9 years ago
fixed access to raceinfo to be "natres" instead of "other". More... almost 9 years ago
Added a search npc by race function. Aligned the search boxes. Fixed the search NPC by name to now properly handle multiple first names. Can now also search by just a last name. More... almost 9 years ago
Changed mysql_escape_string into escapeSqlString (missed these in the earlier mass change [r9760] ). More... about 9 years ago
alphabetically sorted the NPCs in "the following npcs use this KA". More... about 9 years ago
Quests link at the top now takes you to "listquests", rather than just "questcount". More... about 9 years ago
escaped an SQL variable. More... about 9 years ago
waypoints.php is now generating valid html code. Minor code optimization. Functionality remains unchanged. More... about 9 years ago
Removed html 'id="name"' from drawselectbox, it was not used, and it is in violation the rule that ID's should be unique, html input fields (and dropdowns) frequently do not have unique names (nor do they need them). More... about 9 years ago
changed compareitems to a table with floating table headers and "frozen" first and second columns. More... about 9 years ago
Fixed a typo in an access check. More... about 9 years ago
Added CSS table look alike support. (Used in places where multiple forms have to reside 1 table, but the forms do need to span multiple table cells.) More... about 9 years ago
The "outcome" dropdown menu should now properly show the correct current value while editing an attack type. More... about 9 years ago
Changed permissions of "add loot rule detail" to match the rest of the script. Added an error in case someone has invalid credentials or post variables. More... about 9 years ago
ListQuests now has valid html. Removed "undefined variable" warnings. Changed hard tabs to soft tabs. Removed vulnerability to SQL injection by logged in user. More... about 9 years ago
Changed access group for the skills page to "natres". More... about 9 years ago
Removed a double check for lines starting with "Questnote" and having colon ":" on the same line. More... about 9 years ago
Changed some hard tabs to soft tabs. More... about 9 years ago
Removed an unused part of a function. More... about 9 years ago
Converted hard tabs to soft tabs in validatequest. Changed the code that checks the "amount" in "require possessed" or "require equipped" to be more accurate in some cases. More... about 9 years ago
Improved readability of map and draw_map a little, improved validity of the html code in draw_map, and added a check for the usage of a session variable in mysql_query2, so it doesn't break the generation of maps. More... about 9 years ago
Changed database version to current (WebConsole is compatible). More... about 9 years ago
Changed all occurances of mysql_real_escape_string, mysql_fetch_assoc, mysql_fetch_row, mysql_fetch_array, mysql_num_rows, mysql_data_seek, etc to custom functions, and diverted those calls into the proper mysqli object (the old mysql_ calls were removed in PHP7). This new design makes it relatively easy to change databases or connectors (like PDO). More... about 9 years ago
Added /dig /harvest and /fish shortcuts as they are likely used by every player and this will make them more obvious when a player starts. More... about 9 years ago
addition of /award command help and removal of /money which is no longer functional in the client More... about 9 years ago
typo correction More... about 9 years ago
Added function to check who has in his inventory a specific guildhouse key
Talad
as lpancallo
More... over 9 years ago
added graph card and OS
Talad
as lpancallo
More... over 9 years ago