Skip to main content

Posts

opencart multilingual seo toolkit unhide/unlock/serial/crack/whatever - on localhost

opencart multilingual seo toolkit unlock - on localhost Add at the end of \admin\view\javascript\multilingual_seo_toolkit\multilingual_seo_toolkit.min.js the following code $( document ).ajaxComplete(function() {     $('#Activation').hide();     $('#MultilingualSeoToolkit').show(); }); I just did it to use the  in localhost and there was no way to use a legit version for a customer. It's a workaround that shows the module's panel. I'm not promoting pirated stuff!!

http://www.lorenzofontana.org | attacked by a malware/bad-backlinks

almost all  the pages have bad backlinsk with "cialis" related keywords. ("Cialis price canada") http://archive.is/cD6m8 ("Buy cialis london") http://archive.is/8aJf0 ... etc. Note: I have no relations with the malware or anything that happened on that site.

http://www.wordze.com | errors, path disclosure, *free* account creation

Path: /home/wordddze/ Mysql user: wordddze password: Some errors ____________ Warning: mysql_real_escape_string(): Access denied for user 'wordddze'@'localhost' (using password: NO) in /home/wordddze/public_html/index.php on line 656 Warning: mysql_real_escape_string(): A link to the server could not be established in /home/wordddze/public_html/index.php on line 656 Warning: mysql_real_escape_string(): Access denied for user 'wordddze'@'localhost' (using password: NO) in /home/wordddze/public_html/index.php on line 657 Warning: mysql_real_escape_string(): A link to the server could not be established in /home/wordddze/public_html/index.php on line 657 Warning: mysql_real_escape_string(): Access denied for user 'wordddze'@'localhost' (using password: NO) in /home/wordddze/public_html/index.php on line 658 Warning: mysql_real_escape_string(): A link to the server could not be established in /home/wordddze/public_html/inde...

Install tensorflow on windows 10 - the easy way (?)

Install WinPython  (I installed WinPython-64bit-3.6.0.1Qt5) run WinPython Powershell Prompt.exe To check if you have the latest pip run: pip install --upgrade pip To install tensorflow run: pip install --upgrade tensorflow To install virtualenv (optional - virtual environment) run: pip install --upgrade virtualenv