Module submission Solaris::PerlGcc

2002-11-07 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Solaris::PerlGcc
  DSLIP:   cdpna
  description: Build modules agaist Solaris perl using gcc
  userid:  ABURLISON (Alan Burlison)
  chapterid:4 (Operating_System_Interfaces)
  communities:

  similar:

  rationale:

The perl shipped as part of Solaris is built using the Forte C
compilers. It isn't possible to build add-on modules using gcc, as
the compiler info in Config.pm is for Forte rather than gcc. This
module provides gcc-aware replacement versions of Config.pm, along
with a wrapper script to use them in place of the default Config.pm.
This module will work for perl 5.005_03 and 5.6.1 on Solaris 8, 9
and 10, and for both sparc and x86 architectures.

  enteredby:   ABURLISON (Alan Burlison)
  enteredon:   Thu Nov  7 09:43:13 2002 GMT

The resulting entry would be:

Solaris::
::PerlGcc cdpna Build modules agaist Solaris perl using gcc  ABURLISON


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=3830_917e9c7a7a71f633&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=3830_917e9c7a7a71f633&SUBMIT_pause99_add_mod_insertit=1



Ynt: margo huri

2002-11-07 Thread Millie Basta
SADECE TÜRK KAÞARLAR VAR!!!
DÜNYANIN EN SEKSÝ KIZLARINI CANLI SEYREDÝN! KARÞILIKLI CHAT YAPIN, WEBCAM DE 
ÝSTEDÝÐÝNÝZ HERÞEYÝ YAPSINLAR! SÝZ ÝSTEYÝN ONLAR SOYUNSUN!
TÜRK KIZLARI-TÜRK KAÞARLARI-TÜRK ÜNV. KIZLARI-TÜRK EV KADINLARI VAR! YABANCI HATUN 
YOK! HEPSÝ SADECE AMA SADECE TÜRK HATUNLARI! VAKÝT KAYBETMEYÝN!

Hiçbir yerde göremeyeceðiniz içerik Margo mekanda.
http://www.margosex.com







Re: Module submission XML::SAXDriver::Vcard (again)

2002-11-07 Thread Aaron Straup Cope
I asked the perl-xml list if they had any opinion on the matter and
atleast one person had this to say :

http://aspn.activestate.com/ASPN/Mail/Message/perl-xml/1423301

Thoughts, comments?

On Tue, 5 Nov 2002, _brian_d_foy wrote:

> In article <[EMAIL PROTECTED]>, Aaron Straup Cope 
><[EMAIL PROTECTED]> wrote:
>
> > On Tue, 5 Nov 2002, Arthur Bergman wrote:
> >
> > > Does this really belong in the XML namespace since Vcards are not XML?
> >
> > The package is a "SAX driver" which parse non-XML data into XML in the
> > form of SAX2 events. In this case, the vCard is munged into vcard-xml.
>
> we decided not to put specific applications of XML into XML::*.
>
> perhaps there is another top level namespace this would fit under?
>
> --
> brian d foy (one of many PAUSE admins), http://pause.perl.org
> please send all messages back to [EMAIL PROTECTED]
>






VIRUS WARNING

2002-11-07 Thread Paul Schroeder
hello.
if anyone of you received an email from mailto:[EMAIL PROTECTED], with an attachment ending with *.scr (eg. screensaver4u.scr) please don't execute this file. it contains a worm (self replicating virus) called Yaha-C or similar. You may ignore the message and remove this email with no danger.
This worm is dangerous because it will scan your contact lists (outlook, hotmail... and others) then, send a copy of itself to those addresses.
In case you are infected already, you should send a warning message to all your contacts and scan your computer for viruses immediately or contact me on this address : [EMAIL PROTECTED].
 
PaulDo you Yahoo!?
U2 on LAUNCH - Exclusive medley & videos from Greatest Hits CD

Perl Tk

