wamp

Menu Not Available from WAMP Server 2 Tray Icon on Windows 7 Machine

╄→гoц情女王★ 提交于 2019-12-08 17:45:38
问题 I've downloaded and installed WAMP Server version 2.1d on my Windows 7 machine. When I select "start WAMP Server" from the Start menu, the tray icon appears, but has no functionality. When I hover, the tool tip tells me that 1 of 2 services has started, but the server is offline (which is probably a separate issue). I've run Windows update and installed an optional update for my graphics driver. What else could be preventing the WAMP Server menu from appearing when I right-click the tray icon

Installing Zend Debugger on Wamp/Windows Vista

偶尔善良 提交于 2019-12-08 13:26:48
问题 I'm trying to make Zend Debugger run on my Wamp server on Windows Vista. Here are steps, which I folowed: Download ZendDebugger-5.2.15-cygwin_nt-i386.zip from http://downloads.zend.com/pdt/server-debugger/ Copy \ZendDebugger-5.2.15RC1-cygwin_nt-i386\5_2_x_nts_comp\ZendDebugger.dll to c:\wamp\bin\php\php5.3.0\ext\ZendDebugger.dll Edit php.ini (checked using phpinfo(), that I'm editing right php.ini) like this: zend_extension_ts=C:\wamp\bin\php\php5.3.0\ext\ZendDebugger.dll zend_debugger.allow

How can I connect to localhost using the Tetherigh Hotspot of a phone?

筅森魡賤 提交于 2019-12-08 13:23:56
问题 I can't seem to find a solution for this. Either it hasn't been asked, is impossible, or I used wrong key words, so I'm gonna try and ask here. My problem is that I have two phones and a laptop. My Laptop has WAMP 3.0.6 on it and has my database and server. One phone is connected via tethering USB cable to the Laptop and has its Tethering Hotspot on. The other phone is connected to the first phone via Wifi to Hotspot connection. However, when I try to use the method of http://IP:PORT on the

Running ffmpeg command using shell_exec in php as a background process in windows

放肆的年华 提交于 2019-12-08 12:39:43
问题 I'm trying to convert a video from .mp4 to .flv in php using: shell_exec("ffmpeg -i input.mp4 output.flv 1>output.txt 2>&1"); Also I am taking output of entire process in output.txt file to use it in creation of progress bar in javascript (that's not the problem here). The problem is: if video(input.mp4) size is>50Mb then it takes too long to complete shell_exec (>30secs). which hangs the UI unnecessarily. So what i want to know is: Is there any way to make shell_exec work together with rest

Install FFMPEG on WAMP

三世轮回 提交于 2019-12-08 11:48:46
问题 I've probably spent over 12 hours trying to install FFMPEG on WAMP. I'm aware that other people have had this question answered on this site, however it does not work for my setup. I have tried the below: Download ffmpeg_new Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext Copy files from common to the windows/system32 folder Add extension=php_ffmpeg.dll to php.ini file Restarted all services (Apache, PHP...) My current setup is PHP 5.2.1, Apache 2.0.63. I have a

how to run multiple projects on Apache using Virtual Hosts?

杀马特。学长 韩版系。学妹 提交于 2019-12-08 10:50:45
问题 My vhosts are: # for localhost to work properly <VirtualHost *:1983> ServerAdmin admin@localhost DocumentRoot "d:/wamp/www" ServerName localhost </VirtualHost> # - See more at: http://yogeshchaugule.com/blog/2014/how-setup-virtual-hosts-wamp#sthash.zVhOHBlJ.dpuf # - @: http://www.techrepublic.com/blog/smb-technologist/create-virtual-hosts-in-a-wamp-server/ # - @: http://www.kristengrote.com/blog/articles/how-to-set-up-virtual-hosts-using-wamp (maybe out of usable scope) # afm : Agile Farm

PHP startup: Unable to load dynamic library php_ssh2

妖精的绣舞 提交于 2019-12-08 10:03:00
问题 I am trying to install php_ssh2 extension on wamp. I do the following things: copy libssh2.dll to C:\Windows\SysWOW64 register the dll file: Regsvr32 libssh2.dll copy php_ssh2.dll to C:\wamp\bin\php\php5.5.12\ext add extension line in php.ini i got the message: Hope if someone will know to help ! Thanks in advance 回答1: libssh2 is a PITA. I'd just use phpseclib's libssh2-compatibility-layer: https://github.com/phpseclib/libssh2-compatibility-layer Example: <?php include('phpseclib.php'); $ssh

unable to insert and retrive mysql server database information

故事扮演 提交于 2019-12-08 09:56:22
问题 i have created a database named test(table name demo) on wamp on my friend's pc.i am able to see this table from my browser using ip address of my friend's pc. but i want to insert and retrive data into this database(test) using java code from my pc. i try that but netbeans shows an error message. here is my code : package ashdemo; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class Ashdemo

@font-face not loading fonts on webpages

别说谁变了你拦得住时间么 提交于 2019-12-08 09:37:20
问题 I'm developing a website locally, so my WAMP server on Windows 8 is serving up the pages. This site will be hosted on a secured server so for security reasons, I can't use the fonts.google.com CDN in the source code. I want to use the @font-face directive to embed the fonts in the .css files, but the fonts do not display in any browser correctly. The fonts will display if I include the hosted CDN link. I have read several posts on SO, but none of them I have read answer my particular problem.

How to bring back my database to wamp sever?

不羁岁月 提交于 2019-12-08 08:37:28
问题 My server got crashed today morning, so before re-installing it I just copied the folder where my localhost was running so that my databases are not lost and trust me I preserved it safely. Now its re-installed and now my localhost is working but all I want is 'employee' database back to its place. How do I get it? I copied the folder employee and saved back to where it was but its of no use. Am still stuck. Reminding you, I didn't export it before re-installing. So can someone tell me how to