4,273 Topics

Member Avatar for
Member Avatar for .kaine

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 …

Member Avatar for peter_budo
-5
310
Member Avatar for eltonpiko

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 …

Member Avatar for iamthwee
0
70
Member Avatar for jonnyboy12

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 …

Member Avatar for JorgeM
0
234
Member Avatar for jonnyboy12

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 …

Member Avatar for jonnyboy12
0
215
Member Avatar for abhishek2301

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 …

Member Avatar for pritaeas
0
107
Member Avatar for pchurness

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 …

0
136
Member Avatar for super-duper

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. …

Member Avatar for diafol
0
294
Member Avatar for jonnyboy12

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 …

Member Avatar for rch1231
0
123
Member Avatar for baig772

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 …

Member Avatar for baig772
0
252
Member Avatar for jonnyboy12

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" …

Member Avatar for DeanMSands3
0
244
Member Avatar for jonnyboy12

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 …

Member Avatar for JorgeM
0
173
Member Avatar for jet101

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 …

Member Avatar for tamseo
0
1K
Member Avatar for hasanatkazmi

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 …

Member Avatar for TrustyTony
0
890
Member Avatar for mani-hellboy

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 …

Member Avatar for mani-hellboy
-2
833
Member Avatar for ginG3R

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 …

0
120
Member Avatar for TheWayEnd

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", ""], …

0
66
Member Avatar for Shillz

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 …

Member Avatar for Shillz
0
617
Member Avatar for Xytheron

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 …

Member Avatar for joehms22
0
327
Member Avatar for alb44b

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 …

0
74
Member Avatar for Chub97

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 …

Member Avatar for Chub97
0
609
Member Avatar for Pjieter

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 …

Member Avatar for Pjieter
0
511
Member Avatar for trektrak

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 …

Member Avatar for maba001
0
329
Member Avatar for Quartiz.com

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 …

Member Avatar for manojsamtani
0
170
Member Avatar for jantrancero

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 …

Member Avatar for Gribouillis
0
3K
Member Avatar for apontutul

[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 …

Member Avatar for victabk
0
2K
Member Avatar for eltonpiko

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 & …

Member Avatar for mikulucky
0
67
Member Avatar for s.w.a

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 …

Member Avatar for L7Sqr
0
147
Member Avatar for anon0

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 …

Member Avatar for fobos
0
1K
Member Avatar for dc013

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 …

Member Avatar for epicrevolt
0
407
Member Avatar for craigus12

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 …

Member Avatar for craigus12
0
219
Member Avatar for aa26i

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 …

Member Avatar for aa26i
0
290
Member Avatar for krunalkakadia

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

Member Avatar for krunalkakadia
0
409
Member Avatar for Smart_Viral

VPS (RAM:3GB) vs Dedicated server (Core2Duo 2.13GHz, RAM:2 GB) Which one have the best performance?

Member Avatar for platinum8
0
217
Member Avatar for jacksantho

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 …

0
47
Member Avatar for valipour

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ØŸ

Member Avatar for manojsamtani
0
226
Member Avatar for vspadmanabhan

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 …

Member Avatar for diafol
0
327
Member Avatar for pawan768

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!

Member Avatar for peter_budo
0
246
Member Avatar for trektrak

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?

Member Avatar for trektrak
0
77
Member Avatar for irvingswiftj

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 …

Member Avatar for sitecontact
0
304
Member Avatar for Azmah

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 …

Member Avatar for Azmah
0
300
Member Avatar for happygeek

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 …

Member Avatar for Azmah
1
643
Member Avatar for khess

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 …

Member Avatar for cwarn23
-8
1K
Member Avatar for garyrichard

I have created a report using NAVICAT Report Tool Report has an extension RTM . How..Do i run this report on Online web server..

Member Avatar for pritaeas
0
393
Member Avatar for uhgarrett24

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 …

Member Avatar for crishlay
0
85
Member Avatar for sercio

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 …

Member Avatar for sercio
0
309
Member Avatar for eltonpiko

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 …

Member Avatar for joehms22
0
186
Member Avatar for somannitin

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 …

0
101
Member Avatar for deucalion0

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 …

Member Avatar for Biiim
0
281
Member Avatar for odessa

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 …

Member Avatar for zz[stevepark]
0
83
Member Avatar for Whilliam

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? …

Member Avatar for Whilliam
0
172

The End.