2002-11-07 Thread Frantz DORSEMAINE
Hello. I use Perl Tk whith Linux and Windows for the same application 
but i have a probleme to use canvas->postcript whith Windows beacause i 
can't print image bmp or gif in the canvas.
Have you somme modification for me.
Thank you.
Frantz DORSEMAINE (France)



RFC: News::yEnc - yEnc decoder

2002-11-07 Thread Steven W McDougall
MODULES

News::yEnc  - yEnc decoder
News::yEnc::Decoder - decodes yEncoded files
News::yEnc::RC  - yEnc file-part database
News::yEnc::Entry   - an entry in a News::yEnc::RC database


>From the News::yEnc POD

=head1 NAME

News::yEnc - yEnc decoder

=head1 SYNOPSIS

  use News::yEnc;
  
  $yEnc = new News::yEnc RC  => $rcFile,
 out => $outDir, 
 tmp => $tmpDir;
  
  $ok = $yEnc->decode(\*FILE);
  $ok = $yEnc->decode($file);
  
  $rc = $yEnc->RC;
  
  undef $yEnc;   # saves the News::yEnc::RC database to disk


=head1 ABSTRACT

yEnc decoder, with database of file parts


=head1 DESCRIPTION

C decodes yEncoded files and writes them to disk. File
parts are saved to I<$tmpDir>; when all parts of a file have been
received, the completed file is moved to I<$outDir>.

C maintains a database of partially received files, called
the RC database. The RC database is loaded from disk when a
C object is created, and saved to disk when the object is
C'd.



Complete PODs

http://world.std.com/~swmcd/News/yEnc.html
http://world.std.com/~swmcd/News/yEnc/Decoder.html
http://world.std.com/~swmcd/News/yEnc/RC.html
http://world.std.com/~swmcd/News/yEnc/Entry.html


- SWM



Module submission Image::Thumbnail

2002-11-07 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Image::Thumbnail
  DSLIP:   MdpOp
  description: Thumbnail images from GD or ImageMagick
  userid:  LGODDARD (Lee Goddard)
  chapterid:   18 (Images_Pixmaps_Bitmaps)
  communities:
AS perl lists.

  similar:
My GD::Thumbnail, now obsolete

  rationale:

I got a lot of requests for both GD::Thumbnail to use ImageMagick;
now it does. This is it, and gets more feedback than nay of my other
pathetic modules.

  enteredby:   LGODDARD (Lee Goddard)
  enteredon:   Thu Nov  7 16:20:08 2002 GMT

The resulting entry would be:

Image::
::Thumbnail   MdpOp Thumbnail images from GD or ImageMagick  LGODDARD


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=4830_7919ab65f1827242&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=4830_7919ab65f1827242&SUBMIT_pause99_add_mod_insertit=1



Module submission Image::Maps::Plot::FromPostcode

2002-11-07 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Image::Maps::Plot::FromPostcode
  DSLIP:   MdpOp
  description: Plot various maps from postal codes
  userid:  LGODDARD (Lee Goddard)
  chapterid:   18 (Images_Pixmaps_Bitmaps)
  communities:
london perlmongers few years back

  similar:
Leon Brocad's WorldMap module

  rationale:

Leon Brocad's WorldMap module does something simillar, and was
released a few months after this, coming from the same discussion.
His takes lat/long co-ords, this takes international postal codes.

  enteredby:   LGODDARD (Lee Goddard)
  enteredon:   Thu Nov  7 16:24:42 2002 GMT

The resulting entry would be:

Image::Maps::Plot::
::FromPostcodeMdpOp Plot various maps from postal codes  LGODDARD


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=5830_beecf4ae796dc0b3&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=5830_beecf4ae796dc0b3&SUBMIT_pause99_add_mod_insertit=1



Module submission News::yEnc

