Author: Bad Joe
How to cancel Paypal subscriptions?
Last updated: 20211031
Just head to:
https://www.paypal.com/sg/cgi-bin/webscr?cmd=%5fmanage%2dpaylist
and cancel. The most important feature of paypal is so hard to find.
How to set up SMTP to use Amazon SES?
Last updated: 20210908
how to use amazon SES SMTP?
1. get SMTP credentials:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html
2. current smtp server:
Obtain from above help link.
3. verify send out email identities: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domain-procedure.html
4. Add DNS record on Cloudflare
5. wait up to 72 hours:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html?icmpid=docs_ses_console
6. upgrade to move out of sandbox of Amazon SES:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html?icmpid=docs_ses_console
7. turn on Production mode
8. In CI, set $config[‘smtp_crypto’] = ‘tls’;
How to prevent child rows closing in Datatable when refreshing content using AJAX?
Last updated: 20210818
Follow this:
https://datatables.net/forums/discussion/53712/re-open-collapsed-child-rows-after-ajax-reload
then also..
Also make sure your Datatable during initialization, is not using RESPONSIVE for a smooth experience as it would cause some glitching.
$options[‘responsive’] = true; // will cause blinking glitches during ajax refresh of datatable content
What is the best instragram video sizes?
best instagram video sizes:
https://support.buffer.com/hc/en-us/articles/360037965494-Instagram-s-accepted-aspect-ratio-ranges
landscape: 1500 x 1200 pixels
How to remove ads and messages from Kaspersky nagware virus?
Last updated: 20210628
So you’ve purchased and bought Kaspersky, and it’s now promoting more software and popping up ads everywhere?
I almost decided not to renew my Kaspersky subscription. Until I found out how to disable the ads and spams from Kaspersky.
https://support.kaspersky.com/common/settings/14038
Good luck!
How to fix Codeigniter: fatal error call to undefined function mysqli_init() ? Especially after upgrading to PHP 7.4 or higher in WHM?
Last updated: 20210608
Install the mysql extension via EasyApache4.
How to add ZipArchive to your cPanel/WHM site? Fatal error: class ‘ziparchive’ not found
Last updated: 20210608
If you are using WHM, install PHP 7.4 or higher – as PHP 7.2/7.3 on WHM, will not work with below settings/methods.
https://support.cpanel.net/hc/en-us/articles/360061185574-Call-to-undefined-method-ZipArchive-setEncryptionName-
—
After installing PHP 7.4, continue with:
If you have WHM available it is easier.
Log in to WHM.
Go to EasyApache 4 (or whatever version u have) under Software tab.
Under Currently Installed Packages click Customize.
Go to PHP Extensions, in search type “zip” (without quotes),
you should see 3 modules
check all of them,
click blue button few times to finish the process.
This worked for me. Thankfully I’ve WHM available.
You will also need to install other extensions that were installed for 7.2 and 7.3 that your website used before.
Now make sure to switch the site PHP version to 7.4
How to fix Instagram “Something went wrong” when trying to promote a post?
Last updated: 20210529
Step 1:
Open you Instagram
Step 2:
Head to Settings via the TRIPLE stroke button at the TOP RIGHT.
Step 3:
Select “Settings”
Step 4:
Scroll down to “Facebook Accounts Center” at the bottom.
Step 5:
Go through and disconnect all FACEBOOK accounts with your INSTAGRAM.
Step 6:
Head back to the post you want to promote. And hit “Promote”
Step 7:
You will go through connecting the Facebook Accounts again, and this time you can proceed to promote your post.
How to create a bootable Windows USB , Windows To Go ?
https://www.pcmag.com/how-to/how-to-run-windows-10-from-a-usb-drive
https://www.techspot.com/article/1751-windows-to-go/