Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
194 views

Is fopen safe to use in public software?

I am creating a web application that I hope to release to the public for downloading and installing on anyone's own web server, however I just was informed that some webhosts disable the use of fopen ...
2
votes
5answers
559 views

Free hosting sites that support php [closed]

I need to host my web pages written in php using free host. is there any hosting sites that provide to upload php pages freely.
2
votes
6answers
2k views

Webhoster inserts a javascript which brokes my code how to remove it?

I use the free webhost 000webhost. The service is okay but it inserts some javascript counter into every file and request. The script looks like this. <!-- www.000webhost.com Analytics Code ...
1
vote
2answers
75 views

Do you know of any free webhosts that allow SMTP to an exterior email provider?

I have written up a PHP script that sends form inputs to an email. However, the free webhost that I've tried could only send SMTP to a domain that you owned. I don't have one yet, and can only use ...
1
vote
2answers
148 views

Installing Python JSON library onto webserver

This question is based on 2 parts I think: (TL;DR at bottom) 1-How do I install libraries or modules for Python onto my webserver? I've already emailed my webhosts to ask if I have permissions to or ...
1
vote
2answers
2k views

Connecting to database on web host in Visual Studio or Sql Server Management Studio

I have a web site developed locally with a local Sql Server database. I also have a web host that provides one Sql Server database for my site. Now I want to deploy the application, and I would like ...
1
vote
1answer
68 views

implementing google wave into a website

How do I implement my own personal copy of google wave into a website? Im talking about something similar to the "Acme Wave" example. I found http://www.waveprotocol.org/ but am unsure how I go from ...
0
votes
1answer
38 views

Sending mails via SMTP using WordPress on 000webhost

I have my WordPress (WP) blog installed on 000webhost.com free hosting servers. WP uses the PHP mail to send emails by default. This WORKS for me. However, the recipient gets a warning that the email ...
0
votes
3answers
27 views

Different PHP script behavior online

I have the following problem. I have a script that gets the Airdate of TV Shows and i alter it before I save it to my database. Locally on my localhost it works perfect, but when I tried it online and ...
0
votes
1answer
84 views

How do I put my codeigniter project onto my host account (iPage)?

So, i'm a total noob with codeigniter but i'm getting by. I have a domain name on iPage. Currently, I am using codeigniter w/ my codeigniter project inside htdocs which is inside XAMPP. Everything is ...
0
votes
2answers
62 views

Compiling Java on Tomcat/JSP Hosting

I'm thinking of purchesing hosting from a company that has Tomcat/JSP install on their servers (arvixe.com/linux_web_hosting). I wish to know if I need tomcat/jsp in order to compile a .java file on ...
0
votes
0answers
52 views

Google ad not working on webhost ? Zymic Hosting

Does anyone know why the google ads will not show up on the following website: http://bridgegap.zxq.net/google_ad.html but works on this website: http://gebsbo.limewebs.com/google_ad.html. The ...
0
votes
1answer
133 views

Cannot connect to remote MySql Server in Kohana

I'm trying out Kohana for a php application, and I have a simple database test working when connecting to my localhost installation of MySql. But when I try to change the connection to a remote MySql ...
0
votes
2answers
41 views

Panel gets hidden on web server

on localhost its fine but on the webhost it gets hidden I can't figure it out. This is the url where its hidden: EDIT: Removed url...
0
votes
0answers
25 views

MySQLi and Webhost Problem

I've uploaded a PHP script with a MySQLi-query in it to my webhost. Locally it works fine. But at my webhost it reports a simple "Fatal error: Call to a member function execute() on a ...
0
votes
1answer
64 views

WebHost runs Python 2.4 & I need Python 2.6+ to run my scripts that use SQLite3

I have a website that loads/displays by grabbing the HTML from an SQLite3 database & displaying that (so if the user is on a Smart phone it will grab different HTML from the database than for ...
0
votes
1answer
98 views

Proplem When I try to publish my website

I'm trying to publish my website on a webhost which using plesk panel but when I upload my publushed website I keep getting this error : A network-related or instance-specific error occurred while ...
0
votes
1answer
109 views

How to dispatch / redirect to appropriate directory according to sub domain

I am deploying a simple website at a web host, but encounter some issues. I am quite new in this area. My domain "xxx.com" 's default directory is public_html/xxx.com at server. (which means ...
0
votes
1answer
38 views

Favorite/Recommended Webhosts [closed]

I'm in search of a new web host. I've been using Dreamhost for the past 4-5 years, and although I have no complaints, I figured there might be better alternatives out there now. I came across Media ...
0
votes
1answer
140 views

.htaccess conflicts with protected directory (.htpasswd)

I use a .htaccess file to rewrite my urls to make them SEO friendly, this works fine. This file is located in the root (public_html). A website runs there too. Now I created a directory named ...
0
votes
2answers
162 views

10.000 visitors a day: Is dedicated server needed? [closed]

What is the average limits of shared webhosting. If a website with almost no photos and only writing has more than 10.000 visitors a day, can it survive on a shared server? Or would you suggest ...
0
votes
1answer
31 views

Asp.Net MVC application does not update files on web host?

I'm developing an MVC 2 application and have it on a web host. It works fine, but the strange thing is that when I update files, the updates don't "take". I can even delete an entire Controller file ...
0
votes
2answers
97 views

asp:Menu Not working on webhost

I'm using Visual Studio Web Express 2008 to develop an ASP.Net website. I have a master page that every page inherits from and on that master page I have the asp:menu control. On my local machine the ...
-2
votes
2answers
35 views

Deploying an ASP.Net Website [closed]

I need to deploy a website on a web hosting server. I am using ASP.net with C# and SQL Server. This is the first time i am deploying any website so please help me and tell me the steps.. Also i have ...