2002-11-07 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   News::yEnc
  DSLIP:   adpOp
  description: yEnc decoder, w/database of file parts
  userid:  SWMCD (Steven McDougall)
  chapterid:   19 (Mail_and_Usenet_News)
  communities:
comp.land.perl.modules, [EMAIL PROTECTED]

  similar:

  rationale:

yEnc is a new encoding format for transporting binary data in
nominally ASCII channels, such as usenet. It is an alternative to
uuencoding.

Although there are concerns about the architecture of yEnc (see,
for example, http://www.exit109.com/~jeremy/news/yenc.html), it is
now in widespread use in usenet binary groups. I need to decode
these postings, so I wrote a module to do it.

The yEnc format was developed for encoding usenet binaries, and
that is currently its most common use. This suggests a module name
of

News::yEnc.

An alternative would be to make yEnc:: a top-level name, like
MIME:: but... - yEnc isn't as big as MIME - The yEnc format will
likely stay confined to usenet

Also, a top-level yEnc:: module namespace violates CPAN
capitalization conventions, while a YEnc:: namespace is unaesthetic.

OTOH, a top-level yEnc:: namespace allows for both yEnc::Decoder
and yEnc::Encoder, when someone gets around to writing one. If we
put them all under News::, then we either have 3-level names, like

News::yEnc::Decode News::yEnc::Encode

or compound words in the module names

News::yEncDecode News::yEncEncode

which is a bit of a mouthfull.

  enteredby:   SWMCD (Steven McDougall)
  enteredon:   Thu Nov  7 16:38:17 2002 GMT

The resulting entry would be:

News::
::yEncadpOp yEnc decoder, w/database of file parts   SWMCD


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=6830_bc27e1f9ec08a746&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=6830_bc27e1f9ec08a746&SUBMIT_pause99_add_mod_insertit=1



Grants for modules@perl.org

2002-11-07 Thread Holly Damiano
modules,
You have been approved.
Cash Grant Amount:
$10,000-$5,000,000
Did You Know?
-Each Year the U.S. Goverment Gives away BILLIONS in cash grants?
-There  are No special requirements to obtain these grants.
-These are Free Cash Grants That you NEVER have to repay!

modules,You Qualify!
Click Here
Limited Time Offer




Re: Module submission News::yEnc

2002-11-07 Thread Philip Newton
On Thu, 7 Nov 2002 17:38:18 +0100, [EMAIL PROTECTED] (Perl
Authors Upload Server) wrote:

> The yEnc format was developed for encoding usenet binaries, and
> that is currently its most common use. This suggests a module name
> of
> 
> News::yEnc.
> 
> An alternative would be to make yEnc:: a top-level name, like
> MIME:: but... - yEnc isn't as big as MIME - The yEnc format will
> likely stay confined to usenet
> 
> Also, a top-level yEnc:: module namespace violates CPAN
> capitalization conventions, while a YEnc:: namespace is unaesthetic.

I thought of Convert::yEnc when I had a go at fiddling with it (I think
there's still a module in my CPAN directory, but it's pretty broken[*]).
First in with Convert::RACE, for example (for internationalised domain
names).

> OTOH, a top-level yEnc:: namespace allows for both yEnc::Decoder
> and yEnc::Encoder, when someone gets around to writing one.

Same with Convert::yEnc::Decoder and Convert::yEnc::Encoder, though
I'd've thought it'd make more sense to stick both into one module. After
all, we have Compress::Zlib and not Compress::Zlib::Deflate and
Compress::Zlib::Inflate, and MIME::Base64 not ::Encode and ::Decode...
you get the idea.

> If we
> put them all under News::, then we either have 3-level names, like
> 
> News::yEnc::Decode News::yEnc::Encode

(a) I don't see why that's a problem
(b) I think Whatever::yEnc should be able to encode *and* decode

Cheers,
Philip

[*] The fact that it's a bit of a shambles -- I think it kind-of does
encoding but doesn't do decoding at all yet -- is why I didn't apply for
namespace registration. In case someone else did a proper job, they were
welcome to the namespace.

OTOH, if you want to use part or all of my code, you're also more than
welcome to do so.



Re: Module submission News::yEnc

2002-11-07 Thread Philip Newton
On Thu, 7 Nov 2002 17:38:18 +0100, [EMAIL PROTECTED] (Perl
Authors Upload Server) wrote:

> News::yEnc.

Hi, I wanted to send you email about this but your server bounced it
with

> <[EMAIL PROTECTED]>:
> Connected to 199.172.62.248 but sender was rejected.
> Remote host said: 550 Sorry, UCE is not allowed [3]

(My sender email address was [EMAIL PROTECTED], FWIW)

You can read my message to you at
http://nntp.x.perl.org/group/perl.modules/15078 .



Module submission Apache::GeoIP

2002-11-07 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Apache::GeoIP
  DSLIP:   adhOp
  description: Look up country by IP address
  userid:  RKOBES (Randy Kobes)
  chapterid:   15 (World_Wide_Web_HTML_HTTP_CGI)
  communities:
mod_perl mailing list

  similar:
Geo::IP Geo::Mirror

  rationale:

The proposed Apache::GeoIP is an interface to the GeoIP C library,
with the package to contain two related modules that will use this -
Apache::Geo::IP and Apache::Geo::Mirror. These latter two provide a
mod_perl interface to the methods of Geo::IP and Geo::Mirror
modules, respectively.

  enteredby:   RKOBES (Randy Kobes)
  enteredon:   Thu Nov  7 20:40:58 2002 GMT

The resulting entry would be:

Apache::
::GeoIP   adhOp Look up country by IP addressRKOBES


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=7830_e02873e96ca46a76&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=7830_e02873e96ca46a76&SUBMIT_pause99_add_mod_insertit=1



PAUSE account

2002-11-07 Thread kejoki
Name:   Kevin Kinnell
email:  [EMAIL PROTECTED]
url:none, currently
uid:KEJOKI

I, having forgetten everything I know about life, the universe, and
everything, have volunteered to re-write the docs for POE.  (Please
don't hold this against me: it was a senior moment plus the fact that
Rocco is such a nice guy.)

At any rate, it appears that I'll need a PAUSE account.

Thanks!

--Kevin Kinnell <[EMAIL PROTECTED]>



User update for JEZRA

2002-11-07 Thread Perl Authors Upload Server
(This Mail was generated by the server
  
https://pause.perl.org/pause/authenquery?HIDDENNAME=JEZRA&pause99_edit_cred_fullname=Josef+Ezra&pause99_edit_cred_asciiname=&pause99_edit_cred_email=jezra@;cpan.com&[EMAIL PROTECTED]&pause99_edit_cred_homepage=&pause99_edit_cred_cpan_mail_alias=secr&pause99_edit_cred_sub=Submit;ACTION=edit_cred
automatically)

Record update in the PAUSE users database:

 userid: [JEZRA]
   fullname: [Josef Ezra]
  asciiname: []
  email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]]
   homepage: []
