Skip to content

Instantly share code, notes, and snippets.

@cbunting99
cbunting99 / wordpress.conf
Created October 29, 2023 09:29
NGINX - Wordpress security and performance optimization (Old)
##Please create a file folder named wordpress.conf in /etc/nginx/conf.d insert into these codes##
# Common deny or internal locations, to help prevent access to not-public areas
location ~* wp-admin/includes { deny all; }
location ~* wp-includes/theme-compat/ { deny all; }
location ~* wp-includes/js/tinymce/langs/.*\.php { deny all; }
location /wp-content/ { internal; }
location /wp-includes/ { internal; }
location ~ /(\.|wp-config.php|readme.html|license.txt) { deny all; }
# Add trailing slash to */wp-admin requests.
@cbunting99
cbunting99 / Installing HermesProxy and Arctium
Last active October 30, 2023 10:56
Installing HermesProxy and Arctium for using Newer Wow clients with old servers.
HOW TO INSTAll:
https://www.mediafire.com/file/s1b5gw8gbxivvrg/Hermes-Arctium.rar/file
Extract these files to your main Wow directory, In winrar or 7zip, choose extract here...
Now you should see something like:
_classic_era
Data
@cbunting99
cbunting99 / GM_Commands.csv
Last active November 18, 2023 00:11 — forked from pboardman/cmangos_commands.csv
GM Commands
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 15 columns, instead of 3. in line 5.
Command,Account level,Syntax,,,,,,,,,,,,
account',0',Syntax: .account\r\n\r\nDisplay the access level of your account.',,,,,,,,,,,,
account characters',3',Syntax: .account characters [#accountId|$accountName]\r\n\r\nDisplays a list of all characters for an account either by provided #accountId or $accountName,or the account of a selected player.',,,,,,,,,,,
account set addon',3',Syntax: .account set addon [#accountId|$accountName] #addon\r\n\r\nSet the allowed expansion for a given account ID,username or selected characters account. Allowed values are 0 for vanilla,1 for The Burning Crusade,and 2 for Wrath of the Lich King.',,,,,,,,,
additem',3',Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcountAdds the specified number of items of id #itemid (or exact (!) name $itemname in brackets,or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted,only one item will be added..',,,,,,,,,,
account lock',0',Syntax: .account lock [
@cbunting99
cbunting99 / botcommands.txt
Last active November 22, 2023 11:14
cMaNGOS TBC Bot Commands
Commands:
=========
/s .bot add BOTNAME (add character to world)
/s .bot remove BOTNAME
/invite BOTNAME (bot will auto accept invite)
/t BOTNAME orders combat COMBATSORDER [TARGET] (assign combat orders like healing, assisting or tanking to a bot, see below for detailled explanations)
For a full list of commands, use '/t BOTNAME help' or various subcommands e.g. '/t BOTNAME help auction remove'.