Re: [ilugc] Count number of clicks [downloads]

2010-02-03 Thread steve
Hello, On 02/04/2010 04:51 AM, depp fx wrote: Hi Team I have to keep a record of the number of downloads happening on a particular page. * I have a webpage consisting of a direct hyperlink to download a file from another site. I'd want to know how many people are clicking it. I do have access

Re: [Ilugc] Send Mail Using PHP in Fedora 12

2010-02-03 Thread Mehul Ved
On Thu, Feb 4, 2010 at 11:43 AM, Kannan wrote: > Hi Friends... >         I want to send email using the PHP script. > I didn't configure any mail server & smtp. Have you checked http://phpmailer.worxware.com/ ? ___ ILUGC Mailing List: http://www.ae.iitm

Re: [Ilugc] Wordpress Language issue.

2010-02-03 Thread Roshan George
On Thu, 2010-02-04 at 10:44 +0530, Yogesh wrote: > Hi, > > Recently I hosted a site on a private hosting site. I installed wordpress in > a subdirectory and tried to blog in tamil. But all I got was question marks. > The homepage of my site doesn't have any content. I opened it in an online > edit

Re: [Ilugc] Send Mail Using PHP in Fedora 12

2010-02-03 Thread Kannan
>you need to configure mail server to send mails using PHP script. How to configure the mail server to send mails? With regards, Kannan. R. P, Blog @: http://kannan4k.wordpress.com/ On Thu, Feb 4, 2010 at 1:33 AM, baskar wrote: > Hi > On Thu, 2010-02-04 at 01:13 -0500, Kannan wrote:

Re: [Ilugc] Send Mail Using PHP in Fedora 12

2010-02-03 Thread baskar
Hi On Thu, 2010-02-04 at 01:13 -0500, Kannan wrote: > Hi Friends... > I want to send email using the PHP script. > I didn't configure any mail server & smtp. > > For sending mail i use a script > > $to = "kanna...@gmail.com"; > $subject = "Test mail"; > $message = "Hello! This is a simpl

[Ilugc] Send Mail Using PHP in Fedora 12

2010-02-03 Thread Kannan
Hi Friends... I want to send email using the PHP script. I didn't configure any mail server & smtp. For sending mail i use a script $to = "kanna...@gmail.com"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "blood@gmail.com"; //$headers = "From:

[Ilugc] advice to newbies

2010-02-03 Thread Kenneth Gonsalves
here is a cut and paste of an interesting piece of advice on the django-users mailing list. It could be of relevance to us too: > http://catb.org/~esr/faqs/smart-questions.html You've posted this link a few times now, Shawn, but I'd rather you didn't make a habit of doing so. While ESR's point

Re: [Ilugc] Wordpress Language issue.

2010-02-03 Thread ம ஸ்ரீ ராமதாஸ்
On Thursday 04 February 2010 10:44 AM, Yogesh wrote: > I googled a bit and someone had said it could be an issue with the theme . I > don't know what to change in the theme. Or could it be any other issue? > Please help. > இருக்கலாம். Which version of Wordpress? You can choose themes, apply &

[Ilugc] Wordpress Language issue.

2010-02-03 Thread Yogesh
Hi, Recently I hosted a site on a private hosting site. I installed wordpress in a subdirectory and tried to blog in tamil. But all I got was question marks. The homepage of my site doesn't have any content. I opened it in an online editor and typed in tamil using IBus and saved it. The text was s

Re: [Ilugc] Unicode related query

2010-02-03 Thread Rajagopal Swaminathan
Greetings, On Wed, Feb 3, 2010 at 9:30 PM, Santhosh Thottingal wrote: > On Tue, Feb 2, 2010 at 5:16 PM, Rajagopal Swaminathan > wrote: > If your intention is to get a list of words from a file containing > tamil unicode data, try this: > > > perl -e 'binmode(STDIN, ":utf8"); binmode(STDOUT, ":u

[ilugc] Count number of clicks [downloads]