cpan_mail_alias: [secr] was [publ]


Data were entered by JEZRA (Josef Ezra).
Please check if they are correct.

Thanks,
The Pause



urgent reply needed

2002-11-07 Thread ENGR.JOHN BELLO
STANDARD TRUST BANK LIMITED 
FROM: MR.JOHN BELLO (ACCOUNTANT) 

Dear Friend, 

First I must solicit your confidence in this transaction, this is by 
Virtue of its nature as being utterly confidential and top secret. 
Though I know that a transaction of this magnitude will make any one 
Apprehensive and worried, but I am assuring you that all will be well At the end of 
the day. We have decided to contact you due to the Urgency of this transaction, as we 
have been reliably informed of your Discreetness and ability in transaction of this 
nature. 

Let me start by introducing myself properly to you. I am MR. JOHN 
BELLO the Chief Accountant with the STANDARD TRUST BANK LIMITED. I 
Came to know you in my Private Search for a Reliable and Reputable 
Person to handle this Confidential Transaction, which involves the 
Transfer of huge sum of Money to a Foreign Account requiring Maximum 
Confidence. 

THE PROPOSITION: A Foreigner an Australia, Late Eng. Steve Moore (Sir.) an Oil 
Merchant with the Federal Government of Nigeria, until his death months ago in Kenya 
Air Bus (A310-300) Flight KQ431, Banked with us at 
STANDARD TRUST BANK LIMITED, Lagos and had a closing balance as at the 
end of September, 2000 worth US$35,500,000.00 (thirty five Million five 
hundred thousand United State Dollars), the bank now expects a next of 
kin as beneficiary.Valuable efforts are being made by the STANDARD 
TRUST BANK LIMITED to get in touch with any of the Moor's family or 
relatives but to no success. It is because of the perceived possibility of not being 
able to locate any of Late Engr. Steve Moore (Sir.)' s next kin (He had no wife or 
child that is know to us). The Management under the influence of our Chairman and 
Members of the Board of Directors, that arrange has been made for the fund to be 
declared "Unclaimed" and subsequently be donated to the trust fund for arms and 
ammunition to further enhance the course of War in Africa and the World in General. 
In order to avert this negative development some of my trusted 
colleagues and I now seek your permission to  have you stand as next of 
kin to Late Engr. Steve  Moore (Sir.) so that the fund US$35.5 Million 
will  be released and paid into your account as the Beneficiary's next 
of kin. All documents and proves to enable you get his fund will be 
carefully worked out. We have secure from the probate an order of 
mandamus to locate any of deceased beneficiaries, and more so we are 
assuring you that this business is 100% Risk Free 
involvement. 

