Ubuntu20.04 Install Apache PHP MySQL on Digital Ocean Droplet

First create a Digital Ocean Droplet with OS Ubuntu20.04, choose password login for SSH into droplet. # apt update # apt install unzip -y # apt install curl -y Install Apache & MySQL Server # apt install apache2 -y # apt install mysql-server -y # mysql_secure_installation (it will ask you MySQL server login new password) … Read more

Footer Stick Ads – Boost Advertising Income 4X

Hello Friends, Everyone wants to increase their advertising earning using some tool or tricks. I was looking same so, starting search on YouTube to optimize website for advertising and then find some useful info about it. Footer Stick Ads is one of them… “Footer Sticky Ads” are OK, with one exception… if it don’t annoy … Read more

Best SEO Blogger YouTuber in India

I was searching for good SEO experts (YouTubers) in India to boost my SEO skills. Everyone need best advice to achieve their blogging, website and marketing goals. GOALs – Learn Digital Marketing – SEO Tools & Resources – Affiliate Marketing – Email Marketing – Youtube Video Marketing – Mobile marketing – Content marketing – SMM/SMO, … Read more

Get RTMP Server Setup in 3 Minutes

You are wondering how you can setup Free RTMP Server using Nginx in 3 minutes or less. Yes, docker can help you to setup free Nginx RTMP Server with FFMPEG, SSL and HLS. #rtmpserver #rtmp #live #nginx #adaptiveNGINX, nginx-rtmp-module and FFmpeg from source with default settings for HLS live streaming https://t.co/CCJxVqXLvH pic.twitter.com/FVRC7Mme3Z — Radio Streaming … Read more

Serverless Radio

Welcome to really new Idea of Radio Streaming where no VPS or SSH required. Yes, it’s Serverless Radio. Serverless Radio Player provides JavaScript Radio Linear Audio (MP3) Stream like AutoDJ for your Internet Radio Listeners anywhere in the world. Serverless Radio don’t need any VPS or Dedicated Server to install & configure Radio Server or … Read more

PHP Parse Master HLS M3U8 Playlist

I have posted an article to parse HLS / M3U8 Links “PHP Parse HLS M3U8 TS Links” Here is new post for grabbing HLS HTTPS links from master m3u8 playlist…. <?php $hls = “#EXTM3U #EXT-X-VERSION:3 ## Writed by svnlabs 2020 | Skype : svnlabs ## #EXT-X-STREAM-INF:BANDWIDTH=800000,RESOLUTION=640×360 https://hls.server.to/m3/QjNlVWtlSFJUT2VKWVNZQWNCNWVvUzRZem9uWFlybGRGQmFYS0FzWGh5M3JwL3YzcTFVaVh5YkJVUkQ4aStzbHBTaCt2bzZSc2U2TCtNYm5LVjBKQWtEWDY5MXdUTnN3eUx2Skh3aU94S1FBNnd6S255R1kzbVRWVlBRUStNNEVtTVI4amJOT01CWGYxcXozUkpLZzU0Mnk2ZFNaOWdOZWFVVXBVODJ3VGlRc28rdTNBNFg2bmZRbE1mdTlwM2RU #EXT-X-STREAM-INF:BANDWIDTH=2800000,RESOLUTION=1280×720 https://hls.server.to/m3/QjNlVWtlSFJUT2VKWVNZQWNCNWVvUzRZem9uWFlybGRGQmFYS0FzWGh5M3JwL3YzcTFVaVh5YkJVUkQ4aStzbHBTaCt2bzZSc2U2TCtNYm5LVjBKQWtEWDY5MXdUTnN3eUx2Skh3aU94S1FBNnd6S255R1kzbVRWVlBRUStNNEVtTVI4amJOT01CWGYxcXozUkpLZzU4NDl1UFNPK293TkZxRjZ5dGRSVWVteHVPczJBTXBoUld2dEhqTlA1UitQ #EXT-X-STREAM-INF:BANDWIDTH=800000,RESOLUTION=640×360 https://hls.server.to/m3/QjNlVWtlSFJUT2VKWVNZQWNCNWVvUzRZem9uWFlybGRGQmFYS0FzWGh5M3JwL3YzcTFVaVh5YkJVUkQ4aStzbHBTaCt2bzZSc2U2TCtNYm5LVjBKQWtEWDY5MXdUTnN3eUx2Skh3aU94S1FBNnd6S255R1kzbVRWVlBRUStNNEVtTVI4amJOT01CWGYxcXozUkpLZzU0Mnk2ZFNaOWdOZWFVVXBVODJ3VGlRc28rdTNBNFg2bmZRbE1mdTlwM2RU #EXT-X-STREAM-INF:BANDWIDTH=2800000,RESOLUTION=1280×720 https://hls.server.to/m3/QjNlVWtlSFJUT2VKWVNZQWNCNWVvUzRZem9uWFlybGRGQmFYS0FzWGh5M3JwL3YzcTFVaVh5YkJVUkQ4aStzbHBTaCt2bzZSc2U2TCtNYm5LVjBKQWtEWDY5MXdUTnN3eUx2Skh3aU94S1FBNnd6S255R1kzbVRWVlBRUStNNEVtTVI4amJOT01CWGYxcXozUkpLZzU4NDl1UFNPK293TkZxRjZ5dGRSVWVteHVPczJBTXBoUld2dEhqTlA1UitQ”; // process … Read more

Fatal error: Call to undefined function mysql_query() – PHP

I was working on my old project it was using old mysql extension function for PHP, but Server have latest PHP version 7. So I am getting below Errors…. Fatal error: Call to undefined function mysql_query() – PHP Fatal Error: Uncaught error: Call to undefined function mysql_connect() Here is quick & dirty fix for old … Read more

Installing Gender PHP Extension

Gender PHP extension is “gender.c” part program written by Joerg Michael. PHP gender extension finds gender from firstnames using gender database contains > 40000 firstnames for 54 countries. >> CentOS Linux release 7.4.1708 (Core) PHP 7.2 # yum –enablerepo=remi install php72-php-pecl-gender I am using Nginx with PHP 7.2 Check files exists # ll /etc/opt/remi/php72/php.d/40-gender.ini # … Read more