Programming Resources, Articles and News.
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>This is a free site I set up with tens of thousands of
programming articles available to read or download. There is n o specific
type, this site covers, web programming, database and application
development. No mater what level of a programmer you are or what type of
code you are writing there is something here for you, I put this up in my free
time, we don't want your money or your info.</P>
<P>http://codeandcreation.com</P>
<P>Lisa Zen</P>
</BODY>
|
2/13/2009 8:19:48 PM
|
0
|
Lisa Zen<li...@zenpoliticalawareness.com>
|
|
|
How to execute PlPgSql from Command line
Hello guys,
please could someone answer my question? how to run a plpgsql script from
the command line? is possible to run like that? i hava a set of scripts to
run. for example insertion for one table, updation for another table.
otherwise is there any option to save those scripts in a file and through
some command can i execute from the command line? if so, what should be the
extension of file & what is the command to run that file. please suggest me
some solution.
|
7/19/2008 10:22:52 AM
|
0
|
"CatrinaJones" <u44...@uwe>
|
[ANN] DataServices World (June 24, New York City) early bird registration expires 9 May
DataServices World includes instruction by a world-class faculty,
including speakers from BEA, Blue Cross Blue Shield, DataDirect, IBM,
iWay Software, Microsoft, Morgan Stanley and Sun.
The speakers include an ACM Fellow, Distinguished Engineer and SOA
Strategist at Sun, principal architect of data programmability
initiatives at Microsoft, and other software gurus. They'll be speaking
about the data services layer, scalable database architectures for SOA,
heterogeneous data integration, data modeling, XQuery, WADL and URIs,
LINQ and ADO.NET Data Services:
Conference program
|
5/9/2008 8:15:49 AM
|
0
|
"Ken North" <videoscribe21st-i...@yahoo.com>
|
Running ACT! 2008 Database on two Laptops
Hi guys,
Hope some of you SQL database experts out there can help me, 'cos at the
moment I'm going mad!
I want to use ACT! 2008 which uses MSSQL on 2 Laptops, (Vista & XP) one is
my own (Vista) and the other is a company laptop. I can't synchronse using a
network connection between the two machines because the work laptop has all
manner of hidden firewalls etc. so this is not an option. I'm really pi**ed
off that ACT! 2008 can only synchronise using a network connection. When I
bought ACT! 2008 I was told synchronisation is really simple. Can't use the
Internet sync as thi
|
11/3/2007 11:01:14 AM
|
1
|
"Charles Turner" <charles.tur...@btinternet.com>
|
How to show time stamp in postgres pg_log/TodaysFile
Hi,
Is there any way I can have the postgresql daily log files show a time stamp
for each message that is logged?
I'm referring to the daily log files under /PATH_TO_PGSQL/data/pg_logs/
Thanks for any insight,
bob
|
10/26/2007 10:04:53 PM
|
0
|
"Frank Footon" <talk2...@juno.com>
|
Closing a database
Hello,
Been away from PostgreSQL for a while and probably needs retraining in
the basics.
How do I close a database? Can't even find it in the Manual
Case:
testdb=#
testdb=# EXIT;
ERROR: syntax error at or near "EXIT" at character 1
LINE 1: EXIT;
^
testdb=#
testdb=# QUIT;
ERROR: syntax error at or near "QUIT" at character 1
LINE 1: QUIT;
^
testdb=#
testdb=# END;
WARNING: there is no transaction in progress
<p>COMMIT</p>
testdb=#
quit works in MySQL
Stuck in
|
9/18/2007 11:48:48 AM
|
1
|
Adam Smith <adamsm...@econ.com>
|
driver problem on windows
Hi,
I have a user trying to use postgresql on windows but is having trouble
getting the basic stuff to work in Java. He has a sample program from
the postgres documentation he is testing with to make sure things work
but it is failing. He and I've read through the documentation but
haven't found a solution. Doing a google search it appears others have
also had this problem. No clear answer in their quest for answers.
Perhaps the solution should be in the faq and a note in the
documentation for windows on how the driver is made to work in windows.
The solution is probably s
|
8/13/2007 6:59:47 PM
|
0
|
Rick Caldwell <ri...@dallas.oilfield.slb.com>
|
Good News Mr 142.179.22.210 flood comp.databases.postgresql.general
Cox and Telus will not act unless they have a police file number so
you may as well flood comp.databases.postgresql.general my home Usenet group. have a nice
day.Me I am nearing about TrueCrype
--
Gul, including frogs scrawny and metropolitan, counts in it, striping up to.
-- Michael Yardley
|
7/31/2007 12:41:38 AM
|
0
|
Michael Yardley <yardle...@yahoo.ca>
|
Good News Mr 142.179.22.210 flood comp.databases.postgresql.general
Cox and Telus will not act unless they have a police file number so
you may as well flood comp.databases.postgresql.general my home Usenet group. have a nice
day.Me I am nearing about TrueCrype
--
While locks away frighten doorways, the waiters often hate including the artificial garages.
-- Michael Yardley
|
7/30/2007 11:40:47 PM
|
0
|
Michael Yardley <yardle...@yahoo.ca>
|
Good News Mr 142.179.22.210 flood comp.databases.postgresql.general
Cox and Telus will not act unless they have a police file number so
you may as well flood comp.databases.postgresql.general my home Usenet group. have a nice
day.Me I am nearing about TrueCrype
--
Yesterday Ali will crawl the being, and if Katya daily records it too, the researcher will argue unlike the famous league.
-- Michael Yardley
|
7/30/2007 10:50:25 PM
|
0
|
Michael Yardley <yardle...@yahoo.ca>
|
Good News Mr 142.179.22.210 flood comp.databases.postgresql.general
Cox and Telus will not act unless they have a police file number so
you may as well flood comp.databases.postgresql.general my home Usenet group. have a nice
day.Me I am nearing about TrueCrype
--
She'd remark sharply than hope with Fahd's unhappy status.
-- Michael Yardley
|
7/30/2007 9:19:57 PM
|
0
|
Michael Yardley <yardle...@yahoo.ca>
|
array or not array?
Hi all,
i'm a real noob in databasedesign, so i have some questions about it. In
case i want to make a booklist with two tables and the following fields:
owner_table has the fields ID, name, books
book_table has the fields ID, author, title, isbn
normally i would say, this is easy, just filling both tables with data
and linking them together maybe like owner_table.books as a foreign key
linked to book_table.isbn or book_table.ID.
In this way i will have many datasets in owner_table with the same entry
in 'name', depending on how much books this man (or women) has.
But what
|
7/19/2007 8:04:00 PM
|
0
|
Juergen Mederer <infoni...@googlemail.com>
|
using ILIKE xyz where xyz is a function parameter
Hi,
I'm stuck here.
I have a function that I would like to pass a text string and have the
function perform ILIKE on that passed string.
create or replace function foo( sLastName text )
AS
Select * from Person where LastName ILIKE sLastName;
....
What is the syntax for using ILIKE '%sLastName%' ??
Thanks for any tips,
Frank
|
7/10/2007 10:49:12 PM
|
0
|
"Frank Footon" <frf...@yahoo.com>
|
If criteria is Null then show all.
I have an .asp page that passes four variables to another .asp page by using
an HTML form. A SQL query then runs against an Access database using those
four variables. The variables are: "cnty", "rte", "bgn", and "nd".
My current SQL statement is as follows:
SQL = "SELECT * FROM Construction WHERE County='" & cnty & "' AND Route='" &
rte & "' AND Begin<=" & nd & " AND Ending>=" & bgn & ""
This works just fine, but I would like to add the ability to make "nd" and
"bgn" Null (leave those fields blank on the HTML form), and then return all
records that match the "cnty" and "rte"
|
3/7/2007 8:33:05 PM
|
3
|
"valntyn via DBMonster.com" <u29...@uwe>
|
pg_restore: [archiver (db)] could not execute query: ERROR: zero-length delimited identifier at or near """" at character 60
Hello,
We are running PostgreSQL 7.4.7 on a Linux system. We have a primary DB
and hot-standby [via pg_dump/pg_restore]. A few weeks ago we had a
database corruption and had to go back to a dump from 12/20/2006.
Everything restored fine [on the primary and standby DB's] however
everytime we perform a pg_dump/pg_restore we get this error:
pg_restore: creating TABLE account_password
pg_restore: creating FUNCTION trig_account_insert()
pg_restore: creating FUNCTION trig_account_password_insert()
pg_restore: creating ACL trig_account_password_insert()
pg_restore: [archiver (db)]
|
1/1/2007 10:29:44 PM
|
0
|
"Shahryar G. Hashemi" <shahryar.hash...@infospace.com>
|
Web Development Team Needed - Prefer Croatian or Eastern European based
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--B_3248690516_15585595
Content-type: text/plain;
charset="US-ASCII"
Content-transfer-encoding: 7bit
US Based Internet development company seeking to establish an ongoing
relationship with one programming team. You must be able to develop database
driven sites from scratch. Experience in as many of the following areas as
possible is needed particularly PHP, ASP, Mysql, PostgreSQL & SQL Server.
Flash Actionscripting an added plus.
* Adobe F
|
12/11/2006 7:01:50 PM
|
0
|
WH <webh...@comcast.net>
|
PgAdmin3 Newbie
What string should i write in the NEW SERVER field (localhost or 127.0.0.1
is not accepted and give me generic error messages)..
And in PORT NUMBER field?
|
12/5/2006 2:25:14 PM
|
0
|
"LeoVInce" <pugliv...@libero.it>
|
.NET Questions
I have done database work with Borland C++ Builder and Paradox, and with
..NET and SQL Server and Paradox. I am considering a new projects with
..NET in either VB.NET or C# and I want to select between either MySQL or
PostgreSql as the database.
I want ideas on which database would be the best choice and for which
reasons. I have a preconceived bias towards PostgreSQL because it has
had COMMIT and ROLLBACK designed in from the start, and because it now
has a native Win32 port.
I would also like information in the interface between ADO.NET and
either above database. I am e
|
11/18/2006 7:18:24 PM
|
0
|
Steve Rogers <srog...@rochester.rr.com>
|
web interface library/classes
Hi,
Are there any web development libraries for postgresql that support a
C++ CGI interface? What I'm dreaming of is a library that defines
classes that provide a rich GUI via HTML for buttons, tables, forms,
etc. An example would be a "TABLE" class that allows, in addition to
the standard row and column data, information-rich flyover text.
A RAD system for such development would also be highly desirable.
Any pointers would be appreciated.
--
% Randy Yates % "Bird, on the wing,
%% Fuquay-Varina, NC % goes floating by
%%% 919-577-9882
|
10/6/2006 2:28:31 AM
|
0
|
Randy Yates <ya...@ieee.org>
|
Funny facts
DID YOU KNOW... IF YOU YELLED FOR 8 YEARS, 7 MONTHS AND 6 DAYS YOU WOUL
HAVE PRODUCED ENOUGH SOUND ENERGY TO HEAT ONE CUP OF COFFEE.
-(Hardly seems worth it.) -
IF YOU FARTED CONSISTENTLY FOR 6 YEARS AND 9 MONTHS, ENOUGH GAS I
PRODUCED TO CREATE THE ENERGY OF AN ATOMIC BOMB
-(Now that's more like it!) -
THE HUMAN HEART CREATES ENOUGH PRESSURE WHEN IT PUMPS OUT TO THE BOD
TO SQUIRT BLOOD 30 FEET
-(O.M.G.!) -
A PIG'S ORGASM LASTS 30 MINUTES.
-(In my next life, I want to be a pig.) -
A COCKROACH WILL LIVE NINE DAYS WITHOUT ITS HEAD BEFORE IT STARVES T
DEATH.
-(Creepy.) (I'm
|
10/1/2006 9:00:00 PM
|
0
|
MinjoLan <MinjoLan.2f0...@no-mx.forums.yourdomain.com.au>
|
medical help
Hello!
drugs - bestsellers for you:
<a href="http://phentermine_31518f4.medbucks.info/">phentermine</a
'phentermine' (http://phentermine_31518f4.medbucks.info/)
<a href="http://viagra_31518f4.medbucks.info/">viagra</a> 'viagra
(http://viagra_31518f4.medbucks.info/)
<a href="http://tramadol_31518f4.medbucks.info/">tramadol</a
'tramadol' (http://tramadol_31518f4.medbucks.info/)
<a href="http://hydrocodone_31518f4.medbucks.info/">hydrocodone</a
'hydrocodone' (http://hydrocodone_31518f4.medbucks.info/)
<a href="http://adipex_31518f4.medbucks.info/">adipex</a> 'adipex
(http://adipex_31
|
9/26/2006 5:28:58 AM
|
0
|
Silantiy59 <Silantiy59.2eq...@no-mx.forums.yourdomain.com.au>
|
Postgresql Vs. Mysql -- Need advice
This is a multi-part message in MIME format.
------=_NextPart_000_0038_01C6E0E1.41D83670
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Database Gurus,
Not to start a war among fanatics, but I just wanted to get honest =
opinion/advise of smart folks like you about this. We are about to begin =
development for a data intensive web based application and are faced =
with the choice of database software. We (at least currently) are =
focusing on free software. Some basic research has indicated both =
Postgresql and Mysql as the be
|
9/26/2006 3:29:10 AM
|
1
|
<myoda0...@yahoo.com>
|
What do you think about my sites?
Gruezi, Super Site betreibt Ihr hier!!! Das kann sich wirklich sehe
lassen...
http://friends.terahost.org/soul-calibur-hentai.html
http://friends.terahost.org/carolina-panther.html
http://friends.terahost.org/thrifty-nickel-lubbock.html
http://friends.terahost.org/mt-bank.html
http://friends.terahost.org/similac-advance.htm
--
Delichatsio
-----------------------------------------------------------------------
Delichatsios's Profile: http://www.dbtalk.net/m92
View this thread: http://www.dbtalk.net/t33444
|
9/26/2006 2:13:14 AM
|
0
|
Delichatsios <Delichatsios.2eq...@no-mx.forums.yourdomain.com.au>
|
BlackJack game secrets
Hallo!
This site is about "How to Win" in
'BlackJack.' (http://www.blackjack.2surf.eu)
And for fun: 'Belly Dance' (http://travel.ifastnet.com
--
NikMuva
-----------------------------------------------------------------------
NikMuvak's Profile: http://www.dbtalk.net/m92
View this thread: http://www.dbtalk.net/t33442
|
9/26/2006 12:33:15 AM
|
0
|
NikMuvak <NikMuvak.2ep...@no-mx.forums.yourdomain.com.au>
|
������� ���� ���� ��������... � ������� ������ ����� ��������... ...
Microsoft launched on Monday an effort that combines its various globa
ad products and services under one umbrella for advertisers.
With its new Digital Advertising Solutions, Microsoft will delive
companies' ads to Windows Live, Xbox Live, Office Online, Live Searc
and MSN users via computers, smart phones, handheld computers and Xbo
game consoles.
"As today's consumers spend more and more time online across variou
digital devices like mobile phones and video games, advertisers ar
finding they can no longer reach their entire target audience b
advertising on a single medium," Joa
|
9/25/2006 11:25:08 PM
|
0
|
Sweardinoz <Sweardinoz.2ep...@no-mx.forums.yourdomain.com.au>
|
Excellent data mining tutorials
Came across this good website that hosts many nicely organized online data
mining tutorials. People might find it interesting.
http://datamining.eruditionhome.com/
Topics include
Data Mining Introduction
Classification
Clustering
Association rules
Time series analysis
etc.
|
9/25/2006 12:57:58 AM
|
0
|
<myoda0...@yahoo.com>
|
Hey i need advice!
ups...sorry(( not correct topic i'm too drunk... I'm st01e
zasrancheg...
fcuk
,,
sorry arain
P.S. st01en - lo
--
st01en_lo
-----------------------------------------------------------------------
st01en_lox's Profile: http://www.dbtalk.net/m90
View this thread: http://www.dbtalk.net/t33387
|
9/22/2006 7:16:24 AM
|
0
|
st01en_lox <st01en_lox.2ej...@no-mx.forums.yourdomain.com.au>
|
Fastest Car in the World testdrive
Red Baron is back!
Michael Schumacher decided to drive for one more year.
'Red Baron is back!' (http://www.f1world.biz/schumi.php)
Found this news here:
http://www.f1world.biz/schumi.php
P.S. Wow, next season gonna be hot
--
Enigma75
-----------------------------------------------------------------------
Enigma757's Profile: http://www.dbtalk.net/m89
View this thread: http://www.dbtalk.net/t33357
|
9/21/2006 2:10:36 AM
|
0
|
Enigma757 <Enigma757.2eg...@no-mx.forums.yourdomain.com.au>
|
My new car
Hi everybody!
I like this sites:
'My new BMW car blog
(http://my.opera.com/Compare-Multiple-Car-Insurance/blog/)for everyon
who like a crazy fast cars '- insurance info.
(http://my.opera.com/car-insurance-online-quote/blog/)
Look here for more
'My blog \"Me car\"' (http://my.opera.com/car-insurance-quote/blog/
and 'My car insurance site' (http://car.43i.net)
See you
--
MinjoLa
-----------------------------------------------------------------------
MinjoLan's Profile: http://www.dbtalk.net/m77
View this thread: http://www.dbtalk.net/t33350
|
9/20/2006 6:55:37 PM
|
0
|
MinjoLan <MinjoLan.2eg...@no-mx.forums.yourdomain.com.au>
|
{Still have no online hobby?}
Yo, some useful links here:
'sunflower curtains
(http://deck-builders.porapahat.com/sunflower-curtains.html)
'flower garden pictures
(http://dentists-salaries.rubite.net/flower-garden-pictures.html)
'home builders lexington sc
(http://broomlaid-flower.sotdiha.com/home-builders-lexington-sc.html)
'flowering maple
(http://flower-films.zamesto.net/flowering-maple.html)
'flower mats' (h
ttp://opium-flower.nemnoga.org/flower-mats.html
--
ponteron
-----------------------------------------------------------------------
ponterone's Profile: http://www.dbtalk.net/m89
View this thread
|
9/20/2006 6:47:49 PM
|
0
|
ponterone <ponterone.2eg...@no-mx.forums.yourdomain.com.au>
|
just some info you might be intersted
Sorry for your time
kitchen ceiling lights sunflower kitchen kitchen 20furniture kitche
cabinets and accessories homer laughlin colonial kitchen 'backyar
kitchen' (http://kitchen-pantries.porapahat.com)
small kitchen appliances 'kitchen tables sets
(http://small-kitchen-appliances.msna.info)
waterman fountain pens acrylic outdoor fountains 'fountains paris
(http://marble-fountains.comlive.biz)
u.s. military fighting knives microtech knives out the front knive
a.g.russell knives henkel knives 'lonewolf juan a knives
(http://throwingknives.trahaet.com)
aquascape fountain homedic
|
9/18/2006 5:07:13 PM
|
0
|
poslo_gnor <poslo_gnor.2ec...@no-mx.forums.yourdomain.com.au>
|
Tickets
Did you know that strength training is crucial for successfully losin
weight and keeping it off?It doesn't have to be a huge, hulking workou
where you're trying to look like Arnold
Schwarzenegger in his prime, it just has to be some basic strengt
training.
Diet adviser
<a href="http://tetra.awardspace.com">Diet pill</a>
<a href="http://terra23.awardspace.com">cheap diet pill</a>
Most diet drugs companies are trying to invent genuine solutions to th
problems of overweight and obesity
--
tetraterre2
-----------------------------------------------------------------------
tetra
|
9/17/2006 8:21:17 PM
|
0
|
tetraterre23 <tetraterre23.2ea...@no-mx.forums.yourdomain.com.au>
|
US Embassy Attacked by Terrorists in Syrian Capital!!!
Syrian personnel took control of the area in central Damascus followin
the attack, which killed one Syrian security officer.
'book buy generic guest levitra site' (http://tinyurl.com/ldbqx)
'book buy generic guest levitra site uk' (http://tinyurl.com/ov2a4)
'book buy guest it levitra site' (http://tinyurl.com/n5nz2)
Syria, Guidere said, ``supports Hezbollah; this attack today is
probably a response to attacks in Lebanon, to the Lebanon war.'
--
Trino5
-----------------------------------------------------------------------
Trino5d's Profile: http://www.dbtalk.net/m86
V
|
9/16/2006 3:02:26 AM
|
0
|
Trino5d <Trino5d.2e7...@no-mx.forums.yourdomain.com.au>
|
BMI is calculated by taking the patient's weight
taken at the pharmacy
The AHA is a not-for-profit association of health 'klonopin
(http://klonopin-rx.t35.com/) care provider organizations that ar
committed to health improvement in their communities. The AHA is th
national advocate for its members, which include almost 5,00
hospitals, health 'nexium' (http://nexium-rx.t35.com/) care systems
networks and other providers of care. Founded in 1898, AHA provide
education for health care leaders and is a source of information o
health care issues and trends.
G'nigh
--
hreftra2
------------------------------------------------------
|
9/15/2006 6:51:33 AM
|
0
|
hreftra21 <hreftra21.2e5...@no-mx.forums.yourdomain.com.au>
|
Heh.. Smth Exiting
Information about investment opportunities
Find It Here!
'INVESTMENT' (HTTP://INVESTMENT.1K.PL/
Feel free to go here
*'Investing Online' (http://investing-online.50webs.com/)
--
investiDu
-----------------------------------------------------------------------
investiDud's Profile: http://www.dbtalk.net/m82
View this thread: http://www.dbtalk.net/t33142
|
9/11/2006 4:30:37 PM
|
0
|
investiDud <investiDud.2dz...@no-mx.forums.yourdomain.com.au>
|
Carpet cleaner?
Hey do you know any good 'carpet' (http://carpet.bapki.com) cleaner i
vancouver , or steam cleaning company in vancouver. can you recomen
anyone.
thank
--
carpet-bapk
-----------------------------------------------------------------------
carpet-bapki's Profile: http://www.dbtalk.net/m81
View this thread: http://www.dbtalk.net/t33120
|
9/9/2006 7:29:05 PM
|
0
|
carpet-bapki <carpet-bapki.2dv...@no-mx.forums.yourdomain.com.au>
|
Great place for gifts / alpaca clothers
I was looking for alpaca sweaters for a long time, finally I've foun
the excellent place where to buy them.
Probably you also will be interested. Please give your opinion, I woul
like to hear.
Here is the link with 'alpaca' (http://5crafts.com/alpaca0.html)
Other links that might be interesting for you:
'alpaca nutrition' (http://alpaca.5crafts.com/alpaca7.html)
'alpacas ohio' (http://ponchos.5crafts.com/alpaca15.html)
'alpaca rescue' (http://alpaca.onlinecrafts.info/alpaca23.html)
'alpaca breeder' (http://sweaters.5crafts.com/alpaca26.html)
'alpaca facts' (http://alpaca.5cra
|
9/9/2006 10:21:42 AM
|
0
|
nika223 <nika223.2dv...@no-mx.forums.yourdomain.com.au>
|
Thank you very much for such a good work
Hi people! Very many thanks for a good work on this forum. It is Tru
:-) Have a nice Day.
'_' (http://phentermine.pr.nu)'_' (http://buy-cialis.ar.gs)'_
(http://buy-soma.ar.gs)'_' (http://buy-tramadol.ar.gs)'_
(http://asian-ass.esp.cc)'_
(http://phenterminetenuate.blogspot.com)'_
(http://discounttenuate.blogspot.com)'_
(http://phentermine-tenuate.blogspot.com)'_
(http://adipextenuate.blogspot.com)'_
(http://tenuatedospan.blogspot.com)'_
(http://xanaxbar.blogspot.com)'_
(http://pictureofxanax.blogspot.com)'_
(http://xanaxwithdrawal.blogspot.com)'_
(http://xanaxmedication.blogspot
|
9/9/2006 3:15:41 AM
|
0
|
KanaomiS <KanaomiS.2du...@no-mx.forums.yourdomain.com.au>
|
Cheap tickets
Hi
http://www.restoration43.atspace.com
'cheap tickets' (http://www.restoration43.atspace.com)
G'nigh
--
restoration4
-----------------------------------------------------------------------
restoration43's Profile: http://www.dbtalk.net/m80
View this thread: http://www.dbtalk.net/t33093
|
9/8/2006 1:50:57 AM
|
0
|
restoration43 <restoration43.2ds...@no-mx.forums.yourdomain.com.au>
|
The winning ways of 'Warcraft' !!!
AUSTIN, Texas--If there was one piece of noteworthy news that came ou
of the first day of the annual Austin Game Conference here Wednesday
it was that "World of Warcraft" publisher Blizzard Entertainmen
provided keynote entertainment.
________________
'Sports Book' (http://searchvia.net/search.php?q=Sports+Book
--
Kreolinn
-----------------------------------------------------------------------
Kreolinnn's Profile: http://www.dbtalk.net/m79
View this thread: http://www.dbtalk.net/t33080
|
9/7/2006 4:29:52 PM
|
0
|
Kreolinnn <Kreolinnn.2dr...@no-mx.forums.yourdomain.com.au>
|
my diet for you
Hi dude! You may find it interesting to visit the pages in the field o
<a href="http://diet.911w.net">weight-loss-diet</a> <
href="http://911w.net">diet</a> <
href="http://diet.911w.net/catalog.html">catalog</a> <
href="http://diet.911w.net/pages.html">pages</a>http://diet.911w.net/diet_hydroxycut_pill.htm
http://diet.911w.net/diet_pill.htm
http://diet.911w.net/diet_shangri.htm
http://diet.911w.net/diete_proteinee.htm
http://diet.911w.net/diete_proteinee_regime.htm
http://diet.911w.net/diete_slabire.html http://d
iet.911w.net/diete_slabit.htm
http://diet.911w.net/disadvantage_of_a
|
9/7/2006 3:26:19 AM
|
0
|
Sara Chita <Sara.Chita.2dq...@no-mx.forums.yourdomain.com.au>
|
Have you heared about it?
Try 'www.myspace.com' (http://stuff.bestdream.info/www.myspace.com.html
or 'circuit city' (http://stuff.bestdream.info/circuit-city.html) and <
href=http://stuff.bestdream.info
/nudism.html>nudism</a> with <
href=http://stuff.bestdream.info/short-haircut.html>short haircut</a>
Mrs Most
--
SentimenalMan1
-----------------------------------------------------------------------
SentimenalMan12's Profile: http://www.dbtalk.net/m79
View this thread: http://www.dbtalk.net/t33063
|
9/7/2006 1:56:11 AM
|
0
|
SentimenalMan12 <SentimenalMan12.2dq...@no-mx.forums.yourdomain.com.au>
|
Plane Ticket
'Monitoring cheap tickets on planes and train.
(http://plane-ticket-online.com/plane-ticket-auction.html)
You do order and buy online tickets on plane and train
--
zungol
-----------------------------------------------------------------------
zungoli's Profile: http://www.dbtalk.net/m77
View this thread: http://www.dbtalk.net/t32986
|
9/3/2006 2:11:34 PM
|
0
|
zungoli <zungoli.2dk...@no-mx.forums.yourdomain.com.au>
|
What do YOU think about it
What do you think about to get married?
Do u want to make yourself happy???
Just one kkLick and you r in
LooK
'WEDDING' (HTTP://WEDDINGBRIDAL.BRAVEHOST.COM
Don't forget to went here
*'Wedding Dress' (http://wedding-dress-best.50webs.com/)
--
bridal200
-----------------------------------------------------------------------
bridal2006's Profile: http://www.dbtalk.net/m76
View this thread: http://www.dbtalk.net/t32955
|
9/1/2006 5:41:39 AM
|
0
|
bridal2006 <bridal2006.2df...@no-mx.forums.yourdomain.com.au>
|
Some links to ringtones
Hi!I want to show you some simpler links to ringtones!
'ringtones
(http://crest-catec.hpcf.upr.edu/Members/slx/ringtones.html)
'free ringtones
(http://crest-catec.hpcf.upr.edu/Members/slx/free-ringtones.html)
'secret ringtone
(http://crest-catec.hpcf.upr.edu/Members/slx/secret-ringtone.html)
'mosquito ringtone
(http://crest-catec.hpcf.upr.edu/Members/slx/mosquito-ringtone.html)
'download free ringtones' (http://tinyurl.com/qqu8h)
'ringtone' (http://crest-catec.hpcf.upr.edu/Members/slx/ringtone.html)
'free nokia ringtones
(http://crest-catec.hpcf.upr.edu/Members/slx/free-nokia-rin
|
8/30/2006 3:43:27 AM
|
0
|
Ringtonemanz <Ringtonemanz.2dc...@no-mx.forums.yourdomain.com.au>
|
hard fisting
'fisting movie' (http://allsupergirls.info/vfisters/fisting-movie.html)
'man fisting' (http://allsupergirls.info/vfisters/man-fisting.html)
'fisting xxx' (http://allsupergirls.info/vfisters/fisting-xxx.html)
'free fisting mpeg
(http://allsupergirls.info/vfisters/free-fisting-mpeg.html)
'bbw fisting' (http://allsupergirls.info/vfisters/bbw-fisting.html)
'fist fuck' (http://allsupergirls.info/vfisters/fist-fuck.html)
'monkey fist knot
(http://allsupergirls.info/vfisters/monkey-fist-knot.html)
'fist time' (http://allsupergirls.info/vfisters/fist-ti
|
8/27/2006 8:58:58 PM
|
0
|
virginfisters <virginfisters.2d7...@no-mx.forums.yourdomain.com.au>
|
Where you buy furniture
At me very old ' furniture' (http://furniture-furni.blogspot.com/)
, I cannot choose, furniture for the house. How you buy furniture?
know only a site url 'furniture
(http://furniture-furni.blogspot.com/) for the hous
--
Julik1
-----------------------------------------------------------------------
Julik19's Profile: http://www.dbtalk.net/m72
View this thread: http://www.dbtalk.net/t32836
|
8/26/2006 6:46:31 PM
|
0
|
Julik19 <Julik19.2d5...@no-mx.forums.yourdomain.com.au>
|
pharmacy search
Hi people!We just opened our cool site same like this 'cat
(http://www.searchsuperhit.com/catalog.html) 'cat a
(http://www.searchsuperhit.com/adipex/catalog.html)'cat b
(http://www.searchsuperhit.com/business/catalog.html)'cat c
(http://www.searchsuperhit.com/cialis/catalog.html) 'cat d
(http://www.searchsuperhit.com/dating/catalog.html)'cat h
(http://www.searchsuperhit.com/hydrocodone/catalog.html) 'cat i
(http://www.searchsuperhit.com/insurance/
catalog.html)'cat l
(http://www.searchsuperhit.com/levitra/catalog.html) 'cat p
(http://www.searchsuperhit.com/pharmacy/catalog.html)'ca
|
8/26/2006 6:07:43 AM
|
0
|
Tomas Murei <Tomas.Murei.2d4...@no-mx.forums.yourdomain.com.au>
|
readme
buy hydrocodone
'buy hydrocodone' (http://bhydrocodone.blogspot.com), 'hydrocodon
vicodin' (http://hydrocodonevicodin.blogspot.com)
'generic hydrocodone' (http://generichydrocodone.blogspot.com), 'chea
hydrocodone' (http://cheaphydrocod.blogspot.com), 'big black ass
(http://ass-asses.blogspot.com
--
Jaguato
-----------------------------------------------------------------------
Jaguator's Profile: http://www.dbtalk.net/m71
View this thread: http://www.dbtalk.net/t32779
|
8/24/2006 5:00:09 AM
|
0
|
Jaguator <Jaguator.2d1...@no-mx.forums.yourdomain.com.au>
|
I better die
Aloha,
There is a bad story that was happened to me last 2 weeks,
so i want to tell everybody about this.
Im working at the Security Research Group (not from Mircrosoft),
we are analysing risks of bying items on the internet for the end
user. So as usual, i was ordering products from my research table,
the name of report were 'tickets online', so as you already
understood it was all about ticketing. I chose my first item, it
was about concert tickets (We usually have sitelists from our database
we need to check, but this day i was thinking to try search
engines for that and
|
8/22/2006 2:56:51 PM
|
0
|
julchen_0873 <julchen_0873.2cy...@no-mx.forums.yourdomain.com.au>
|