Your share stays while the rest be for myself and my colleagues for 
investment purpose. According to agreement within both parties. 

As soon as we receive an acknowledgement of receipt of this message in 
acceptance of our mutual business proposal, we would furnish you with 
the necessary modalities and disbursement ratio to suite both parties with out any 
conflict. 
While replying furnish me with your private fax and phone numbers for easy 
communication. 

Best regards, 

MR. JOHN BELLO 
STANDARD TRUST BANK LIMITED 


 




A special funny game

2002-11-07 Thread inet


errlogi.txt
Description: Binary data


Can You Assist

2002-11-07 Thread ssfawole2002
ATTN:THE PRESIDENT/CEO.

BUSINESS PROPOSAL

ALTERNATIVE EMAIL ADDRESS:[EMAIL PROTECTED]

Sir,
After due deliberation with my colleagues, I decided to forward to you this proposal, 
we want a reliable and trustworthy person who could assist us to transfer the sum of 
US$20M (Twenty Million United States Dollars) only into his account.

This fund resulted from an over-invoiced bill from a contract awarded by us under the 
budget, allocated to my ministry and the bill was approved for payment by the 
concerned ministries, the contract has been executed,Commissioned and the contractor 
been paid his actual cost for the contract. We are now left with the balance of US$20M 
as the over-invoiced amount, which we have deliberately over estimated for our own 
use. But under our protocol division, civil servants are forbidden to operate, or own 
a foreign account. This is why I contacted you for an assistance. We
have agreed that you will be entitled to 30% of the total sum, 60% for us
while 10% for any expenses incurred on both side while transacting this business.

As you may rightly want to know I got your address world email encyclopedia Lagos. I 
am a top official with the Nigerian
National Petroleum Corporation (NNPC). We the officials involved in this deal have put 
in many years of services to our ministries, we have been
exercising patience for this opportunity for so long and to most of us, this is a life 
time opportunity we cannot afford to miss. This transaction
is very much free from all sorts of risks.
To enable us get this fund paid into your account, we have to present an international 
business outfit and consequent upon your agreement,you should reply positively so that 
I can tell you details on how to proceed.

