Hello,
I've been building bots, but my LWP bot never works for sites with PHP non-URL sessions. After I login to a page, it is as if I was not logged in at all. Many people have told me it's the same as cookies, but no one ever showed me any working code. Is there any script you got handy that...
Hello,
My CPU has a history of over heating, and therefore shut down my computer automatically when it overheats. (I am on a windows 2000 professional.) After the last shutdown I had, I am unable to load windows. The startup is fine until windows is loading on the screen where there are ASCII...
Hello,
I am still in the process of learning some actionscript, and is quite confused by the process of LoadVars.sendAndLoad(). I am trying to get the flash movie to request a url with some data using the post method, and download the responding page. I am, however, unable to do that. Btw, I...
Hi,
I have an acer acerscan prisa p610 scanner. After installing the drivers for it, I have tried to use the scanner in XP, but the scanner 'was not founded.' I have tried but was unsuccessful in trying to find new drivers from the scanner. I am wondering if anyone has or know where to get the...
Hi,
I am using a Intel Pentium 1.80GHz cpu, and 128M ram computer. It uses Microsft Windows 2000 Service pack 4. Recently, (for about 3 months) the computer has a problem: it shuts down suddenly and without a warning. (The computer freezes for once second, then the monitor suddenly goes black...
Hi,
I was wondering if it was possible to create a virtual joystick controlled by the mouse. :) And if anyone did do something like that already. And if this isn't done is assembly, i *think* it's biggest chance is to be created using C. So i decided to ask here :D
Thanks.
Hi,
I was wondering if it was possible to create a virtual joystick controlled by the mouse. :) And if anyone did do something like that already.
Thanks.
Hi,
Is there a way to get Perl to solve a maze? The maze is a map, split into squares. Some blocks are impassible, and the program should find the shortest way from one point to another.
Thanks
Hi,
I have this unsolved perl lwp post problem. I found out that when I use LWP to fill out forms (uses post) that has a password type, it doesn't work. I just can't find the problem and that problem has been unsolved for months. However, if I use LWP to fil out a Post form that doesn't have a...
Hi,
I am trying to write a c++ webbot, webspider, or <what ever u call it>, I know perl, but I am a bit lost in c++, not in the syntax, but I just can't find a book taht talks about writing stuff like a webbot... So, does anyone knows a website, or boook that they recommend?
i know i need...
Hi,
I am trying to install the GD module. However, I cannot do that unless I already install the libgd. I cannot find libgd in cpan. What should I do?
Thanks
Hi,
I have problems with installing my network card for adsl, and I can't go on internet. (I am talking about my other computer, of course :-)
The computer that can't go on the net runs on Windows 2000. But I will talk about the "structure of my ADSL conection".
I got an ADSL modem...
Hi,
I have this parse program.
use warnings;
use HTML::TreeBuilder 3;
my $root = HTML::TreeBuilder->new_from_file("browseshop[1].txt");
$flash = $root->find_by_attribute('onclick', "if ( !confirm ('Are you shure') ) { return false; }");
$flash->attr("src")...
Hi,
I am new to visual basic. I have decided to use it because it can connect to internet explorer. I have read 2 books, and both of them talks about how to use the controls in the visual basic program, but neither of them teaches the syntax / code that vb uses(all the stuff in the code window...
Hi,
I have this search problem. I just can't master the search functions...
I have this script
use warnings;
open IN, "results.htm" or die "error";
@content = <IN>;
close IN;
foreach $ln (@content) {
$ln =~ /.gif' width=30 height=30 border=1></a></td><td...
Hi,
My script here doesn't work. I checked the paths already, but nothing's wrong. So I suppose that the problem's in my Script. But I can't find the error. Can anyone ploease help me out?
The problem with this script is that it shows a request log in page, instead of a page that already has...
Hi,
I am having problems again. :( Okay, I got the module LWP from CPAN, and the module HTTP::Cookies::Netscape is suppose to come with it,or at least that's what I thought. I wrote a program, requesting for the module HTTP::Cookies::Netscape, and it said it was missing. I went to CPan to look...
Hi,
I got thsi script on the net, and I don't know how to get this working, as I do not understand it at all, can someone please teach me what the script is doing?
## PERL modules that mimick the browser and the URL
require LWP;
require URI::URL;
use strict;
use CGI; ## PERL module to read...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.