5,682 Topics

Member Avatar for
Member Avatar for shhh

Fatal error: Class 'XSLTProcessor' not found in C:\xampp\htdocs\easybasket\index.php on line 275 ` <?php /*########################################################################### Easybasket RESTful API Nigel Alderton 21st May 2011 www.easybasket.co.uk ############################################################################# This file exposes a RESTful HTTP interface to the client. It supports the following functionality; HTTP Method: GET Example Response ================= =============== ================================================================== / The Welcome …

Member Avatar for blocblue
0
238
Member Avatar for Danielgof

hi there i'm a begginer in c# i need to create a textbox onkeypress.. i have a dynamic list of courses... i need the first charachters that typed in the textbox will find those courses with names that begins with those charachters ...kind of filter... and i need to do …

Member Avatar for superjj
0
148
Member Avatar for kutchbhi

I am trying to connect and fetch messages of my hosting's email address using imap_open(), but its throwing errors. $server = '{mail.booksnearby.in:143/imap/ssl/novalidate-cert}INBOX'; $imap_connection = imap_open($server, $login, $password); $mailboxinfo = imap_mailboxmsginfo($imap_connection); $messageCount = $mailboxinfo->Nmsgs; The above throws this error: Array ( [0] => Retrying PLAIN authentication after [AUTHENTICATIONFAILED] Authentication failed. If …

Member Avatar for blocblue
1
849
Member Avatar for webmania_bt

Dear all, I am about to implement a user feedback page, by using the smtp server of my university. When I try to send a form, an error message is received as below: [COLOR="Red"]Could not connect to SMTP host: smtp-auth.bris.ac.uk, port: 587[/COLOR] I tested with telnet this smtp address, along …

Member Avatar for kinthada
0
880
Member Avatar for learner_new

> this is my udp server code #include<iostream> #include<arpa/inet.h> #include<unistd.h> #include<sys/socket.h> #include<sys/types.h> #include<stdio.h> #include<string.h> #include<stdlib.h> using namespace std; void error( char *msg) { perror(msg); exit(EXIT_FAILURE); } int main() { int sockfd; sockfd = socket(AF_INET,SOCK_DGRAM,0); struct sockaddr_in serv,client; serv.sin_family = AF_INET; serv.sin_port = htons(53000); serv.sin_addr.s_addr = INADDR_ANY; char buffer[256]; socklen_t l …

Member Avatar for BobS0327
0
3K
Member Avatar for tarwara

Hi, Actually I am not familiar with Exchange server environment so i have a qn. Can we convert ost file into pst using outlook inbuilt import/export option while disconnecting to Exchange Server. I mean If I am not connected to Exchange so i will be not able to read ost …

Member Avatar for luciferjemmie
0
426
Member Avatar for jamojo

Hello Everyone, I am looking for an example on how to upload files in Java only. What I saw recently it requires JSP also. But I only wish to use Java only. Here is an example on what I used, but it seems does not work. Can you please provide …

Member Avatar for NormR1
0
912
Member Avatar for Djmann1013

I need help with this code: <?php $a = json_decode(file_get_contents('http://www.ace-spades.com/serverlist.json'),true); $n = count($a); for($i=0; $i < $n; $i++) { echo 'identifier: ' . $a[$i]['identifier'] .' count: '. $a[$i]['count'] . "\n"; } ?> I need it so that it doesn't display this: http://www.aosserverhome.hostoi.com/servers/servertest1.php I want to use that data and only …

Member Avatar for cereal
0
95
Member Avatar for gabrielcastillo

I'm trying to write a script to restart my wamp server with the click of a button. I am trying to use `exec("c:\\\\wamp\wampmanager.exe -restart");` to run the command. Seems to be not working. I have used system(), and passthru(); functions to get the results I am looking for but got …

Member Avatar for Kieran Y5
0
189
Member Avatar for Pride

Okay so im a programmer. C#, VB.Net, Html, Css, Jscript, some Java. So I'm here because I think I'm finally ready to make a good project that people would use/play, not one of those test/practice projects that I made for 3 years. I have a few ideas in mind. Anyways, …

Member Avatar for hericles
0
236
Member Avatar for Bheeman89

Hello Daniweb. I have an issue here about my LAN network. I want to redirect all the web traffic that is happening in my LAN to a proxy server before it reaches the router and the Internet. Now, my infrastructure is like this where client makes request, request go through …

Member Avatar for JorgeM
0
4K
Member Avatar for kuchi

I've an web page which reads the data from (server side) database and write into csv file, but as per requirement I need to write the file in client side and asked user to save the file in their local machine with popup window to save the location (client side), …

Member Avatar for kuchi
1
763
Member Avatar for md.farhad

DirectoryIndex index.php Options All -Indexes ErrorDocument 403 http://www.domain.com/forbidden ErrorDocument 404 http://www.domain.com/error <Files .htaccess> Order Allow,Deny Deny from all </Files> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] This is my .htaccess document. I am having problem thats called HTTP Error 500 (Internal Server Error). When i …

Member Avatar for pritaeas
0
131
Member Avatar for Bheeman89

Hello All. I am a security consultant for a company and I am trying to implement active directory to the users in the office. I have a question where once the user is set to join the AD basically he have 2 login ID, one is the local machine and …

0
216
Member Avatar for grvs

Hi I tried creating sftp server using OpenSSH and I get some errors. First I tried on Microsoft Windows Server 2003, R2, SP1 and then on Windows XP Professional, SP2 and the error is same. Installation went smoothly on both the OS (after a few complications, see note at bottom), …

Member Avatar for swapnakishore.p
0
400
Member Avatar for XodoX

I'm having difficulties writing the rpc function. Specifically, I don't know how to pack a function name and input argument into a message body, send the message, set and unpack reply, and return result and error code. I know how to create the socket, request aconnection from the server etc. …

Member Avatar for XodoX
0
167
Member Avatar for chophouse

I'm getting an error/crash when trying to use Python on my virtual server running Win 2008 Server. Python installed without incident, and IDLE opens and the interactive widnow works fine. But when I try to open a new window and run it it crshes when trying to save. Example: I …

Member Avatar for chophouse
0
2K
Member Avatar for Patiodude

This is probably the wrong forum section for this post, but it's the closest I could find. Is there any way to host two websites on a single, 1and1 hosted, server, and have them point to two individual URLs?

Member Avatar for pritaeas
0
126
Member Avatar for plorkz

Ok, I'm new to visual studio 2010 and also new to AJAX in .NET (I've done AJAX via jquery and classic ASP before). I want to simply make a call from a client-side function to a server-side ASP.NET (VB) function to get a set of data, could be a datatable, …

Member Avatar for JorgeM
0
106
Member Avatar for densman

I am newbie to PHP and trying to develop a website like SecureSite, [sitelock](http://www.sitelock.com). I will issue an embedded link with seal to websites, when the seal is clicked, it will be verified by my website. Any idea on how to progress with this will be highly appreciated.

Member Avatar for diafol
0
75
Member Avatar for out1rider

Using Nero 8 Ultra Edition ... Everytime I DVD burn, with 5 seconds left during a dvd I get the below error message .... the program worked fine for about 6 burns ... I downloaded and installed "vcredist_x86 runtime" from ms ... also asked for / received / downloaded a …

Member Avatar for Asmith23
0
267
Member Avatar for writerervin

I apolagize if this question has been asked before, but I was looking to see how I would go about writing an editor that saves the file on a server instead of on the harddrive. I would appreciate any and all help.

Member Avatar for trishtren
0
171
Member Avatar for jezguitarist30

Hi, I'm actually doing a project using Local Database (.sdf) in VB.Net 2010 and I'm just wondering If there is a way to share one database in a network? sample: I will going to have server application where it can view all the records in which the client application will …

Member Avatar for Reverend Jim
0
365
Member Avatar for jezguitarist30

Hi, Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen. Im not asking for the code on how to do it but I would really appreciate it if someone could provide it. all I want to know is what are …

Member Avatar for M.Waqas Aslam
0
370
Member Avatar for poojavb

Hello Friends, Can anyone tell me how to find the list of SQL servers on the local machine...and not the network... I searched in google but everywhere its for the list of SQL servers on network....I just want my PC SQL server name.... Is it possible to get it? Thanks …

Member Avatar for poojavb
0
825
Member Avatar for breakid

Hi, I want to implament a simple tcp client and server. but I want my clien do I need to init the socket before every time I'm sending message to the server ? This is my client: class TCPClient { public static void main(String argv[]) throws Exception { String sentence …

Member Avatar for JamesCherrill
0
150
Member Avatar for cedric12

hi every one, i have a problem. i have a belkin wireless modem. the wireless works but the local area connection (cable) connection is enabled but no internet. ive tryed nearly all trouble shooting but no good. i have had enternet connection through the cable twice. but it some how …

Member Avatar for PCResolver
0
351
Member Avatar for ben.matthews18

hi, how do i set up a small client server network at home? i.e: 1 server 1 client this is for test purposes only and for me to learn how client server networks and AD DS works. any help would be greatly appreciated. i know this sounds like a big …

Member Avatar for JorgeM
0
121
Member Avatar for rayidi

We all know how to open a mailbox using `imap_open`. Here the problem is i'm creating a maill system here. I'm not able to find to create a mail account with `imap/pop3` in `php`. Is it is possible ? Assume suppose my domain is www.studentmug.com. I want to create a …

Member Avatar for ckchaudhary
0
342
Member Avatar for zhouy

Dear All, I want to create a dynamic website with a database. Visual studio 2010, dreamweaver CS5, sql server management studio and all other requirements are installed (like IIS 7). I set the IIS server configuration in dreamweaver cs5. I check simple ASP codes like <%Response.Write ("The time on the …

Member Avatar for pritaeas
0
461
Member Avatar for gacheson

Hey All, Context: I am creating a feed for work, similar to facebooks, that hits the database every 5 seconds to see if an update is made and if so returns the results to the feed. The problem I have is that we have over 35,000 users and if they …

Member Avatar for cutepinkbunnies
1
148
Member Avatar for B204

Following are the server-client programs,,,, in this client can send files and server have to save it,,,,,i want to add progressbar.....plz help me out!!! client:- import java.net.*; import java.io.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; class ftpclient extends JFrame implements ActionListener { JButton b1,b2; JTextField t1; ftpclient() { b1 =new …

Member Avatar for JamesCherrill
0
398
Member Avatar for jcomputing

I have a client who is running SBS 2008 and Windows XP Pro. On the Windows XP computers is running Office 2007. I am trying to stop people deleteing files but want to allow creation and modification. If I stop modify in the server 2008 SBS people are unable to …

Member Avatar for SudoWin
0
148
Member Avatar for crankyslap

I only just noticed that doing something like this is wrong; int thrdcount = 0; while (thrdcount < 4) { Thread t = new Thread(() => { dowork(thrdcount); //Start the threadWorker }); t.Start(); thrdcount++; //Increase the thread count } Because the loop can end up finishing so fast that all …

Member Avatar for skatamatic
0
382
Member Avatar for mallikaalokam

I created an instance and did some fault while moving the files from one location to other and now the server doesnt start and i need to execute a query in SQL SERVER Management studio in order to open a new query feature it again ask to start the server..the …

Member Avatar for mallikaalokam
0
122
Member Avatar for SphirosOkelli

I have been working on a linux/unix course. I am an apprentice at a server administration company and part of my homework is related to Xserves and how to use them. I have been stunted in my attempts because I cannot get NX to work. I have a windows 7 …

0
89
Member Avatar for me_coolvibes

Hi, **I am working on a project in VB6 and trying to call the objects of the statistical language R from my application.** I have installed the R(D)COM server which is required for the purpose. My application can serve as a COM client and I can then work with the …

Member Avatar for Teme64
0
88
Member Avatar for me_coolvibes

Hi, I am working on a project in VB6 and trying to call the objects of the statistical language R from my application. I have installed the R(D)COM server which is required for the purpose. My application can serve as a COM client and I can then work with the …

0
64
Member Avatar for Webbsta

Hello everybody, I was wondering if anybody knows whether or not it is possible to send data too fast over a NetworkStream? I have an issue with my client/server program, where I am sending large files over normal IP address (Not Local) where everything used to work fine. It would …

Member Avatar for Momerath
0
342
Member Avatar for opposition

Hey, Im a little new to apache and have just installed it on my ubuntu remix netbook, ive got it working fine but for some reason its not doing anything in the .htaccess files, ive created some random directorys inside /var/www/... and put a .htaccess which only has "deny from …

Member Avatar for abcd11
0
322
Member Avatar for i08000934

as mention in the title, im currently developing a system which can 1. Scan the LAN and list out all the active nodes. 2. Server able to manage the network access of client PCs.

Member Avatar for i08000934
0
121
Member Avatar for alpinemobile

Hi. So I have this HTML file that tests the user's screen resolution, and plugins installed using Javascript. So when the user accesses the page it sees: (e.g.) Your current screen resolution is 1024x768 and you have the following plugins installed: Plug-in No.2- Java Deployment Toolkit 7.0.10.8 [Location: npdeployJava1.dll], Plug-in …

0
131
Member Avatar for khizer03

Hello Everybody please help me out i am in big problem the problem is my organization people gave me the WEB Application to edit it (the application was written in the C# language and it is web application so it is designed in ASP.NET MVC3 ) and i have to …

Member Avatar for ckchaudhary
0
248
Member Avatar for ttback

I am trying to experiment with HTML5+Ajax client with a Java SOAP web service on the server end. I know that Ajax can use SOAP web service and it is not difficult. What about using Web Service through HTML5 Web Socket? I haven't found much about using a SOAP service …

Member Avatar for geg2024
0
64
Member Avatar for snitch321

![photo1](/attachments/small/0/photo1.JPG "align-left") Essentially, a power cut happened to the building, and then a flashing amber light showed up on the back of the server's psu supplies, along with a constant beeping sound. All can be seen from the Picture attached-bearing in mind i logged on to the server and all …

Member Avatar for JorgeM
0
138
Member Avatar for snitch321

It appears to be happening to a few of our users, whereby they are connecting via terminal services to a server and none of their printers pass over. I have tried the same solutions that i will list now on all users that have this problem: Ensured the RDP icon …

Member Avatar for snitch321
0
138
Member Avatar for ahmed zidane

Hello,... i usually used win7 x32 bit and i use sql server 2008 r2 enterprice in it and there is no problem , but i change my windos and installed win7 x64 on my labtop after that i try install the same sql server which i used in this system …

Member Avatar for ahmed zidane
0
286
Member Avatar for venkateshyeluri

Here I want to create an anonymous web chat application for my web site, where user just enters into the site and should start his chat conversation with who are online. here are my doubt regarding chat application.. How chat server will communicate with chat client as chat server doesnt …

Member Avatar for JorgeM
0
92
Member Avatar for Krokcy

EDIT: Im an idiot. The hand-shake like mechanic i put in where the server waits for the client to respond was the reason it was so slow, removed it and it worked. I misunderstood/forgot how streams work.. Ok. So i just started learning how to use the network utility there …

0
428
Member Avatar for xzero1

i am creating an "wcf" server and "window form application " client side. on server side i am having difficulties writing the bindings, i specified all the details in the code, but not in the xml file, is it necessary to define it in xml file also ? i am …

0
73

The End.