However,you may be required to sign the fund release authority at the Central Bank of 
Nigeria when all approvals are gotten or proceed to any of
the Central Bank offshore payment centre in overseas. Thereafter,three officials will 
come to your country for our share as we intend to go into profitable business venture 
in overseas. All these will only take us 10 working days to get the fund transfered 
into your Bank account right from
the day we commence.

NOTE: Your discussion regarding to this transaction should be limited,
because we are still in Government service.
Let honest and trust be our watch words throughout this transaction.
Your prompt reply will be highly appreciated.

Best regards,

Mr Solomon Fawole.




Рекламная компания для вашего сайта!!!

2002-11-07 Thread Ваше имя
úÄÒÁ×ÓÔ×ÕÊÔÅ,ÍÙ ÐÒÅÄÌÁÇÁÅÍ ×ÁÛÅÍÕ ×ÎÉÍÁÎÉÀ ÕÓÌÕÇÉ ÐÏ ÒÁÓÓÙÌËÅ ×ÁÛÅÊ ÒÅËÌÁÍÙ ÐÏ 
ÜÌÅËÔÒÏÎÎÏÊ ÐÏÞÔÅ.
îÁÛÉ ÃÅÎÙ ×ÁÓ ÐÒÉÑÔÎÏ ÕÄÉ×ÑÔ,Á ÏÔÄÁÞÁ ÏÔ ÔÁËÏÇÏ ÍÅÔÏÄÁ ÒÅËÌÁÍÙ ÐÒÅ×ÚÏÊÄÅÔ ×ÓÅ ×ÁÛÉ 
ÏÖÉÄÁÎÉÑ.
÷Ù ÓÍÏÖÅÔÅ ÐÒÉ×ÌÅÞØ ÎÁ Ó×ÏÊ ÓÁÊÔ ÄÅÓÑÔËÉ-ÓÏÔÎÉ ÔÙÓÑÞ ÐÏÓÅÔÉÔÅÌÅÊ. óÔÏÉÍÏÓÔØ ÒÁÓÓÙÌËÉ 
ÏÞÅÎØ ÎÉÚËÁÑ.
1000.000(ÍÉÌÌÉÏÎ) ÐÉÓÅÍ ÓÔÏÉÔ ×ÓÅÇÏ 30$.
100.000 ×ÓÅÇÏ 5$ !
ôÁËÖÅ ÍÙ ÐÒÏÄÁÅÍ ÌÀÂÙÅ ÂÁÚÙ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÏÓÕÝÅÓÔ×ÉÔØ ÒÁÓÓÙÌËÕ ÓÁÍÉ.
íÙ ÉÍÅÅÍ ÂÏÌÅÅ 20 ÒÁÚÎÙÈ ÂÁÚ É ÂÏÌÅÅ 40.000.000 ÁÄÒÅÓÏ×.öÄÅÍ ×ÁÓ. 
icq-141983045[EMAIL PROTECTED]


application for id

2002-11-07 Thread Soren Andersen
Hello,

I am writing to apply for a contributor account, CPAN ID so that I can
upload to CPAN.

name   Soren Andersen

email address  [EMAIL PROTECTED]

homepage   http://home.att.net/~perlspinr/browse_site.html

preferred user-ID on CPAN:  SOMIAN


I am writing a module to extend the options available in how one builds
Perl modules. It works with the ExtUtils:: modules (MakeMaker) to allow
the user to build a module from a distribution tree that is located in
another directory ('external' build, as is commonly done in GNU-style
builds of C, C++ and other kinds of source code packages).

The module is to be named "ExoBuild". I've been advised by
ExtUtil::MakeMaker's maintainer to place it in the Module:: namespace
instead of in ExtUtils::, so probably it will be called
"Module::ExoBuild" by the time I upload (release) it.

  Thank You,
Soren Andersen

