Posts

Solve The mcrypt extension is missing Please check your PHP configuration Phpmyadmin Error in Ubuntu 13 10

Image
Solve The mcrypt extension is missing Please check your PHP configuration Phpmyadmin Error in Ubuntu 13 10 Ive done installation phpmyadmin on Ubuntu 13.10 with apache web server. I restarted apache2 and after login to phpmyadmin, on the bottom of the page show this error: " The mcrypt extension is missing. Please check your PHP configuration. " like screenshot below: So, how to fix this problem? Its bug is missing mcrypt.ini , where the file located in /etc/php5/conf.d/ , which should be in /etc/php5/mods-available/ . So we should move mcrypt.ini into /etc/php5/mods-available/ with the following commands below: Run the Terminal, and switch to superuser / root by type: sudo su Then move mcrypt.ini file into /etc/php5/mods-available/ | mv -i /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/ Then type this command: php5enmod mcrypt Then restart apache2: service apache2 restart So, you will not find error on the bottom of the phpmyadmin page. download file now

Sony Siap Bawa Game Playstation ke Iphone dan Android

Image
Sony Siap Bawa Game Playstation ke Iphone dan Android Pada tanggal 1 April lalu SONY mengumumkan perusahaan baru dengan nama SONY Interactive Entertainment yang memiliki divisi yang bernama "ForwardWorks" yang akan bertugas untuk menangani handling mobile gaming. Yang memimpin divisi ini adalah Atshusi Morita yang merupakan mantan Presiden dari SCEs Asia and Japan Divisions ForwardWorks yang mempunyai kantor pusat di Tokyo ini dapat menggunakan nama Playstation, mulai dari title, karakter dan juga format game dan juga mengurusi Handling Mobile Gaming. Dengan begini Playstation akan memasuki pasar Mobile. Dan bisa jadi kedepannya kita akan dapat memainkan game klasik Playstation di smartphone kita. dari pihak SONY mengatakan bahwa mereka akan terlebih dahulu fokus terhadap pasar Japan dan sebagian Asia. Jika rencana ini berhasil SONY mungkin akan mencakup seluruh dunia. Jadi kapan kita akan dapat memainkan game Playstation di smartphone kita? ForwardWorks mengatakan bahwa game...

Spotlight Giveaway Sons of Devils by Alex Beecroft

Image
Spotlight Giveaway Sons of Devils by Alex Beecroft Read more � download  file  now

Solution for DOMException Failed to load because no supported source was found error in Chrome with HTML5 media API

Solution for DOMException Failed to load because no supported source was found error in Chrome with HTML5 media API After updating Chrome to release 53 this week, my web application was no longer able to use the media API to capture video with a webcam. This is the third time that I am forced to update my code due to changes in Chrome... this is getting a little annoying! The error message I was getting in my javascript console is: DOMException: Failed to load because no supported source was found Ill keep it short. The problem was the way I set the source of my media element. I was setting the source like this: navigator.getUserMedia(videoObj, function(stream) {    CaptureImageStream = stream;    CaptureImageVideo.src = stream ;    CaptureImageVideo.play(); }, errBack); It seems like this is no longer supported. I changed it to this and it now works again: navigator.getUserMedia(videoObj, function(stream) {    CaptureImageStream = stream;   ...

g/sqlmap/trunk/sqlmap sqlmap-dev

g/sqlmap/trunk/sqlmap sqlmap-dev sqlmap,introduction,–,sql,injection,walkthrough download  file  now