272 Topics

Member Avatar for
Member Avatar for taculese71

i've done everything that was asked...what do i do know!!! ha ha thanks and greatly appreciated!!! Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4363 Windows 5.1.2600 Service Pack 3 Internet Explorer 6.0.2900.5512 7/28/2010 4:28:40 PM mbam-log-2010-07-28 (16-28-40).txt Scan type: Full scan (C:\|) Objects scanned: 211333 Time elapsed: 1 hour(s), 35 minute(s), …

Member Avatar for taculese71
0
449
Member Avatar for Dekkar01

First, english is not my first language so please bear with me. Two days ago, internet explorer suddenly starts to 'pop up' with ads, its only one window each time but it takes all my computer capacity. Here is the info requested: Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4323 Windows …

Member Avatar for Abdullahakeem
0
327
Member Avatar for brimzi

Hi i am a final year student in computer science.i have a project idea but don't know if its possible.I am thinking of making a peer to peer application using a wifi card but have an interface similar to bluetooth to the user.the idea here is allow for pcs to …

Member Avatar for peter_budo
0
142
Member Avatar for Choink23

we were tasked to come up with a peer 2 peer chat program using serial ports using only nasm and C language. can anyone give me an idea on how i can do it? or references that can help me figure out what to do. i'd really appreciate you're help …

Member Avatar for thxliatdu
0
80
Member Avatar for rena0514

my teacher wants the tictactoe game to have a button called play that resets the tictactoe game my button doesn't work....what did i do wrong? [CODE] //TicTacToePanel.java Author Carien Anderson //Represents tic tac toe game board and allows peer to peer competition import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.JOptionPane; …

Member Avatar for javaAddict
0
2K
Member Avatar for freakn_style

