Skip to main content

Posts

Globe B593s-22 USIM Unlocker, Openline SIM

  Download

Downloadable: MS Office 2016 + Activator

  Download link will be removed on September 10, 2021 for storage space.   Type Compressed Archive Size 2.53 GB Storage used 5.24 GB Location Downloads Download Now

Free SQLyog Ultimate 12.4.3

  SQLyog is a GUI tool for the RDBMS MySQL. It is developed by Webyog, Inc., based in Bangalore, India, and Santa Clara, California. SQLyog is being used by more than 30,000 customers worldwide and has been downloaded more than 2,000,000 times. General Info Type Compressed Archive Size 11.6 MB Storage used 28.7 MB Location Google Drive License Key ec38d297-0543-4679-b098-4baadf91f983 How to install SQLyog? 1. Disconnect your computer from Internet. 2. Install SQLyog Ultimate 12.4.3.exe . 3. Run the Application and Register given serial key 4. That's all , Enjoy

Alumni Management System - Open Source

  Type Compressed Archive Size 10.4 MB Storage used 10.4 MB Location Google Drive Download

Remove unused Wordpress stylesheets and scripts - Just code it!

  Just have found a good way to remove unnecessary css and js links on your website header. If you aren't familiar with a good page load auditor, you might visit Gtmetrix.com , Pingdom.com , and Google Page Speed  to check your site's performance. Unused CSS and JS scripts makes your site's page load so heavy and sometimes it turns over 10 to 30 seconds to display your frontend on the browser. Thus, this way could also give you more idea on how do you manage your site's performance.  I have tried several times the use of  wp_dequeue_style()  functions both in my child and parent theme but didn't worked. However, I never liked contact form 7 to run out in my front-end since before I get into Wordpress platform so I often removed it by adding code define( 'WPCF7_LOAD_CSS', false )  into wp-config.php just below define( 'WP_DEBUG', false ) . So let's get started. You must first check the running css on your front-end on browser element inspector. On

Working Dark Web links in 2021

.Onion v2 will be deprecated in October 2021. v3 .onion sites will be formally launched. Yet, if you are wondering what's all about .onion, download Tor Browser and install to your computer. Tor will connects you to the deep web often called "hidden sites" and some calls it "dark web". Note: Never open the links if you do not have information about .onion sites.  FAQ What are .onion links?   onion links are only accessible via the Tor Network, commonly known as the "dark web"   How do I access .onion links?   you need the Tor Browser, which is a modified version of Firefox that routes any traffic through the Tor Network   Is accessing the Tor Network/Dark Web illegal?   a quick search in your prefered search engine will give you the answer  How do I stay safe while browsing the dark web?   only use the Tor Browser on a Unix based OS (macOS/OSX and Linux (any distro/flavor will do)) and have a VPN that does not keep logs, do some research and set

Deprecated add_to_cart_fragments, fix it!

ISSUE (error) : The The “add_to_cart_fragments” hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments The function ‘add_to_cart_fragments’ is an outdated woocommerce function. Woocommerce version 3.0 and above have changed the filter to ‘woocommerce_add_to_cart_fragments. If your WordPress, themes and plugins are outdated then this problem could be easily fixed by updating your website in just a click! If you’re having trouble with this on your website’s “error_logs” while your website is up to date, you should find where the “add_to_cart_fragments” function is located. See the photo where I found “add_to_cart_fragments” On my end under the ‘Essential Grid’ plugin. add_to_cart_fragment filter I replaced the “add_to_cart_fragments” to “woocommerce_add_to_cart_fragments” then finally the error_logs is now clean!   Please take note:  review first the file class-wc-deprecated-filter-hooks.php under