-- 
http://fastmail.fm - Access all of your messages and folders wherever you
are



(±¤°í)¡Ú½Å¿ëºÒ·®ÀÚ ´ëÃâ¹æ¹ý¡Ú°¢Á¾Ä«µå»ç¿ëºñ¹ý°ø°³¡Ú»çäŻÃâ¡Ú

2002-11-07 Thread ±ÝÀ¶Á¤º¸
 ±ÍÇÏÀÇ ¸ÞÀÏÁÖ¼Ò´Â  À¥¼­ÇÎÁß,
http://www..com/ 
¿¡¼­ ¾Ë°Ô µÈ°ÍÀ̸ç, E-Mail ÁÖ¼Ò ¿Ü¿¡, ´Ù¸¥ Á¤º¸´Â °®°í ÀÖÁö
¾Ê½À´Ï´Ù.Á¤ÅëºÎ ±Ç°í»çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡
 [±¤°í]¶ó°í Ç¥±âÇÑ  ¸ÞÀÏÀÔ´Ï´Ù. ¿øÄ¡ ¾ÊÀ¸¸é
 ¼ö½Å°ÅºÎ¸¦ ´­·¯ÁÖ¼¼¿ä


¢Âº» Á¤º¸´Â ±ÝÀ¶»ç¹«½ÇÀ» ã¾Æ ºÎ´çÇÑ ¼ö¼ö·á¿¡ ³Ê¹« ¸¹Àº ÇÇÇظ¦ º¸´Â 
ÀϹÝÀεéÀ» À§ÇØ Á¶±ÝÀ̳ª¸¶ »ç±ÝÀ¶ÇÇÇظ¦ ÁÙÀ̱â
À§Çؼ­ ¸¸µç »çÀÌÆ®ÀÌ´Ï 

À¯¿ëÇÏ°Ô »ç¿ëÇϽñ⠹ٶø´Ï´Ù.
¾÷Àڵ鸸 ¾Ë°í ÀÖ´Â ±ÝÀ¶Á¤º¸ ¼Ò½º 
°ø°³!!!
½Å¿ë ºÒ·®ÀÚ ´ëÃâ ¹æ¹ý
¾ï´ë Ä«µå ¹ß±Þ¿ä·É
¿Üȯ Ä«µå Çѵµ 2600¸¸¿ø±îÁö
¿Ã¸®±â 100%°¡´É
½Å¿ë¾ÈÁÁÀº ºÐÀ» À§ÇÑ ´ëÃâ(¿¬Ã¤ÀÚ
ȸ¿ø´Ôµé Ŭ¸¯)
¾ï´ëÄ«µå
¹ß±ÞÀÛ¾÷¿ä·É(¾÷ÀÚ¿ë)
´ëÇѹα¹ ±¹¹Î 100%
´ëÃâ¹æ¹ý
½ÅÇÑ/±¹¹Î/¿¤Áö/»ï¼º/ºñ¾¾/¿Üȯ/¼öÇù/ÁÖÅÃ
/½ÅÇÑ 
¸ðµçÄ«µå»ç
Çѵµ Áõ¾×5ºÐ´ëÃâ
°¢Á¾ Ä«µå »ç¿ëºñ¹ý°ø°³
¿¬Ã¤/»çä·ÎºÎÅÍ Å»ÃâÀ» µµ¿Í
µå¸³´Ï´Ù
hppt://pd491.infomaster.co.kr
Áö±Ý ¹æ¹®ÇÏ½Ã¸é ¸¹Àº Á¤º¸¸¦ 
ÀÌ¿ëÇϽǼöÀÖ½À´Ï´Ù.






(±¤°í)¿µ¾î µè±â¿Í ȸȭºñ¹ý Àü°Ý °ø°³ * (±¤°í)

