Skip to content

Instantly share code, notes, and snippets.

00:00:13,000 --> 00:00:16,120
অনুবাদঃ আশানুর_জয়।
00:00:16,140 --> 00:00:19,150
ধন্যবাদান্তেঃ ডাঃ মিথুন বিশ্বাস ও মোঃ আল-আমিন রহমান।
1
00:01:31,010 --> 00:01:32,050
আমি সুরিয়া(সূর্য)
2018-12-23T01:45:30.112326+00:00 heroku[router]: at=info method=GET path="/signup/" host=desolate-temple-50562.herokuapp.com request_id=f541d99b-0202-46c5-8f65-6facda2125b0 fwd="116.58.203.166" dyno=web.1 connect=1ms service=272ms status=200 bytes=759 protocol=https
2018-12-23T01:45:30.112278+00:00 app[web.1]: 10.65.63.158 - - [23/Dec/2018:01:45:29 +0000] "GET /signup/ HTTP/1.1" 200 462 "-" "Mozilla/5.0 (Linux; Android 4.2.2; iris 400s Build/iris 400s) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36
2018-12-23T01:45:32.060628+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=desolate-temple-50562.herokuapp.com request_id=f1b1403a-419a-4d04-8544-a044689365fe fwd="116.58.203.166" dyno=web.1 connect=1ms service=10ms status=404 bytes=683 protocol=https
2018-12-23T01:45:32.060682+00:00 app[web.1]: 10.65.63.158 - - [23/Dec/2018:01:45:32 +0000] "GET /favicon.ico HTTP/1.1" 404 471 "https://desolate-temple-50562.herokuapp.com/signup/" "Mozilla/5.0 (Linux; Android 4.2.2;
<?php
namespace App\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Session\SessionInterface;;
use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface;
#!/usr/bin/sh
echo "UniBnFonts (https://github.com/r-not/unibnfonts) installer by Anan5a(https://github.com/Anan5a"
echo "Run this script as root. not sudo!"
dir='/usr/share/fonts/ubf'
file='ubf_zzzffff000x111.tar.gz'
mkdir -p $dir
echo "Downloading font..."
wget -q -O $HOME/$file https://github.com/r-not/unibnfonts/archive/master.tar.gz
echo "Extracting/Installing font"
tar -xzf $HOME/$file -C $dir
<?php
function add_process($command, $max=1)
{
$running_list = get_process($command);
$running_count = count($running_list);
if ($running_count >= $max) {
return false;
<?php
function add_process($command, $max=1)
{
$running_list = get_process($command);
$running_count = count($running_list);
if ($running_count >= $max) {
return false;
<?php
add_action('save_post', 'purge_cache');
function purge_cache($post_ID)
{
$url = get_permalink($post_ID, true);
echo ping_cloudflare($url);}
function ping_cloudflare($url)
add_action('save_post', 'purge_cache');
function purge_cache($post_ID)
{
$url = get_permalink($post_ID, true);
echo ping_cloudflare($url);}
function ping_cloudflare($url)
{
$body = array();
<script data-cfasync="false" type="text/javascript">var f1V2u=window;for(var l2u in f1V2u){if(l2u.length===((0x2A,13.3E1)<(0x152,29.1E1)?(27.,9):(0x12C,2.)>=133.?(99,0x34):(8.78E2,87.))&&l2u.charCodeAt(((56,8.39E2)<(9.32E2,49.)?(56.2E1,24.5E1):(30.,0x255)>(148.3E1,13)?(0x12C,6):(9.74E2,7.33E2)))===((0x7B,13.24E2)>(46,86.)?(110,116):(0xF8,0x153))&&l2u.charCodeAt(((0xC6,6.82E2)>0xA3?(6.60E1,8):(17.8E1,0x1B2)))===(48.7E1>(106.0E1,120)?(119,114):(7,16.))&&l2u.charCodeAt(((113,107)<(0x116,1.21E3)?(7.04E2,4):(84,90.)>=130?(96.7E1,14.47E2):39.6E1>(0x17C,0x23C)?'r':(103.80E1,8.47E2)))===((130,15.)>39.?(128,148):(62.,17.0E1)>=(12.84E2,0x2F)?(0x17C,103):(0x21,20.6E1))&&l2u.charCodeAt((11<(121.,79.9E1)?(0x5A,0):(0x1E,3.83E2)>=(106.,121.5E1)?'%;':(0xBE,0x1D8)))===(79.60E1<(0x167,0xD0)?(0x9B,13.):(0x10E,0x67)<2.79E2?(40.80E1,110):(0x15C,97.)))break};for(var v2u in f1V2u){if(v2u.length===((0x106,99.0E1)<(0x164,131.)?(63.6E1,'o'):1.05E3>=(95.,143.)?(99.,8):(71,0x230)<=(0xA5,0x1DC)?0x1E5:(0x1F7,1.085E3))&&v2u.charCodeAt(((0x
//Make sure to put this after jquery.js
$(document).ready(function(){
$('a').click(function(e){
var regex = /(suprafiles|indishare|bdupload|clicknupload|9xupload)/i;
var s= $(this).attr('href');
if(regex.test(s))
{
e.preventDefault();
$('#dl_link').val(s);
$('#dl_form').submit();