- Open command prompt and run as administrator.
- Navigate to the "C:\Program Files (x86)\EasyPHP-Devserver-17"
- Type cmd
lodctr /r
and press enter.
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
/** | |
POPCAT Popbot v3.1 (Direct send pops to API & bypass bot detection) | |
https://github.com/jvloo/popcat-popbot/ | |
@version 3.1.3 | |
@author Xavier Loo <[email protected]> | |
- Get Started: https://github.com/jvloo/popcat-popbot/blob/main/README.md | |
- Troubleshoot Guide: https://github.com/jvloo/popcat-popbot/wiki | |
**/ |
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
import os | |
from seleniumwire import webdriver | |
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile | |
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary | |
# Uncomment these if you need additional information for debugging | |
#import logging | |
#logging.basicConfig(level=logging.DEBUG) | |
# The location of the Tor Browser bundle |
- Error: The following untracked working tree files would be overwritten by merge. Please move or remove them before you merge.
- Solution: Track all files, remove all of the local changes to those files, and then get the files from the remote origin. (https://stackoverflow.com/a/26639255/11690179)
git add *
git stash
git pull
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
{ | |
"AC": ["+247-####"], | |
"AD": ["+376-###-###"], | |
"AE": ["+971-5#-###-####","+971-#-###-####"], | |
"AF": ["+93-##-###-####"], | |
"AG": ["+1(268)###-####"], | |
"AI": ["+1(264)###-####"], | |
"AL": ["+355(###)###-###"], | |
"AM": ["+374-##-###-###"], | |
"AN": ["+599-###-####","+599-###-####","+599-9###-####"], |
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
1. Get this file and save it to your hard drive: https://curl.haxx.se/ca/cacert.pem | |
2. Configure `curl.cainfo` in `php.ini` with the full path to the file downloaded in step 1. | |
3. Restart Apache. | |
Reference: https://stackoverflow.com/a/11910818 |
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
0-00.usa.cc | |
0-mail.com | |
0.pl | |
001.igg.biz | |
0039.cf | |
0039.ga | |
0039.gq | |
0039.ml | |
007addict.com | |
00b2bcr51qv59xst2.cf |
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
require 'date' | |
# Actually doesn't matter WHAT you choose as the epoch, it | |
# won't change the algorithm. Just don't change it after you | |
# have cached computed scores. Choose something before your first | |
# post to avoid annoying negative numbers. Choose something close | |
# to your first post to keep the numbers smaller. This is, I think, | |
# reddit's own epoch. | |
$our_epoch = Time.local(2005, 12, 8, 7, 46, 43).to_time |
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
<?php | |
/** | |
* Ranking Library | |
* contains alogrithms for story ranking | |
* Basically a PHP Implementation of reddits algorithms | |
* | |
* @author Lucas Nolte <[email protected]> | |
* @since 0.1 | |
* @package Polska Wiadomosc | |
* @subpackage Libraries |
OlderNewer