2010-02-03 Thread depp fx
Hi Team I have to keep a record of the number of downloads happening on a particular page. * I have a webpage consisting of a direct hyperlink to download a file from another site. I'd want to know how many people are clicking it. I do have access to the logs from the server, if that makes a dif

Re: [Ilugc] Unicode related query

2010-02-03 Thread Santhosh Thottingal
On Tue, Feb 2, 2010 at 5:16 PM, Rajagopal Swaminathan wrote: > Greetings, > > I am able to get a wordlist in by using the following command > cat | tr -sc A-Za-z '\012' > > My question is how to specify unicode character and ASCII such as > hindi, tamiz etc. in the tr command. > > I am new to un

Re: [Ilugc] need help in installing gtk in Ubuntu 9.10

2010-02-03 Thread Roshan George
On Wed, 2010-02-03 at 20:37 +0530, sivakumar bharadhwaj wrote: > there is no other bigger reason than --- ignorance !!! > - was trying to follow the installation tips given in the site. > - maybe they have given the instructions using dpkg etc.,. but, i dont think > that i have seen them. > > - i

Re: [Ilugc] need help in installing gtk in Ubuntu 9.10

2010-02-03 Thread sivakumar bharadhwaj
Mr. Steve, there is no other bigger reason than --- ignorance !!!. that's simply just that. not a programmer / developer. just trying to wade through the niceties of FOSS. - was trying to follow the installation tips given in the site. - maybe they have given the instructions using dpkg etc.,.

Re: [Ilugc] Downloading all Fedora Packages- Suggestions Required!

2010-02-03 Thread Salvadesswaran P.S.
On Wed, Feb 3, 2010 at 5:04 PM, Gaurav Paliwal wrote: >> >> I would like to download all the Fedora packages and create a local >> repository. >> >> How to download all the 8000+ packages? >> > >  “FedX” is a tool for syncing, configuring Fedora offline repositories. >  http://gitorious.org/fedx >

Re: [Ilugc] Downloading all Fedora Packages- Suggestions Required!

2010-02-03 Thread Gaurav Paliwal
> > I would like to download all the Fedora packages and create a local > repository. > > How to download all the 8000+ packages? > “FedX” is a tool for syncing, configuring Fedora offline repositories. http://gitorious.org/fedx and it Rocks... -- With Regards, Gaurav Paliwal http://gaurav.tk

Re: [Ilugc] Downloading all Fedora Packages- Suggestions Required!

2010-02-03 Thread Salvadesswaran P.S.
On Wed, Feb 3, 2010 at 4:51 PM, benedict nicholas wrote: > Dear Friends, > > I would like to download all the Fedora packages and create a local > repository. > > How to download all the 8000+ packages? > > Kindly help. Use rsync to download them. Or else, I can share my repo. I have up to date

[Ilugc] Downloading all Fedora Packages- Suggestions Required!

2010-02-03 Thread benedict nicholas
Dear Friends, I would like to download all the Fedora packages and create a local repository. How to download all the 8000+ packages? Kindly help. Thanks and regards, Benedict J.N. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ __

Re: [Ilugc] need help in installing gtk in Ubuntu 9.10

2010-02-03 Thread steve
On 02/03/2010 02:40 PM, aishwarya . wrote: Hi, I just know that i should not post the entire output here, give me how& where to post the output and inform this forum. You can use http://pastebin.com/ and this is not a forum.. The output aside, is there any reason why you wish to compil

Re: [Ilugc] need help in installing gtk in Ubuntu 9.10

2010-02-03 Thread aishwarya .
Hi, > I just know that i should not post the entire output here, give me how & > where to post the output and inform this forum. > > You can use http://pastebin.com/ and this is not a forum.. -- Thanks, Aishwarya.M.B http://aishwarya-stillsearchingwhoiam.blogspot.com/

[Ilugc] need help in installing gtk in Ubuntu 9.10

2010-02-03 Thread sivakumar bharadhwaj
Sir, I have downloaded tar.gz file of gtk+-2.18.5 from the site. have problems in the installation (have Ubuntu 9.10) I have copied the output during the ./compile (this i used it as mentioned in the site). I just know that i should not post the entire output here, give me how & where to post t