4,273 Topics
![]() | |
Is there any software out there, where an IT person can design a form in a form-builder application whether it be a web-interface or a program where they can add input fields with functions that work like the asp.net form wizard in MS Frontpage, in which allows the IT person … | |
hi there can anyone tell me if its possible with php to use certificate to autenticate to a web application admin area instead of using common username and password? and is there a vps web server that can encrypt the whole drive and database of my application, for it may … ![]() | |
Hello all i am working on a web server right now. I can normally type in my ip address at my house and it will connect to my server if my firewall is shut off. I have a router, with and internal and external ip. I'm trying to get my … | |
Hello all this is my c++ web server that i can get working on my computer but not connecting to others for some reason. I am not on a router, just using my external ip address. If i run the server and type my external ip address into my browser … | |
Hello, I intend to execute a shell script from PHP using shell_exec() in a simple file as follows: [CODE] <?php $result = shell_exec('sh /var/www/script.sh'); echo "<p>$res</p>; ?> [/CODE] This fails to produce any sort of output! I have manually executed the script from the shell of the PHP web-server and … | |
Hello, I'm developing an e-commerce site in a LAMP environment. Is it advisable to separate data on to different servers (i.e. to have one server as the web server and another server to house transaction and other customer data)? In other words, from a security perspective is there any reason … | |
Hey guys, I was just installing the PHP on my laptop. And, on one of the windows, it is asking me if I want the wizard to setup a web server. Do I need one? There is a list: IIS FastCGI, Other CGI, or Do not setup a Web Server. … ![]() | |
Hello all . I have a few simple one or two questions. I'm wondering what the limitations of a web server are. say i have xamp with apache in it running hooked up the the folder i usually put my web, sites on, can i type in my ip address … | |
Hi all i am new to Node.js i followed the tutorial and typed the following [CODE]var sys = require("util"), http = require("http"); http.createServer(function(request, response) { response.sendHeader(200, {"Content-Type": "text/html"}); response.write("Hello World!"); response.close(); }).listen(8080); sys.puts("Server running at http://localhost:1331/");[/CODE] its running fine while i run it through cmd but when i open my … | |
Hello Hello Hello. At the moment i am working on contacting my web server through my browser. I have got it working. I can communicate with my web server by typing [url]http://localhost[/url] into my browser. [CODE] // fakewebserver.cpp : Defines the entry point for the console application. // #include "stdafx.h" … | |
Hello all. I have made a web server in c++; I am able to type in my browser [url]http://localhost[/url] , this will contact my server and make a connection i can add a variable onto the end separated with a ?. I want to send messages to my web server … | |
guys, need help... Im currently working on a project with jasper report. it seems that the pdf file (report) runs on a browser succesfully without a subreport in Glassfish server but when there is a subreport the error occurs. ive been working with this problem since last week and im … | |
Hi, I am struck in a big problem. I am creating a JAVA ME application which requires to consume web services created at my server using SOAPpy. I am using netbeens for creating JAVA mobile application. Netbeans has a web services import feature from where you can simply paste WSDL … | |
Hi friends., I need one help from you all. Actually i am working asp.Net 4.0, i need to specify path in different folder in my project.so, i think if i place server.mappath in web.config is very useful for me how can i place it. tell me any sample or code … | |
Hey guys, I just started a hosting company and I wanted to know which is the best Client management program/plugin script to go with. Something that gives the ability to create invoices, links to make payments (maybe paypal), notifications, messages...something pretty basic. If you have a link to scripts that … | |
now; web.Navigate("http://www.yougetsignal.com/tools/web-sites-on-web-server/php/get-web-sites-on-web-server-json-data.php?remoteAddress=" + TextBox1.Text) this my code.and web.document.complete ListBox1.Items.Add(web.DocumentText) but result [CODE]{"status":"Success", "resultsMethod":"database", "lastScrape":"2012-01-22 08:05:08", "domainCount":"46", "remoteAddress":"mikrofiltre.com", "remoteIpAddress":"188.124.8.186", "domainArray":[["afatogullari.com", ""], ["anadolukarikaturculerdernegi.com", ""], ["anadolukarikaturculerdernegi.org", ""], ["dekopol.com", ""], ["efesplaygrounds.com", ""], ["ezelhijyen.com", ""], ["gurtuna.com.tr", ""], ["krossdekorasyon.com", ""], ["kucukerler.com", ""], ["mikrofiltre.com", ""], ["mikrofiltre.com.tr", ""], ["omakbobinaj.com", ""], ["otokivanc.com", ""], ["oyunparkiicinherseyburada.com", ""], ["ozlemtokerim.com", ""], ["payeplast.com", ""], … | |
m receiving the following error while publishing my site on iis. Please help. I have also attached the screenshot Server ErrorInternet Information Services 7.5 Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed … | |
Hello all, Long time reader, first time poster here. I've been a web programmer for some time now but really never got into any scripting languages, I guess you could say I was just a web designer. Either way I want to write a little web server in Python to … | |
I'm installing Drupal 6.22 to my host server but when registering the database upon install this is what I'm getting...I'll admit I'm new to coding but a fast learner. Any input is greatly appreciated. These are the errors. Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory … | |
I seem to be having a major problem with FFMPEG on my local test server everything seems to work fine the videos encode and everything. I moved all of this onto my new Windows 2008 Web Server, which uses IIS 7 and everything works I get no errors or anything … | |
As I was looking for a webhost to host some important files of me that I need at various locations, I 'discovered' what I already knew: filehosting is expensive! :) As I'm exploring some alternative web file-sharing methods, I heard some people found a way to share files from their … | |
I know it is possible to do so ... But I'm wondering how it can be done... is there any direct php source or html source code for words plugin or whatsoever? From the sources that I've been wandering around google so far is only viewing .... Or maybe theoretically … | |
Quartiz.com is hosted on a Linux server based in Pennsylvania, USA and from time to time, the server needs to be upgraded and rebooted for maintenance. Mostly admins do this during the wee hours, but our company has offices and clients in six different countries across many time zones and … | |
What i want to build is this: Sending a command to another computer and get the results back on the computer where i started on. Additional info: I have a web server running with python on 192.168.10.100:5000. When i go to this address i get a web page and on … | |
[CODE]<html> <head> <title>Pie Chart Demo</title> </head> <jsp:useBean id=[COLOR=red]"myChart"[/COLOR] class=[COLOR=red]"classes.beans.votepie"[/COLOR] scope=[COLOR=red]"session"[/COLOR] /> <body> <h2>Vote Results Pie-chart</h2> <%String chartViewer = myChart.getvoteserve(request, response);%> <img src=[COLOR=red]"<%=chartViewer%>"[/COLOR] border=0 usemap=[COLOR=red]"#imageMap"[/COLOR]> </body> </html> [/CODE] accessing this above viewrst.jsp file shows the following error: [CODE][B]HTTP Status 500 - [/B] [B]type[/B] Exception report [B]message[/B] [B]description[/B] [U]The server encountered an … | |
hi i dont know if this the right place to post this but launching a new business and need to manage it from overseas and is there a php or any web base script which i can use to do this. Automate sales process and close more deals Customize & … | |
hello every body, Usually one client establishes multiple TCP connections to a certain web server ‎for improved HTTP performance. how can it seen to be as one session? is it contain the same port number and Ip address? then what is the difference between it, to diffrentiate between them? thank … | |
Hi all, I installed Ubuntu Server with the LAMP package and there is behavior I don't understand. If I access the web server by its local IP, my browser will display the index.html file located at /var/www/index.html, and PHP apparently works. But if I try to access it over the … | |
Hello, I have purchased this software and I am wanting to upload it to make a website and the software came with instructions on how to install it and I would like to ask if you could explain to me what I need to do. Thank you for helping me … | |
Hello, I am creating a web server which lets me insert into a table. The user invokes the specific ID and its meant to append to the table with that ID, startdate and an enddate. [CODE] <WebMethod()> _ Public Function reserveVehicle1(ByVal vID As Integer) As Boolean Dim strInsert As String … | |
Hi, This may help others too here if i succeed. I created a web form (mysql database) by phprunner v6.0. all went well. form is showing mysql data, can submit, edit add delete data. now there is a programming part which is need to be done and because of lack … | |
Hi all, I am using asp:UpdateProgress and asp:UpdatePanel.it works on local fine but when i upload it to live site then it is not working. please do some needfull help. thanks, krunal | |
VPS (RAM:3GB) vs Dedicated server (Core2Duo 2.13GHz, RAM:2 GB) Which one have the best performance? | |
Hi, I need to change [B][url]http://localhost[/url] to [url]https://localhost[/url][/B] 1. I am working on the Apache(Xampp). 2. Operation System -> Windows Machine. 3. Am having [CODE]"DIGITAL CERTIFICATE"[/CODE] (license one - Am not using a self signed certificate) 4. I don't know how to configure this "DIGITAL CERTIFICATE" in my Apache Web … | |
Hi! i Want to deploy a server for hosting my web pages please help what type and version of OS? And WHM/hosting manger? what do you think about CentOS And Kloxo (lxcenter.org) and who i can have best SecurityØŸ | |
Hi, I have to create an executable to put in windows task bar to read foxpro dbf file and update mysql table in the web server by checking new records in the dbf file comparing the unique key in both table whenever the internet connection is available in the desktop … ![]() | |
Please Any help me , I need Free JSP hosting with MS SQL (Data base) for one month as a trail basis to check my Project Work ! Please Help me out! | |
Hello, Is it possible to get data from another web server (not local webserver) using php and by that I can create the php connection to store into local mysql ... ? Any ideas? | |
Hi, I seem to be completely stumped here. I have a server with CentOS 5.4 installed with CPanel and I can access my CPanel admin with [url]http://192.168.x.x:2086[/url] I also have a test site that I have created using CPanel (let's call it testsite.com). Now here is the problem: I can … | |
Hi everyone, My friends and I are looking at getting a domain and hosting (at least vps or cloud, minimum). I would like to know everything I need to know before even handing our money over. I really don't want to break any laws in any countries, I want us … | |
Using newly registered domains with a very short lifespan to host malware websites is so last year. It would appear that these days such things are far more likely to be hosted on much older compromised web sites instead. Could this be down to a decline in domain tasting? The … | |
Programming in PHP is fun and easy. It is a very powerful scripting language that takes simple HTML and turns it into a fully-interactive experience for the web user. Let's get started! Note: These tutorials assume that you have a working web server that's capable of displaying PHP code and … | |
I have created a report using NAVICAT Report Tool Report has an extension RTM . How..Do i run this report on Online web server.. | |
I have completed the attached project. I used Visual Studio 2010 to do this project. I can view the website just fine when I am in VS 2010, but when I upload the files to a web server and try to view to main page, I get error messages. Please … | |
Hi guys. We are a small company with a network of 5 local and 5 remote pc's (connected via VPN). Our current server (or better to say, kinda-server, since I built it up on a regular pc) is not enough for us anymore so we plan to upgrade to a … | |
Hi i had a several reseller account in the past and all one the time one of the go hacked and completely mess up my stuff an put stupid pictures instead of my site. I tried everything from changing user name and pass putting something longer but dont know how … | |
Hi All, I am relatively new to the world of webservers and java, so please pardon me for any mistakes i make in conveying my problem. THe problem is as following: we have a sunone webserver 1(abc.com), and there is a sun one webserver2(def.com) there is a jsp application in … | |
So I have Microsoft SQL Server 2008 R2 installed and an instance set up with a database an user setup on that database with a password. I have installed PHP, and IIS and got PH working from the WWWROOT folder, but when tryng to connect to my database it is … | |
Hi, My names Jay, I'm from London and my main Job is working as a locksmith. I love electronics and am currently working on a TCPIP based Pic Microcontroller web server so I'm having to get to grips with C Javascript XML and HTML. I spend most of my time … | |
Hello guys.. I have this website called jupiter.php. It's code ignitered. I want to put it in my friend's website called [url]www.planet.com[/url]. My website should be accessed like this: [url]www.planet.com/jupiter[/url]. Problem is, I don't know how to. Should I ask what programming language or web server my friend is using? … |
The End.