Getting html site

2005-09-17 Thread hengky
guys, my name is hengky and i got problem to get html site example if you open at browser http://www.abc.com/rates.cgi it shows result=0&rates=9830 at the site and now i want to get the links using perl and grep the result into variabel so i can prosessing to input to sql please

Perl Catalog

2005-02-14 Thread hengky
hi all, i'm working on database with a lot of category... here i example for category that i like to create Computer Computer/Motherboard Computer/Motherboard/AMD Computer/Motherboard/Intel Computer/Drive & Storage Computer/Driver & Storage/SATA Computer/Driver & Storage/ATA Computer/Driver & S

Re: SQL Table Rows

2002-09-30 Thread Hengky
> > How is it possible to cycle through an SQL table row by row, without having > > to increment an ID by 1 in a while loop and go > > SELECT * FROM table WHERE id=$id > > ? > > And how can I find out how many rows are in the table? > > i hope this one can help you i'm using MySQL on my server

Re: reading /var/spool/mail

2002-09-24 Thread Hengky
etgid it's dangerous. can somebody tell me where the dangerous is...? because Michael say's the only way is using the setuid to change to the equivalent user. if the setuid is dangerous anything else that i can read the file with permission depend on the login user plz help... thx Hengky

reading /var/spool/mail

2002-09-20 Thread Hengky
hello guys, the basic is i like to create my own webmail, and read from /var/spool/mail i've already create the script to split and etc... but the problem is if i login as another user i cannot read from /var/spool/mail because the permission script... what i like to ask is... how to change t

Editing Root File

2002-05-01 Thread Hengky
i'd like to create updating dns and user and password under web. but i don't have suid so i cannot change the file or running binary file that use root permision... can somebody help me with this...? does anybody have a sample program that can run or edit root file...? pls... Th