4,273 Topics
![]() | |
Hi there, I have a really irritating site problem that I just can't get my head around. I only have fairly basic coding skills and hope that someone here can help crack my issue. I own a small php/mySQL based job board which I have moved from hosting to hosting … | |
I just want to know can my own design server communicate directly with mobile appication (Android ,IOS ,BB). I need to send some information in XML form to the app. Regards | |
EDIT: links fixed Hello guys ! Alot of people today want or actually have a website. But do they really understand the possible risks and dagers on the internet? You can never know when hackers or other institutions will target you, and people do not realize that your personal information … ![]() | |
Hi all! I have a problem that I can not solve. I have several web pages within the same web server. In the router the 80 port is redirected to the address 192.168.10.203 (webserver1). Now after creating another webserver I have realized that i don't know how to redirect traffict … | |
I'm trying to run a cron job on my web server. I used the cron module at the cPanel to add the file and used this command.. `sh ./public_html/crark/run.sh` The problem was that it takes the root folder context for all the followed processes i.e. I call run.sh from cron … | |
I am going to host my own website, using Microsoft's ISS to host them. My question is that when I am hosting them, and I want to update them with a newer look, will I just be able to edit my HTML code and then the next time the page … | |
i have done my web application using ffmpeg to covert my videos to mp4h264 baseline codec and everything works fine , my questions is how do i host the web application in server as my hosting server doesn't support ffmpeg with windows , Any advice would be helpful as where … | |
Hi, Please suggest a best free software for simulating a linux web server and internal netwrok in a organization connected in LAN to test a web application for the organization. I would like to test everything in my laptop before getting to the location and setting up the routers, switches, … | |
![]() | Hello folks, I am completely new to php. I wish to develop php programs and execute them. What should I do to run php programs using Apache Web Server Under Windows ? ![]() |
i want to know whether can i configure visual studio web developer 2010 express edition to work with apache web server instead of ISS? | |
hallo there, i ve build a very small cms that a user can install to a web server (apache). Its about school pages. I am writing this piece of info because i have tested it enough and it had been and still is working fine for several users. Yestarday, a … | |
Hello guys, I would like to know how client browser send data to server whithout refreshing the page (just like chat in facebook)? I have searched in google but I found alot of tutorials but non of them told me what is the basic idea about web server client synchronization? … | |
hi i am using visual studio 2008. and sql server 2005. now my doubt is how to connect the mdf in asp.net application with C#.??? am using design in web form in asp.net applicaton with C# can any body ask ??/ how to connect the database and how to connect … | |
I have a strange problem, I have a domains and a subdomain [url]http://client.spry-forms.com[/url] (login using demo/demo) [url]http://spry-forms.com/ClientAdmin[/url] (login using demo/demo) The server is setup with only tomcat 6.0.18.0 Both the above domains are mapped to tomcat/webapps/ClientAdmin. When some one logs in from the second url, the link CREATE NEW FORM … | |
I am getting very cheap cloud server hosting packages from atlantic.net and they are saying that, it is VPS in the cloud But I don't understand, what does vps in the cloud mean? Can anybody please explain and clear my shaddyness? Here is the link of the VPS in the … | |
Server Error in '/AVBrothers' Application. The request failed with HTTP status 404: Not Found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.WebException: The request … | |
Hi everyone I'm having a very annoying problem that I can't seem to find an answer to. I have a rather simple web app that basically retrieves some data from a database. I'm using Visual Studio 2010 Pro. I've developed the app and deployed it to my web server and … | |
Im an IT student from La Salle University, where having a problem regarding our final Thesis project. Our Project is about Android Application, our problem is that **(1)we dont know if an application can get a stored 3d animation(video) from a web server**. **(2) We cannot get the Conceptual Framework … | |
HI friends...i am just given a project of setting up a client server network .. means our teacher had said that use two PC , one for client and one for server.. install windows server 2003 on one PC and client windows(xp,7) on other... and set up a server like … | |
I'm trying to execute a binary on my Linux web server. The binary is called 'phantomJS' which is used mainly to create screenshots of a webpage. I logged into my cPanel and found the following information about my server: Operating system : Linux Architecture : i686 So I went ahead … | |
Hi, I have a question about web hosting. I want to purchase a hosting package from web.com, and they have mysql database. But the web hosting package says i can only have 300mb, but the issue is theres a 25 in front of the 300mb, it looks like this 25 … | |
[url="http://../tutorials/tutorial6028.html"]Original thread [/url]- To see why this was Updated [i] Reason for new thread is to start with a clean slate and I will also be providing a tutorial for SQL and possibly Oracle DB connections to show how easy this code is to implement regardless of the DB you … | |
Hi guys, i recently installed server 2008, + IIS + web platform 4.5 (actually that is installing now) does anyone know for any tutorials or know how to set it up for web hosting? many thanks :) Ade | |
I made c# asp.net web form application with visual studio 2008 with oracle 10g database using Oracle.DataAccess. When I start debugging or start withoutdebuggin from visual studio, it workd fine. (visual studio and oracle 10g server and client are installed in my pc). I publish the application and use ftp … | |
Hi Guys, I am attempting to write an application that copies any file from the user's local machine to another server on the same network. The Catch The server that will house the application is separate from the server that will receive the files from the local user's machine. In … | |
Hi friends.. I am trying to upload file in apache http server(Some Url) using WEBDAV sardine concept..I coded for file uploading and Apache server configuration and all. I wanna do this file Read and Write With authentication.. So,i added .htaccess password file in apache.. When i am trying to upload … | |
hello, I want to ask linux guys - what is the benefit of using scp command in putty instead of using winscp and drag and drop copying? I tried to copy, and it does not work for me with scp command, so I have to waste my time figuring out … | |
I am making a desktop application using vb.net and oracle and crystal repot. How can I upload the application on the web? For creating web page: upload css and HTML files to the web server using FTP(if the contents are incompleted, but still can see on the web) For the … | |
Hi, I have a problem whith my multisite wordpress website. On my local server is all ok but on the server i have an 400 bad request error. I think that this is a problem problem with my Web server. Here are some code snippets of my .htacces file. # … ![]() | |
Hi all, I am using an apache web server, and this is the raw url: `http://localhost/mysite/index.php?view=contact` how do I convert that to: `http://localhost/mysite/contact/` My current .htaccess is saved in `http://localhost/.htaccess`, and reads as: RewriteEngine On RewriteRule ^mysite/(.*)/$ /mbs/index.php?view=$1 [L] and I get a 500 internal server error? Thanks for the … ![]() | |
Hello, I need help getting work as a website developer. I have thought about creating free website templates and creating a fan base through that then eventually offering a service where I will create the website from scratch for the customers but I can't find any websites where I can … ![]() | |
I have completed a chat messenger with java socket programming. It's run on localhost, so clients can locate it. If i want to run the server side part of it on a web server, then what i should do? how could the client programs will find the ip and connect … | |
I'm trying to write a web server but with the code I have but I'm getting the GET/ht.html can't be opened. The html document (ht.html) is supposed to be opened in the browser. What can be added or changed so it'll work properly? The code I have is: #include <sys/types.h> … | |
I have created login application using spring in my local machine using Apache + Eclipse. I exported WAR of the same without setting the target server as i am deploying the same on sun web server. Application successfully deployed on sun web server. Successfully opens welcome page when click on … | |
I have created a customised shopping cart coded in PHP. Once the user has filled their cart they hit checkout and all of the details, including the address detail, are posted into a PayPal shopping cart and the user can pay using a PayPal account or a credit card. After … ![]() | |
I'm trying to write a web server but with the code I have I'm getting 'open failed'. The html document (ht.html) which is supposed to be opened in the browser. It seems as though the code I have is not opening the file received through the socket hence it's saying … | |
Hi, I have a script that sends uploaded images to my images folder on my web server. Im not sure but I think it also renames the images (which is what I want to happen). Could someone please take a look at this script for me and tell me if … | |
This is a pretty broad question so bear with me here. I'll try to make it as understandable as possible haha. Alright, so lets imagine I have an SQL database on my web server named **diary**, and I have a table in the database called **entries**. The table has the … | |
So far I have encountered this on [url]http://www.vgcats.com/[/url] and [url]http://uk.youtube.com/[/url] The error message I get is this: "[B]Server not found[/B] Firefox can't find the server at [url]uk.youtube.com[/url]. Check the address for typing errors such as ww.example.com instead of [url]www.example.com[/url] If you are unable to load any pages, check your computer's … | |
im planning to switch my hosting vendor. help me pls | |
Hi, having a problem implementing partial page postbacks using a scriptmanager and an update panel. Here is a test page using a web form to call a user control. I am hitting the else statement in the code behind that confirms I do not have a functioning partial post back. … | |
Hello Daniweb Members, I was hoping someone could give me a break down on server virtualisation, in correspondance to what I am currently running/planning on running. I understand that one of the main reasons for server virtualisation is to save money on physical hardware, reduces space, can act as a … | |
I have done RND on Spring Application development on Apache Server at home which works fine. Now we are about to start the development of web application using Spring in my company. Is Spring deployment is feasable with **sun java system web server** And which tool to prefer for development … | |
Hello Sir, I have a simple Issue but It is not resolve by me i.e input parameter are not store in Ms-Access. I store the input parameter through Standard Action <jsp:useBean>. jsp:useBean call a property IssueData. this property exist in SimpleBean which create a connection from DB and insert the … | |
I am posting looking for anyone who is or has hosted with [greentohost.com](http://www.greentohost.com/), So any experience on greentohost on their green hosting plan please share with me, thanks | |
Hello Daniweb Members, I have just finished setting up a simple DNS Server using BIND9 on Ubuntu, the main reason I did this was that it should theoretically make browsing faster as it doesn't need to send requests to my ISPs servers which are appeoximately 241 miles away... or at … | |
When moving a wordpress site from one host to another is it necessary to download the old wp-config.php (the correct the path to find the new db user/ url etc) in otherwords, my question is this: is there stuff on the old wp-config.php (other than define db, define db user, … | |
Hi, Can anybody please me, how to increase the performance of the web server? Thanks ![]() | |
Hello Daniweb members, I am having issues when attempting to go to a domain name I own. When I type it in, the page shall load up a login for a 'goahead Web Server' and 'MW3520 Multi WAN Router'. Here is a run down of what I've got setup: * … |
The End.