- Open cmd (run as administrator), then use
dism /online /set-edition:serverstandard /productkey:TVRH6-WHNXV-R9WG3-9XRFY-MY832 /accepteula
With .htaccess just need to add these flags: | |
php_value session.cookie_httponly 1 | |
php_value session.cookie_secure 1 |
-- Sarathstra, Scourge of the North @CRAFTED V1 EDITION | |
SET @ROKHAN=26859; | |
SET @SARATHSTRA=26858; | |
SET @GOSSIP=9434; | |
-- Creature Text | |
DELETE FROM `creature_text` WHERE `CreatureID`=@ROKHAN; | |
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES | |
(@ROKHAN, 0, 0, "Don't ya worry, mon. Just leave it to Rokhan. She be comin'.", 12, 0, 100, 1, 0, 0, 26047, 0, 'Rokhan to Player'); |
ID | |
618 | |
1701 | |
1846 | |
5063 | |
5067 | |
5068 | |
5143 | |
5146 | |
5892 |
A Reminder that this feature can find the Oldest YouTube videos ever. | |
Discussion | |
Want to find the oldest ever YouTube videos? | |
Type "whatever you're looking for before:year(or date)" in the search field and have fun. | |
Examples: | |
Oldest videos about birds "birds before:2005" |
dism /online /set-edition:serverstandard /productkey:TVRH6-WHNXV-R9WG3-9XRFY-MY832 /accepteula
Find the Discord channel in which you would like to send commits and other updates
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
[opcache] | |
; Determines if Zend OPCache is enabled | |
opcache.enable=1 | |
; Determines if Zend OPCache is enabled for the CLI version of PHP | |
;opcache.enable_cli=1 | |
; The OPcache shared memory storage size. | |
opcache.memory_consumption=512 |
RAR registration data | |
WinRAR | |
Unlimited Company License | |
UID=4b914fb772c8376bf571 | |
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d | |
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 | |
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd | |
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 | |
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 |
@echo off | |
if "%1"=="list" ( | |
netsh advfirewall firewall show rule multiple_ip_to_fw_rule | findstr RemoteIP | |
exit/b | |
) | |
netsh advfirewall firewall delete rule name="multiple_ip_to_fw_rule" | |
for /f %%i in (C:\PATH_TO_TEXT_FILE_WITH_IP_ADDRESSES\multiple_ip_to_fw_rule.txt) do ( | |
netsh advfirewall firewall add rule name="multiple_ip_to_fw_rule" protocol=any dir=in action=block remoteip=%%i |