We thought we could add one or two cheat codes on our site, to make it spin etc. Also made it as a little celebration of my brand new PRO account!
A Pen by Ben Johnston on CodePen.
| { | |
| "name": "PhisherCXX", | |
| "description": "Phisher NSFW Cloudstream Extensions", | |
| "manifestVersion": 1, | |
| "pluginLists": [ | |
| "https://raw.githubusercontent.com/phisher98/CXXX/builds/plugins.json" | |
| ] | |
| } |
We thought we could add one or two cheat codes on our site, to make it spin etc. Also made it as a little celebration of my brand new PRO account!
A Pen by Ben Johnston on CodePen.
| In order to migerate greenlight from one server to another please follow these steps : | |
| 1) Perform a rsync with old server to new server using this command rsync -Havu --progress root@oldserver:/root/greenlight/ /root/greenlight | |
| 2) copy the .env to newly rsynced greenlight | |
| 3) execute ./sdbi.sh or | |
| #/bin/bash | |
| docker-compose down | |
| ./scripts/image_build.sh sdbi release-v2 | |
| docker-compose up -d |
| # Example 1 - Unit test implementation using Selenium + Opera Webdriver | |
| # Opera 57.0 download link - https://www.softexia.com/windows/web-browsers/opera-57 | |
| import unittest | |
| from selenium import webdriver | |
| import time | |
| from time import sleep | |
| # Importing options for the Opera module | |
| from selenium.webdriver.opera.options import Options |
| 123 |