272 Topics
![]() | |
I have found a tv programme I have searched for for years is available via phantom p2p.com. Is this legal? Any comments welcomed please. | |
I don't have the original system disks for the machine in question so i would like to attempt a manual recovery. If needed i can order them, but HP charges for the disks. Currently the network is disabled and Mcafee anti-virus does not appear to work correctly. WHAT HAS MY … | |
After much frustration and wasted time I have discovered an issue with Skype running on Windows XP. Windows XP puts a limit on the half opened outgoing connections allowed at one time. When this limit has been reached (10) all outgoing connections are blocked. Why? Well it seems at the … | |
[CODE]import java.awt.Component; import java.awt.Container; import java.awt.Dimension; import java.awt.Font; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.PrintStream; import java.net.Socket; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JPasswordField; import javax.swing.JTextField; import javax.swing.UIManager; public class PeerLogin extends JFrame { private JLabel … | |
I'm trying to simply match these letters using php, but it's kind-of a complex matching formula... First, I have two arrays and one string. The arrays contain letters and the string is a near match of those letters. $a - [Array] Must be <= 7 $b - [Array] Must be … | |
I have an application that assigns room numbers to student when they are registered. If one person is using the software to register students it works perfectly but when multiple people are using the software through peer to peer network it sometimes give problems by assigning the same room number … | |
Hi, thanks in advance to whoever can help me out here. I guess the issues with my computer are currently. 1. ping.exe using up a large chunk of the CPU, very erratic but sometimes going near 100% 2. When I open Firefox or Internet Explorer, another tab or window automatically … | |
Hey, I am kinda stuck with the way I should structure my Project. Was going well till now, but now it seems I'll have to re-structure it. My project is Peer to Peer chat and File Sharing. It performs device discovery, chat and file transfer. I plan to implement it … | |
So I was searching for that awesome pic of the anteater standing up saying 'f@ck you, I'm an anteater', for my wife because it is hilarious. Unfortunately, my AVG 'free' caught an issue, but it was too late. I noticed ping.exe in the task manager. Really appreciate you folks taking … Information Security apple audio client-server data-protection database-design dns flash ide microsoft-access microsoft-office microsoft-windows monitoring-software office-suite os-x pdf peer-to-peer printer sharepoint social-media storage tcp-udp video-card virus-malware web-browser web-design windows-virus | |
[CODE]#!/usr/bin/python import smtplib sender = 'from@fromdomain.com' receivers = ['to@todomain.com'] message = """From: From Person <from@fromdomain.com> To: To Person <to@todomain.com> Subject: SMTP e-mail test This is a test e-mail message. """ try: smtpObj = smtplib.SMTP('smtp.gmail.com') smtpObj.sendmail(sender, receivers, message) print "Successfully sent email" except smtplib.SMTPException: print "Error: unable to send email" [/CODE] … | |
Hi, I am IT for an office of about 10 employees and up to 12 computers or so in the office. I'm looking into upgrading our cable and getting on DOCSIS 3 and faster speeds. However, before I start buying new offerings from our ISP and replacing the modem and … | |
I have been stuck on this program for MANY DAYS and I really need help. I am a total NOOB! I don't know what more to do. I am far too confused. THIS IS WHAT MY PROGRAM SHOULD OUTPUT: Play the game of Precaution. Try and create as many unique … | |
Problem - Main - Clicking any Google Search result, results in redirect to random sites - NOT the site of the search result - search function not usable Secondary - computer has slowed to less than a crawl plus - recently, on boot-up, Avast reports that Microsoft Realplayer.exe is suspect … Information Security android android-development apple audio chrome-os client-server data-protection digital-publishing dns flash http-protocol ide microsoft-access microsoft-office microsoft-windows multimedia office-suite os-x pdf peer-to-peer printer publishing seo storage tcp-udp user-interface virus-malware visual-basic web-browser webcam windows-virus | |
The media seems to have been a-buzz this week following the release of the top search terms from 14.6 million searches picked up by parental control service OnlineFamily.Norton - mainly because it 'revealed' that kids are searching for sex online. I am a parent myself, of young kids, and while … | |
Hi There, I have an XML file and I list them by check boxes, categorized by their parent (branch). After selection of the check box, I take them and give the values `$branch`(only one at a time) and `$roles`(can be many eg. SBP|BNA) to web services. And run this web … | |
Hi there people, I'm looking to build a system that will be primarily used for what is effectively P2P filesharing, via FileZilla. Also I want to be able to share the items stored on it via a LAN. Build budget of as cheap as chips.( and don't mind using older … | |
Hello all, a few weeks ago I noticed my computer was running slow, I used anti malaware bytes to scan and found 50 infected items, which I deleted. My computer seemed to be doing fine until one day it was incredibly slow. I checked windows task manager, and my computer … | |
hi just wanna ask how to transfer a file from a peer-to-peer wired connection a character input from a node to another node. this is my simple code: [CODE]#include <stdio.h> #include <stdlib.h> #include <conio.h> int main() { char x; printf("Enter a character: "); scanf("%c", &x); getche(); }[/CODE] when the 1st … | |
I WAS WONDERING IF SOMEONE COULD HELP ME MOVE THE JTextField above all my buttons like a normal calculator. Also, after this I don't know how to connect the basic calculations to operation buttons. When the user clicks a button the text appears in the textfield but I don't know … | |
![]() | Hey, Ever since doing a windows update daily i have been getting a BSOD sometimes up to 6 times per day. I have searched the internet and used dell diagnostics on boot too fix this problem. However so far today i have not had a bsod i think this is … ![]() |
I am spliting my soft real-time application into two processes, one is the gui and the other is the hardware communications. I would like to to have both processes monitor each other as they send data back and forth. When one detects that the other has crashed it will launch … | |
i m starting to work on peer to peer network...can anybody tell me a good resource to start on with.... I m thinking to do it as my final year project...a research kind of.... | |
I m developing an application on peer to peer network.... This is my requirement... Over the course of four milestones, you will create from scratch a P2P system, that [B]• creates a network of many peers • self-organises the network into an overlay structure reflecting the strengths of the individual … | |
If there is a "new ideas" or "let me run this concept by you" category, I'm unable to find it. Maybe no one with a good idea wants to spread it around for free. Anyway, here goes: Let's address the annoyance of "comments disabled" on You Tube and various full … | |
I feel bad for asking all the questions about the STL list, and thanks to those who have been helping me learn. I have a question now about inserting again, except this time I want to insert an extra data point into a tempList. I have commented out the code … | |
Hi all, I have some problems with my program, as it always compiles with segmentation fault after it run finishes. ANy help is appreciated [code] Program received signal SIGSEGV, Segmentation fault. 0x00375d37 in ?? () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0x00375d37 in ?? () from /lib/tls/i686/cmov/libc.so.6 #1 0x0804992b in Chord::isValid(char*) … | |
Hello all, So I am new to the whole STL List class, and I am a little confused. In the past I have always had two classes, a data class and a "linked list" class. So now I have a bit of a pickle when I try to make a … | |
i am new to curl .and i m trying to create create a script for my client to log into yahoo and click the confirmation link in emails. but i am stuck witht he login process only i made the code below . but still i cant make it work. … | |
I would have no idea where to post in this forum, so hopefully this is the correct spot, as i am searching through clients history, i stumbled upon a client using Redswoosh for approx. 3 hours. i'm not familiar with this program, but as far as i know it's peer … | |
hey .. i intend to make a bittorent client of my own .. preferably in python ( although im also open to java or C ) .. i have worked in making a download manager but never with p2p connections... i need advice for beginning...as in which modules would help … | |
hello.... i am searching google images from my website. when ever i searched with keyword i am getting 500 internal server error. how to solve this problem? even i informed to webmaster, he said it is the programmer issue. we can't do anything for this. i searched a lot for … | |
Hello, I've been teaching myself on how to code with perl. My current project that I am working on is socket programming. I would like to transmit a message from one server to another. When I attempt to execute my client code, the following error displays, "send: Cannot determine peer … | |
Hello, I need to send messages to Android phones through P2P on 3G connection. Sending and receiving works perfectly on lan ip addresses(on wi-fi) but not on 3g or 2g. On 3g I send a message but it never appears on the other end of the line. Can anyone tell … | |
hi... I have written a script for FTP upload using python.. It worked fine when i tried on local boards, but is giving me an error when trying with a remote board via VPN. this is the error i get: [B](104, 'Connection reset by peer')[/B] the machine i developed script … | |
Cpu Usage spikes to 100% at various times causing the need to reboot. I have run MBAM, ATF cleaner, and Microsoft's Malicious software tool. Your assistance is appreciated in resolving this problem. Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4734 Windows 5.1.2600 Service Pack 3 Internet Explorer 8.0.6001.18702 10/2/2010 7:34:53 PM … | |
Hi all! I'm creating a program that opens a small form for each row in a database (each form is an instance of Notebox). The user can create a new Notebox by clicking on a button (noteboxSibling) at the bottom of each existing Notebox. All Noteboxes exist inside Form1 which … | |
Hello guys! I'm trying to learn the Boost regex library for a more-convenient means of error-checking and the asio library to allow a fairly portable-means of manipulating data over TCP/IP. My goal is to retrieve the file information from a website (basically http layer). My first problem is determining the … | |
Hi all, I am attempting to use the LWP::UserAgent to request a Soap call, and in the response the request returns a TIFF image. When I write the contents out to a file(binary mode), the file also contains header information. How would I go about extracting just the body(TIF image) … | |
Hi, please help me get rid of this nuisance. It opens sometimes in the background, or with an ad or annoying sounds. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:57:18 AM, on 22/09/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running … | |
I've two procedures (client and server). Object components are InDy9 TIdTCP. SO is XP-HOME. Operations of the che client: // connection . try ... CliSok.Connect(); ... CliSok.ReadTimeout := 1000; ... CliSok.Socket.UseNagle := False; . except ... on E: ESocketError do ..... MesServ(4,'Connessione al server: +#10+'"'+E.Message+'"'+#10+'Riprovare...'); . end; // sending . … | |
[code]#include <stdlib.h> // include <stdlib.h> rather than <cstdlib> for mkstemp #include <fstream> #include <vector> #include <algorithm> #include <ios> #include <ostream> #include <cstring> #include <sys/stat.h> #include <sys/types.h> #include <signal.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> #include <netdb.h> #include <netinet/in.h> #include <errno.h> #include <pthread.h> #include "socket_server.h" #include <c++-gtk-utils/shared_handle.h> #include <c++-gtk-utils/callback.h> #ifdef HAVE_STREAM_IMBUE … | |
Hello All- I'm in the process of getting started a complete website for guidance and discussion about a new type of banking/lending. I would like to offer my fellow investors or potential investors greater access to slice and dice the data of one of the key companies involved in this … | |
Hello, Network Programming classes have begun for us in the college and I too have been giving it a lot of reading for the past one month. Now, when I have understood the OSI and other reference models including how various protocols like FTTP, HTTP, POP3, P2P etc works; I … | |
When it comes to data storage and retrieval the current buzz is undoubtedly cloud-shaped, so why would anyone want to invest in Network Attached Storage? Two words: cost and capacity. Cloud services are great, but as far as storing and accessing large amounts of data is concerned things can get … | |
Hi everybody, I'm setting up peer-to-peer replication topology. Now, my two sites are working well, both sites could make changes to the common database and the common database is synchronized between the two sites. However I have a question which I still not have the answer my self. In the … | |
Remember Lycos? One of the earlier leaders in search, it was sold to Spanish firm Terra for more than $12 billion ten years ago. This week [URL="http://www.npr.org/templates/story/story.php?storyId=129246686&ft=1&f=1006"]it sold again[/URL] to an Indian company, for a paltry $36 million. Ouch. That got us wondering how some tech companies seem to go … | |
I have been learning VB.NET and am currently having troubles retrieving data from an XML file. I'm trying to keep the code as simple as possible as I only need to select single items from an XML file, not rows of data. The XML file contains: [code]<CurrentPeakUsage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://au.com.amnet.memberutils/"> … | |
[ATTACH=RIGHT]16267[/ATTACH]Indie game developer Jeff Vogel (head of Spiderweb Soft.) wrote a thoughtful [URL="http://jeff-vogel.blogspot.com/2010/07/sometimes-its-ok-to-steal-my-games.html"]piece[/URL] on piracy on Wednesday, for his blog, [URL="http://jeff-vogel.blogspot.com/"]The Bottom Feeder[/URL]. As an industry veteran and most important of all, human, he explains why piracy isn't always a bad thing, and can often be downright justifiable given the … | |
Hello everyone. I have seen in quite a few programs, a menu that is actually scrollable. Not a scroll-bar (that can be implemented on a window via the WS_HSCROLL|ES_AUTOHSCROLL flags) but a scroller menu. The menu I am reffering to is often seen inside of windows folders, where the menu … | |
Hey guys, I'm writing an app in winform for tic-tac-toe. I decided to run it on two separate machines connected by LAN. I went through codeproject's socket programming, it gave me a direction but I'm still a little shaken up. I'm a noob when it comes to programming, so please … |
The End.