- Protect all endpoints
- No hover over effect on login button
- Cleanup CSS
- Link deposit page
- Add secuirty to deposit page
- Style input box and deposut button on deposit page
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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
var req = { | |
method: 'POST', | |
url: 'http://104.243.42.114:3000/auth/register', | |
data: { | |
email: '[email protected]', | |
password: 'somePassword' | |
}, | |
} | |
$http.post('http://104.243.42.114:3000/auth/register', req.data) | |
.success(function (data, status, headers, config) { |
I hereby claim:
- I am alvinl on github.
- I am alvinl (https://keybase.io/alvinl) on keybase.
- I have a public key whose fingerprint is 02D5 40D6 834D 3A2C BC13 452D 7026 FA5E 5B4B 2B73
To claim this, I am signing this object:
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
function GetCurrencyCode( currencyId ) | |
{ | |
switch( currencyId ) | |
{ | |
case 1: | |
return 'USD'; | |
case 2: | |
return 'GBP'; | |
case 3: | |
return 'EUR'; |
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
*HUD | |
-HP | |
-Armor | |
-Wallet | |
-Job | |
-Salary | |
-Ammo(on the right side corner) | |
-Session time(how long he played on the server and total playing time.) | |
-Plays name above theyr name and theyr rank( like donater or admin super admin) | |
-session time(like SmurfRP at the healthbar etc) |
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
- JetPack | |
- Auto Donation timer | |
- Donate add in game example !donate itzwizzard, and that will add me to the 1 month timer of donator | |
- slot reservation for donators | |
- Gold wep skin for there class | |
- Sparkle trail that can be toggled by doing !trail, do it once turnes it on, twise turns it off and so on. | |
- A green D next to there name and pink txt colour |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' /> | |
<style> | |
body { margin:0; padding:0; } | |
#map { position:absolute; top:0; bottom:0; width:100%; } | |
.marker-properties { | |
border-collapse:collapse; |
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
{ | |
"botname": "donation bot", | |
"username": "bot username", | |
"password": "bot password", | |
"admins": ["123456"], | |
"autoAccept": true, | |
"idle": true, | |
"idleGames": [440], | |
"debug": false, | |
"tradeWhitelist": { |
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
{ | |
"botname": "donation bot", | |
"username": "bot username", | |
"password": "bot password", | |
"admins": ["123456"], | |
"autoAccept": true, | |
"idle": true, | |
"idleGames": [440], | |
"debug": false, | |
"tradeWhitelist": { |
NewerOlder