It's possible to host php website with opencv? [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to create a website that need OpenCV . and i want to know if its possible to host website in the web with OpenCV functions that i need in my website ??
if yes can you give me a simple tutorial ? because opencv need to be installed on Linux or windows but how to set up opencv on the host server ???

If you're asking are there any web hosts that will let you run OpenCV code, then yes. Most VPS hosts will let you install whatever software on the server you need, all you do is SSH into it, and if it's a Deb, platform per-say you may install anything you want with 'apt-get... '
For example, rackspace (http://www.rackspace.com/) is a vps host like what I've mentioned.

Related

How to Run MySQL without installation and access with IP address (like http://127.0.0.1/phpmyadmin) [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
i have to download MySQL zip from this site (https://dev.mysql.com/downloads/mysql/) and run it with cmd but i want to run it with php code and access database with IP address like Xampp or wamp server (http://127.0.0.1/phpmyadmin).
please help me about this problem.
thanks.
what you have done is installed the core of the mysqli. so It does not come with a GUI.
So you will have to manually download the GUI and install it.. its called mysqli workbench
here in this link download it.
you can't use mysqli like phpmyadmin because its a desktop version. If you really want to use the browser version you will have to install wampserver here

how to burn cd using php scripts or Any Api? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to enable windows cd burn using php script or any api key,or any programable language script.how it is possible to do that with php or any programable language script?
Please Suggest?
PHPs main function is preparing and building webpages to display in a clients browser.
I don't think there is any functionality to access the disk drive with PHP alone nor do I think it would be a good idea.
The only way I can think it would work is by running tools installed on the OS through php's exec() function
http://php.net/manual/en/function.exec.php
I Have not used these tools but that's what I found when googling commandline CD ripping and burning.
https://www.cyberciti.biz/faq/linux-ripping-and-encoding-audio-files/
FYI, php runs serverside only so using the linux tools would only work on the hosting machine.
With all the opensource disc management tools out there I cant work out why you would want to build one in php

Which on is better? php on iis or php on WAMP Server on windows server 2003(VDS) [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have a VDS(Virtual Dedicated Server) that Windows Server 2003 is installed on it. I want to use php and MySQL on my VDS. I have two options: 1-install wamp server as a web server or 2-install iis and then use php and MySQL on iis.
Which one do you suggest me to use?
Wamp is a great tool for development but it's not very secure and fast for production.
In my opinion, on Windows the best option is IIS, faster and more secure.
You can easily find some tests by searching on Internet :
https://groups.drupal.org/node/234373
I recommand wamp, more stable and efficient.

My php application with Xampp into a single exe or msi installer? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Xampp is a great product for newbie like us, it is very easy to install and configure. Today I am thinking of rolling up my php applications which I have it inside htdocs folder with the xampp installer. I know that Xampp has a zip package version too. And what I need to know now is that: is it possible and how to include my php application inside the xampp installer or exe for distribution? An example of what I want to achieve is timetracks (it has its own server and all the applications in one installer). Any suggestion is welcome.
You Should look into using server2go http://www.server2go-web.de/ i have used various times to package my PHP apps.

How to use my apache/php web hosting for setting up a radio? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there a way to use my Apache / PHP web hosting to setup an internet radio ?
If i got that right, you want to set up a webradio, not a file acces system to stream to single computers.
In that case, i would suggest u have a look into
Linux
http://www.howtoforge.com/linux_webradio_with_icecast2_ices2
Windows
An alternate is http://www.shoutcast.com/ using Winamp, which can be controlled by an webinterface, accessable via internet if running an apache server
Hope that did help you
I dont know wich platform you have, but take a look at these sites:
For Windows:
http://www.ehow.com/how_7637097_stream-audio-apache-server.html
For Linux: (it says its for Free BSD, but you can use it in every type of Linux, just some commands may be diffrent)
http://drewish.com/writeups/radio_station_website_with_freebsd

Categories