In your command prompt / powershell enter git config --global core.autocrlf false if you are getting errors when cloning git products in PHPSTORM
ARCHIVE
Posted on August 30 2018 / in Tutorials
Install community edition here Install custom – location C:\mongodb Go create C:\data\db folder Go to C:\mongodb in command prompt Run mongod open another cmd.exe and run mongo Access http://localhost:27017/ to check
Posted on August 1 2018 / in Javascript, Tips
Go to the text editor ( where you can input html content ) and input: <script>setInterval(function(){ if(window.jQuery){ jQuery(window).trigger('resize'); } },3000);</script>
This is the code function sanitize_youtube_url_to_id($arg){ if(strpos($arg,'youtube.com/embed')!==false){ $auxa = explode('/','youtube.com/embed/'); if($auxa[1]){ return $auxa[1]; } } if(strpos($arg,'youtube.com')!==false || strpos($arg,'youtu.be')!==false ){ if(DZSHelpers::get_query_arg($arg,'v')){ return DZSHelpers::get_query_arg($arg,'v'); } if(strpos($arg,'youtu.be')!==false){ $auxa = explode('/','youtube.com/embed/'); $arg = $auxa[count($auxa)-1]; } } return arg; }
Posted on May 23 2018 / in Tips
Just use this in SQL update dzsap set site_url = REPLACE(site_url, 'wwww.', '')
Posted on March 21 2018 / in Tutorial
Important: When creating the application, make sure you are having Invisible reCAPCHA selected Recapcha V2 apps will not work Step 1 First, we need an API key, so head on over to https://www.google.com/recaptcha/admin. To gain access to this page you’ll need to be logged into a Google account. You’ll be asked to register your website, so