2002-11-07 Thread ´Ã¹è¿òÅÍ
Title: :¿µ¾î¼º°ø½ÅÈ­´Â µè±â¿µ¾î ¿ÏÀüÇØ°á¿¡ ÀÖ´Ù.  .:



 
 
 
 




























 

















































































¼­¿ïƯº°½Ã Á¾·Î±¸ ¿¬Áöµ¿ 204 ´Ã¹è¿òºôµùÀü°ü (ÁÖ)´Ã¹è¿òÅÍTEL : (02) 766-0505     " >















º» ¸ÞÀÏÀº ¹ß¼ÛÀü¿ë ¸ÞÀÏÀÓÀ¸·Î ¿øÄ¡ ¾ÊÀ¸½Ã¸é [¼ö½Å°ÅºÎ]¸¦ Ŭ¸¯ÇØ ÁÖ¼¼¿ä!    



	



Copyright ¨Ï since 2002 Neul Baeumteo co., LTD. All Rights Reserved.

	




 º» ¸ÞÀÏÀº Á¤º¸ Åë½Å¹ý 50Á¶¿¡ ÀÇ°ÅÇÑ ±¤°í¸ÞÀÏ ÀÔ´Ï´Ù. 
 ¸ÞÀÏ ÁÖ¼Ò´Â ÀÎÅͳݿ¡¼­ ¾òÀº °ÍÀÌ¸ç ¸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡ °³ÀÎÀÇ ½Å»ó¿¡ ´ëÇÑ ¾Æ¹«·± Á¤º¸µµ °®°í ÀÖÁö¾Ê½À´Ï´Ù. 



Astromerkez'den büyük hizmet!..

2002-11-07 Thread Astromerkez
Title: Dünya







  

Dünya'nın İlk Astroloji
ve Gizli İlimler Portalı
www.astromerkez.com
  
  

 Astromerkez'den
görülmemiş hizmet. Kişiye özel günlük astroloji yorumu, hemde hiçbiryerde
göremeyeceğininiz detaylarıyla... Astromerkez'in ziyaretçilerine ücretsiz
hizmetidir. Sadece üye olmanız yeterli (Üyelik ücretsizdir).
İşte size bir örnek:

 Çiftler
: 

Birbirinizi iyi tanıdığınız için uyumun büyüsünü yaşıyorsunuz. Yeni aşıklar
ise bunu yeni  yaşamaya  başlıyor. Yıldızlar size istediğiniz herşeyi
veriyor. 
 Yalnızlar
: 

Hareketlerin üzerine gitmektense kısayolları kullanın. O size bir teklifte
bulunuyor. Önemli  olanda bu zaten . İnsanlarla iletişimde bulunmanız gereken
bir dönem 
 Transitler
: 

 
 120
) Olumlu
durum: Müzik dinlemek isteyeceksiniz, tablolara, uyum içinde, elegan,
estetik olan tüm  güzelliklere eskiden oldugundan daha fazla saygi
duyacaksiniz. 
 204
) Olumlu durum: Enerji dolu olacaksiniz. Sonuçlarini önceden düsünüp
tasinarak, önemli kararlar  alacaksiniz. Acelecilik etmeyeceksiniz.
Yaptiginiz her iste basarili olacak, üzerinizdeki projeleri
 tamamlayacaksiniz. Olumlu düsüneceksiniz. Cinsel içgüdüleriniz ayaklanacak. 
 ... 
 -141
) Olumsuz durum: Bagimsizliga büyük ölçüde ihtiyaç duyacaksiniz.
Kendinizi bir mahkum gibi  hissedeceksiniz. Bagimsizliginizi kazanmak için
isyan edeceksiniz. Günlük yasantisinin kesmekesine  dayanamayacak, hayatinizi
degistirmek isteyeceksiniz. Sanki harika birseyleri kaçiriyormuscasina bir
  huzursuzluk hissedeceksiniz.Genellikle bu dönemde çok büyük degisiklikler
olmadigi için bu hissiniz  geçmeyecek. 
 ...