Tagged Questions
1
vote
1answer
44 views
Google Cloud Messaging for Chrome Error 500
So I'm trying to send a message to a chrome extension through GCM, using php.
$data = json_encode(array(
'channelId' => 'channel id here',
'subchannelId' => '0',
...
0
votes
0answers
30 views
How does php calculate execution time?
I am using a cloud hosting. The php script run time varies in difference Vertical scale setting:
10s: 128MB - 200Mhz
1s : 2Gb - 3 Ghz
But I feel the execution time in both case less than 1s, ...
0
votes
2answers
48 views
AWS: Access S3 from Elastic beanstalk application
I have a PHP application which takes inputs from users and writes them to files using normal file operations like fopen, fwrite etc. It works well on my server. If I migrate this whole code to ...
0
votes
1answer
37 views
Zend Cloud Infrastructure InstanceList - How to iterate through the list in the view?
I'm currently working on an Zend app which would control my Amazon EC2 instances through a simple web interface.
I was good until I arrived here:
$ec2 = $this->initEC2()->getEC2();
$instances ...
0
votes
0answers
9 views
HP Magcloud Upload issue
Anyone has experience with HP Magcloud ? My requirement is to upload a pdf to magcloud site using their API, but didn't get any sample code (php) or proper instructions. Seems like Magcloud is in ...
-1
votes
1answer
155 views
how to connect to the database in openshift application
I did as following
MySQL 5.1 database added. Please make note of these credentials:
Root User: xxxxxxx
Root Password: xxxxxxx
Database Name: php
Connection URL: ...
0
votes
0answers
40 views
Architecture for a web micro controller programmer [closed]
For my Bachelor Thesis I'm currently developing a system where Web-Users can program a Micro controller via a webpage and see what is happening with a Webcam.
The Idea is that there is a web server, ...
1
vote
1answer
91 views
looking for Linux alternative to windows azure [closed]
I am currently using Windows Azure to host a couple of websites. At this point I have to say I love everything about it. Its easy to start a site, and within just a few minutes you've FTP'd in and ...
0
votes
1answer
87 views
how to upload a Cloud File on Rackspace and set delete at or file expiry?
I'm on a local XAMPP setup and I can upload a file ok, but I need to set an expiry or delete time.
This does not work (no PHP errors but the file is still there on the Rackspace, web admin page):
...
0
votes
3answers
104 views
Get unique data from while sql query (multiple rows)
How do I get only unique result from this code? I just try query with
SQL SELECT DISTINCT Statement and don't work it :(
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
...
5
votes
4answers
284 views
System catch emails
Currently i'm building a system (custom CMS) and the requirement is to catch all the emails sent by public to registered email address, and reply via the email address through the system via the ...
0
votes
1answer
73 views
how separate words after the commas in the variable to make links?
Hello sorry for my bad English.
I want to make a tag cloud and i don't know how to get words by words from string .
here is example what I want to make
$text = "admin,demo"; //whit foreach in php
...
1
vote
1answer
196 views
Unable to connect to MongoDB hosted on a different server - PHP
I have created two AWS instances and have allotted two different Elastic IPs to them. One instance is used for the database server (hosted in MongoDB) while the other is for hosting the website.
I am ...
2
votes
0answers
101 views
google cloud storage service account access not configured
I'm working on a PHP script that automatically uploads PDF documents to a Google cloud
bucket.
I'm using Google's cloud storage service account.
The result I'm getting is:
Error calling GET ...
0
votes
1answer
172 views
Xeround - Connecting to Database with PHP
I am having issues connecting to my Xeround database through php. I have successfully connected using JDBC in java, but I'm trying to do it from my website and it is not working.
Here is the php ...
-1
votes
1answer
379 views
Creating a website like dropbox or skydrive to store files securely [duplicate]
Possible Duplicate:
Creating a website like dropbox or skydrive to store files securely
I create a website like dropbox or Skydrive. I understand PHP, HTML and CSS but the question I want ...
2
votes
1answer
64 views
Alternate way to upload files in folders
Actually this is about a cloud storage web app
A web app where user have their own private folder and i want they should have their own folders too .What could be the best way, to tell uploader that ...
0
votes
1answer
75 views
MySQL - INNER JOIN to another server
I have a question, how to INNER JOIN two tables between two Database server...
If INNER JOIN in one server is okay, but how about two ?
Any idea ?...
1
vote
1answer
112 views
tag cloud with mysql
Is there any other way to make tag cloud from mysql without temporary tables?
mysql> explain wallpaper_keywords;
+--------------+-----------------------+------+-----+---------+----------------+
| ...
0
votes
1answer
39 views
Sessions on a remote cloud computer
I am programming on a cloud platform called kodingen. I have an investing competition coming up and i am making an equation/algorithm to automatically trade for me. The way i am getting to do this ...
0
votes
1answer
44 views
Running User Database on EC2 but domain is hosted elsewhere
I have a user database and some PHP scripts running on an EC2 instance. However my domain and site are in another location (on shopify). The EC2 instance is running as a subdomain A record.
I am ...
0
votes
0answers
134 views
PHP Web Drive like Google Drive? [closed]
With PHP, i want to verify whether we can make a fully geared Web Drive App like Google Drive or not. Is any best example product already out there with PHP?
1
vote
1answer
88 views
Amazon S3 Cloud architecture
I'm writing an app that let's you share files in the cloud.
You make a user-account and can upload your files with and send links to friends.
I'm using Amazon S3 to save the data.
But I'm not sure ...
1
vote
2answers
148 views
“error establishing a database connection” windows azure + wordpress
I am the owner of http://www.netzkino.de (the wordpress-website is running on azure).
Mostly all works fine, but under last, I got the message "error establishing a database connection".
I guess ...
0
votes
1answer
55 views
Why is it not possible to install the plugin launcheffect for wordpress on red hats openshift?
I am trying this out:
I want to install http://launcheffectapp.com/download/ on openshift.
But when I try under plugins to upload the *.zip file I only get:
Installing Plugin from uploaded file: ...
0
votes
0answers
76 views
How to install postgresql_wordpress local on a win or linux machine?
I am trying this out:
https://github.com/mhoofman/wordpress-heroku
Its simply a wordpress which you can install on heroku, BUT before you deploy it there you have to install plugins because on heroku ...
1
vote
1answer
117 views
How set Meta data key in php for Rackspace Cloud API
I am using Cloud File API of Rackspace Cloud server in PHP, I want to generate a temp url to download files for direct to my server for this i am using get_temp() method of this api but before use to ...
0
votes
1answer
416 views
Debugging PHP Cloud application via SSH tunnel
I'm trying to use remote debugging in Eclipse/Windows via an SSH tunnel as described in these articles on PHP Cloud.
http://www.phpcloud.com/help/putty-ssh-debug-tunnel
...
0
votes
0answers
96 views
decrypt on app password for remote login using curl
I have an onApp integration with WHMCS and would like to incluse a link to the clinet area, that will take user to onApp in logged in condition. Now I have on App login id and password is stored in ...
5
votes
2answers
242 views
Cloud computing service for PHP and Node.js
I am using PagodaBox to scale PHP applications deployed via git.
In this application I would like to include also Node.js.
To me, PagodaBox seems not able to integrate Node.js. Can you recommend me ...
1
vote
1answer
92 views
PHP XDebug in distributed environment (cloud)
As far as I know, PHP profiling tool XDebug saves its results into files. However, it's difficult to deal with such files when the application runs in the cloud distributed environment. What's the ...
-1
votes
1answer
101 views
Flex/AMF/PHP in a cloud application
We are attempting to provide a service where two customer devices would need to talk to each other through our servers. Each device may come online or go offline at anytime. When they are both online, ...
0
votes
1answer
317 views
PHP in Azure cloud service
Can any one suggest what is the configuration need to be done to run a simple php file in the Azure cloud service.
I am able to view my simple php file in Azure Web Site, But i cant view the same ...
1
vote
1answer
130 views
vCloud Director sdk for PHP
Has anyone managed to initiate a vApp template and then assign an IP and computer name to the associated VM via the vCloud Director API using the PHP SDK?
I have been able to initiate the vApp ...
0
votes
1answer
50 views
Zend_Cloud_Storage how to send files to browser?
I'd like to store my asset in the cloud. I thought Zend_Cloud_Storage may be the right library? For now they are saved locally using Zend_Cloud_StorageService_Adapter_Filesystem. Upload works so far.
...
0
votes
1answer
574 views
saas architecture for lamp based crm application
This will look like range of questions but all are related to SaaS and PHP based application we have been building. We are conscious about our application architecture and studying it so that we ...
0
votes
1answer
271 views
upload photo on google cloud server
I want to upload the photo in google cloud server instead of my server to avoid load on my sever. Also I want to fetch the images later in my server. I will do that in php and mysql. Is it possible to ...
0
votes
1answer
104 views
How to handle syncs between server instances in a cloud? [closed]
i'm wondering how the sync of cloud instances is done. There're a lot of PHP cloud providers, who always say you can simply set up a lamp stack and fill your db and upload your php files and simply ...
0
votes
1answer
431 views
How to implement cloud computing and generate token in php?
I wanted to do a cloud computing project in php. The project is that users will store their files in cloud server and if there is any manipulation in their files without their knowledge, then it ...
0
votes
1answer
451 views
Unable to push to phpfog, permission denied (publickey)
I am trying to host my php application over phpfog cloud services, this is my first ever try with any GIT client; following the procedure as defined in PHPfog documentations, I am done with creating ...
0
votes
1answer
131 views
Using EC2 instances for screenshots?
I wonder how apps like these generate screenshots for different browsers. Are they using EC2 instances to run various browsers and generate and store (Amazon S3?) screenshots?
0
votes
1answer
541 views
Creating an API (with PHP) [closed]
I been having this idea spooking around in my head for 2 weeks now. I’ve finally created some cases and plans on where I want to go with this project. I will have to create both a web application ...
0
votes
0answers
131 views
curl_init() not working, causing fatal error on Bitnami Cloud Image AWS
Ok, I have created a simple test script that var dumps curl_version() and the results are below:
array(9) {
["version_number"]=>
int(463618)
["age"]=>
int(3)
["features"]=>
...
0
votes
1answer
64 views
Use of PHP cloud apps in .Net web framework
My question in it's most basic terms is this: Could I develop an app in PHP to live in the cloud which I could use on websites that are built in the .NET framework?
I am asking this because an app ...
2
votes
5answers
699 views
Web based IDE solution [closed]
What I want to do is, to work on my projects from "everywhere" with internet connection
I tried followings:
Tried to connect from my office to main PC with remote desktop apps like: Team Viewer, ...
2
votes
4answers
887 views
App Engine alternative for PHP/MySQL
Does anyone know of a company that allows us to deploy PHP/MySQL applications on their cloud platform similar to Google App Engine? We would like the platform to be user-friendly as well as autoscale ...
0
votes
1answer
122 views
Claim based multiplattform (single sign on)
Is there a "single sign on" system which works with .NET (maybe WIF), JAVA and PHP?
Is Kerberos a possible solution? I'm new to that topic and would need some hints for google for them. I would like ...
1
vote
3answers
986 views
Building large scale REST service - PHPFog, cloudControl, Orchestra or Amazon AWS [closed]
I am about to plan and build a large scale REST service. Because of that I have looked into how I could make my setup in the cloud. At first I wanted to do it with Amazon RDS and Amazon EC2 - however ...
0
votes
1answer
42 views
Referencing Files from the Cloud
I asked a question earlier about the difference between cloud apps and web apps, and the answers and links I received made me to believe that 'cloud' is more of a location of an application, and not ...
3
votes
4answers
711 views
Cloud Apps vs Web Apps
I have 2 questions:
First, what's the difference between a web application and a cloud application? Are there any differences at all? If I'm developing a web application (a site with many interactive ...