[U][B]Explanation on why program must maintain simplicity:[/B][/U]I am a peer tutor of a computer programming class and my teacher has asked me to develop a few simple games to teach the class. This is the first year the school has taught Python (thanks to my final project last semester, and …

Member Avatar for freakn_style
0
1K
Member Avatar for happygeek

Despite having recently been [URL="http://www.daniweb.com/news/story273853.html"]cast as the villain of the piece[/URL] by some high profile members of the Free and Open Source Software community, IBM has just revealed itself as actually being something of a crime-fighting superhero. The Florida State Department of Juvenile Justice is following in the footsteps of …

0
1K
Member Avatar for KSS

Hi.. i'm using a winsock control to transfer files between two computers which are in the same network..(LAN) and it works fine. Is there a way to transfer a file to another computer that it is not in my network? For example from my computer to a friend's computer.. Any …

Member Avatar for AndreRet
0
466
Member Avatar for MassagePS

First time posting; thanks for the welcome! Have been having all kinds of problelms lately (am in safe mode now) ran several programs (some things found; root kit?) ran Malwarebytes, SpyS&D, OIL, DDs, please checkk my logs; I tried deleting some things in HJT and they did not delete. I …

0
262
Member Avatar for gladiator1919

hello every one i'm trying to send emails via my application i used smtp, but it throw exception someone told me to login using pop3 first, but it throws the exception "'220 servername ESMTP" here is my code [code] static void DoPopAuth(string host, string user, string passphrase) { TcpClient cli …

Member Avatar for gladiator1919
0
142
Member Avatar for jgehlot09

I m trying to sending the data over TCP/IP by segmenting it into different sizes ....with 10KB and 100KB the data is tranferring perfectly but when I segment it to 500KB ..it transfer sometime perfectly and sometime it failed by giving error socket.error: [Errno 104] Connection reset by peer

Member Avatar for Tech B
0
109
Member Avatar for ckjie

Hello all, I get the server source code below: [CODE]#include <winsock2.h> #include <ws2tcpip.h> #include <stdlib.h> #include <stdio.h> // Need to link with Ws2_32.lib, Mswsock.lib, and Advapi32.lib #define DEFAULT_BUFLEN 512 #define DEFAULT_PORT "27015" int __cdecl main(void) { WSADATA wsaData; SOCKET ListenSocket = INVALID_SOCKET, ClientSocket = INVALID_SOCKET; struct addrinfo *result = NULL, …

Member Avatar for Salem
0
166
Member Avatar for gregzeng

Most reputable (especially commercial) forums have link to peer sites. Why none here? In Australia, I could recommend Overclockers Australia: [url]http://www.overclockers.com.au/[/url] What about other languages & nations? OCAU often links to sites in Europe & East Asia, but rarely offers any full or partial translation of the non-English sites. Most …

0
116
Member Avatar for slfisher

After finding out that criminal [URL="http://www.daniweb.com/news/story253452.html"]attorneys [/URL]and divorce [URL="http://www.daniweb.com/news/story220645.html"]lawyers [/URL]are using social media sites such as Facebook and Twitter to find out information for and about clients, it shouldn't be any surprise that banks are doing the same thing. "Companies like RapLeaf of San Francisco have been quietly gathering information …

Member Avatar for twiters
0
218
Member Avatar for phpbeginners

Hi Guys, I have peer to peer networking 5 professional and 1 Home XP. The issue is why I cannot connect to Home XP by computer name but computer name / folder i can connect. example: //ip or //username -- cannot connect. /ip/folder1 or //pc1/folder1 --- can connect. what is …

0
67
Member Avatar for newsguy

As Safer Internet Day comes to a close, one expert in the field warns that there can be no safety without security. John Colley is managing director of [URL="http://www.isc2.org/"](ISC)2[/URL], a non profit organisation which runs a program helping volunteers visit schools, clubs and parent evenings. They also support council appointed …

0
1K
Member Avatar for GuyClapperton

This is odd, to my thinking. The founder and owner of the UK file sharing peer to peer site Oink (great name) has been acquitted of conspiracy to defraud. In spite of earning $18,000 per month from people downloading from the site because people would send donations in order to …

Member Avatar for InsightsDigital
0
128
Member Avatar for m57lyra

Given an XML structured as dogs dog @id name family father mother Where the father and the mother are identified by @id, and are of course peer nodes. I need to print out the name instead of the id in XSLT inside a for-each loop. What is the Best Practice …

Member Avatar for m57lyra
0
100
Member Avatar for pmorris1

I have an ISP who gave me this basic config and it does not make sense to me. What I am looking for is someone to tell me I am not crazy. Overview: An MPLS network to connect multiple sites together and provide one site with internet. All other sites …

Member Avatar for gelgin2k
0
128
Member Avatar for ashishchoure

hi, I want to know how to get name of connected peer. I am creating a simple client server application using winsock2. When I use getpeername() function it gives me IP of client machine. After connecting i did following step [CODE] sockaddr_in peeraddr; int size = sizeof(peeraddr); getpeername(New_Socket, (struct sockaddr …

Member Avatar for Excizted
0
1K
Member Avatar for tinkaimc

Hey everyone, I'm having some trouble with windows vista, specifically with control panel and windows update. Basically, I've had a problem with windows update for awhile now; it just freezes every time I run it. I remedied that by scheduling auto updates, somehow if the computer initiates Windows update itself …

Member Avatar for robertlose0912
0
750
Member Avatar for Techwriter10

There has certainly been a lot FUD being spread around lately by the likes of [URL="http://www.comcast.com"]Comcast[/URL] about how [URL="http://en.wikipedia.org/wiki/Peer-to-peer"]P2P[/URL] networks are filling up the Internet pipes. Just a couple of weeks ago, fellow Daniweb blogger, Davey Winder wrote (with tongue firmly in cheek), [URL="http://www.daniweb.com/blogs/entry2378.html"]The Internet is Full, please get off[/URL], …

Member Avatar for R1pperZ
0
380
Member Avatar for khess

Have you searched for Linux distributions that are 100% free? Did you find more than one that suited your needs? Well, here's a list of nine from which you can choose your favorite. Free means freedom to alter, redistribute, sell or release as a different product with no restrictions on …

Member Avatar for khess
1
2K
Member Avatar for Farhadgul

Dears I need some help regarding a software development for P2P file sharing application. I need guidence in this regard. The application must contain PEER DISCOVERY, FILE SHARING, FILE TRANSFER, DOWNLOAD AND UPLOAD FILES, SEND AND RECIEVE MESSAGE AND MAINTAIN HISTORY. PLEASE GUIDE ME FROM WHERE I SHOULD START ALSO …

Member Avatar for ssbser
0
206
Member Avatar for Techwriter10

[ATTACH=right]12439[/ATTACH] Leslie Stahl had a piece Sunday night on 60 minutes on the supposed impact of piracy on the movie industry. (You can watch it [URL="http://www.cbsnews.com/stories/2009/10/30/60minutes/main5464994_page2.shtml?tag=contentMain;contentBody"]here[/URL].) Her piece was so slanted toward the Motion Picture Association of America, it was almost laughable (if it weren't so maddening). At one point, …

Member Avatar for wouldyoubelieve
1
844
Member Avatar for hardeepbhullar

Hello To All, I want to implement peer-to-peer video streaming in my WPF project. Plz help me by referring any web site or sample code which i can use in my project. Thanks in Advance With Best Regards Hardeep Singh Bhullar [email]er.hardeepbhullar@gmail.com[/email]

Member Avatar for hardeepbhullar
0
259
Member Avatar for NT.

Hi, I am new to developing an application like peer to peer chat. I have no clear ideas how to start developing that and till now I didn't found any tutorial that are really helpful in understanding the basic concept behind peer to peer communication, Like how the peers communicate,h …

Member Avatar for mikiurban
0
2K
Member Avatar for happygeek

When singer Lily Allen posted a passionate plea for people to stop illegally sharing music files, and started a dedicated blog where fellow pop stars could voice their concerns over the 'theft' of their work, you might have been forgiven for thinking it would just turn into the usual bunch …

1
392
Member Avatar for hardeepbhullar

Hello To All, Can any one help me ? I want to implement peer-to-peer video streaming using WPF.

Member Avatar for quicktpgo
0
87
Member Avatar for GuyClapperton

This is just odd, for too many reasons. [URL="http://news.bbc.co.uk/1/hi/technology/8177285.stm"]A file sharer has been fined $675,000 for downloading illegal music[/URL]. He is a student. People have offered him money because they think it's an unreasonable amount to pay. He has turned them down. Why do I think this is odd? Well, …

Member Avatar for Pooleside
0
231
Member Avatar for GuyClapperton

Kazaa has decided to join Pirate Bay in becoming a legal peer to peer service. This raises interesting questions for moralistic pedants like me. The full details of the story are [URL="http://news.bbc.co.uk/1/hi/technology/8159560.stm"]here[/URL] but that's not what I want to discuss. I'm more interested in what sort of message it sends …

-1
145
Member Avatar for newsguy

Across Europe people have been voting in the European Parliamentary elections, and it looks likely that a pirate or two will have got elected in Sweden. I voted nice and early this morning, with candidates representing the three main political parties here in the UK as well as a rather …

0
394
Member Avatar for happygeek

It might seem like something of an odd question, unless your idea of a good night in is a box of popcorn and a copy of some dodgy DVD featuring a Captain Jack lookalike doing unmentionable things to his crew. Yet the answer is that these two things, the illegal …

Member Avatar for JJMacey
0
548
Member Avatar for happygeek

Following the introduction of the Intellectual Property Rights Enforcement Directive, better known as IPRED, which became law on Wednesday last week, the amount of Internet traffic has plummeted by as much as 40 percent according to the Netnod Internet Exchange which measures such things. Sweden has perhaps been best known, …

0
235
Member Avatar for GuyClapperton

I wasn't surprised to read that the Apple iTunes store had been hacked. It was just a matter of time. I was even less surprised to see that the applications were a prime target for the hackers and pirates. I can see that peer to peer networks and illegal downloads …

0
197
Member Avatar for newsguy

According to [URL="http://www.msnbc.msn.com/id/29447088/"]reports,[/URL] the security relating to the official Presidential helicopter, Marine One, has been breached. It would appear that engineering and comms data, amounting to a complete avionics package including blueprints, about Obama's helicopter turned up on the computer of defence contractor who also had a P2P file sharing …

Member Avatar for pgaik
0
246
Member Avatar for GuyClapperton

It looks like common sense has broken out in New Zealand. There was a proposal to allow people to cut off customers completely when they were suspected of flouting copyright laws. Now that appears to be on [URL="http://www.out-law.com/default.aspx?page=9831"]hold[/URL]. I hope it won't come back. Let's be honest, I don't like …

0
149
Member Avatar for happygeek

The Pirate Bay is, without doubt, a huge thorn in the side of the music and movies business. As the [URL="http://www.daniweb.com/blogs/entry3479.html"]worlds largest bittorrent tracker[/URL] with more than 3 million users and well over 20 million peers it constantly flips the bird at The Powers That Be. Even the threat of …

Member Avatar for airbourne
0
295
Member Avatar for Lisa Hoover

Transparency. We all talk about how companies, politicians, journalists, and even bloggers should strive for it. As a strangely intriguing way to maintain transparent business practices at marketing and PR firm [URL="http://www.lisapmaxwell.com/"]lisapmaxwell.com[/URL], staff members go about their workday in front of a live Internet webcam. Can you picture (so to …

Member Avatar for Techwriter10
0
231
Member Avatar for happygeek

It was always going to generate plenty of publicity simply because it was the new Michael Moore documentary movie. It was always going to generate even more publicity because Moore decided to release it for free, on the Internet. The first time, as far as I am aware, that a …

0
228
Member Avatar for Techwriter10

On a Friday afternoon before a holiday weekend, Comcast released its latest volley against its customer base, announcing a 250 GB monthly download limit. According to reports, after the first violation, you will get a message from your friends at Comcast warning you about your dastardly behavior (aka using the …

Member Avatar for Techwriter10
0
319
Member Avatar for happygeek

Well, OK, they have agreed to throttle the bandwidth of those accounts found to be indulging in the illegal downloading of music via file-sharing networks if their customers do not take heed of a warning letter or two. The [URL="http://www.bpi.co.uk/"]BPI[/URL] (formerly known as British Phonographic Industry) which represents the British …

Member Avatar for darkmikey
0
204
Member Avatar for Brian.oco

Oh, my - eBay shares dropped 7% in Wednesday trading. That after the company announced in a wide-ranging conference call with analysts that it wouldn’t meet current quarterly sales and revenue projections. That throws cold water on eBay’s reputation as a company that constantly delivers a positive earnings outlook every …

0
175
Member Avatar for EddieC

For three years running, the Eclipse Foundation and its development community have successfully released—in full synchronicity—dozens of interoperable projects consisting of millions of lines of code. Impressive feat. Perhaps some of those developers might consider running for public office here in the U.S., where with energy prices approaching the stratosphere, …

0
93
Member Avatar for EddieC

Maybe the third time’s the charm for Napster. The peer-to-peer pioneer has again emerged, and this time looks to have its sights set on Apple. The company on Tuesday launched a new Web site and music store, claiming to offer six million titles in unprotected MP3 format, as many songs …

0
148
Member Avatar for EddieC

Call it a kind of bigotry for the new millennium. The packets of peer-to-peer applications such as BitTorrent have become the target of throttling—even complete blockage—by Internet service providers on their networks. Do they have the right? The revelation comes from [URL=http://broadband.mpi-sws.mpg.de/transparency/results/]study results [/URL] published yesterday by Germany’s [URL=http://www.mpi-sws.org/]Max Plunk …

Member Avatar for EddieC
0
303
Member Avatar for EddieC

A federal court today ruled in favor of people using file-sharing applications such as Napster and Kazaa, notorious for illegal distribution of music files. The ruling was a blow to the [URL= http://www.riaa.org/]Recording Industry Association of America[/URL], which has been combating users and developers of this software because of its …

Member Avatar for EddieC
0
257
Member Avatar for EddieC

Having all your data wherever you go is useful beyond measure. A Web-based service and series of open APIs unveiled this week by Microsoft is intended to offer a solution to keeping all our devices in sync. If I had a dollar for every time I accessed an Outlook contact, …

Member Avatar for MattEvans
0
239
Member Avatar for EddieC

With the lackluster adoption of Vista, perhaps Microsoft plans to migrate XP users by attrition—one service pack at a time. The company today released Windows XP SP3, which enables in XP a slew of features, many native to Vista. Available now as a stand-alone [URL="http://www.microsoft.com/downloads/details.aspx?FamilyID=68c48dad-bc34-40be-8d85-6bb4f56f5110&displaylang=en"]installer pack[/URL], the update brings XP …

Member Avatar for peter_budo
0
175
Member Avatar for happygeek

In an attempt to wean her students off of what she calls ‘white bread for the mind’ one University of Brighton professor has banned her students from using either Google or Wikipedia in their research for the first year of study. Instead, in what many will consider a neo-Luddite move, …

Member Avatar for bhutta2005
0
647

The End.