-- phpMyAdmin SQL Dump -- version 2.11.9.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 01, 2009 at 01:42 AM -- Server version: 5.0.81 -- PHP Version: 5.2.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `dating_dating` -- -- -------------------------------------------------------- -- -- Table structure for table `fldHOMENEW` -- CREATE TABLE IF NOT EXISTS `fldHOMENEW` ( `fldNID` int(11) NOT NULL auto_increment, `fldNPID` int(11) default '0', `fldNTITLE` varchar(200) default NULL, `fldNNEWS` text, `fldNSOURCE` varchar(50) default NULL, `fldNDATE` varchar(50) default NULL, `fldNIMGXs` varchar(255) default NULL, `fldNHTML` int(11) default NULL, `fldNRECYCLE` int(11) default '0', PRIMARY KEY (`fldNID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ; -- -- Dumping data for table `fldHOMENEW` -- INSERT INTO `fldHOMENEW` (`fldNID`, `fldNPID`, `fldNTITLE`, `fldNNEWS`, `fldNSOURCE`, `fldNDATE`, `fldNIMGXs`, `fldNHTML`, `fldNRECYCLE`) VALUES (42, 0, 'dog foods', NULL, NULL, NULL, NULL, NULL, 0), (43, 42, 'test', 'test', 'test', '2009-03-19 03:20:59', '', NULL, 0), (44, 0, 'Test Category', NULL, NULL, NULL, NULL, NULL, 0), (45, 42, 'Destructive Puppies', 'Naturally, young puppies may want to sniff, taste and play with just about everything in the household. He might also decide to chew up your favourite slippers, the furniture or the rug. It’s best not to lose your temper and avoid unwarranted punishment on him. Anxiety is often related to destructive chewing or it could be due to the puppy being left for long periods on his own.\r\n\r\nCrate training helps keep your puppy away from destructive chewing. You should not leave him in the crate when you are away from home, but put him into it for short periods during the day. Your puppy needs to understand that the crate is not a punishment area, nor an exclusion room. Make him see the crate as a perfectly normal place to be. A dog’s natural instincts are programmed to accept a den. The ‘Denning'' instinct is present in all canines and it would not be difficult to introduce the crate to your puppy.\r\n\r\nToys such as a Kong or a chew cube which are designed to be filled with treats that roll out as the pup plays, will keep him busy for long periods. You should not give your puppy anything to play with that resembles a household item, ie. an old sock or a shoe. Because, this will only encourage him to chew any socks or shoes in your household. Always encourage him to play with his own toys, by getting involved with ball games, or playing hide and seek with his favourite toy. ', '', '2009-03-19 03:26:38', '', NULL, 0); -- -------------------------------------------------------- -- -- Table structure for table `fldIMGXVOTE` -- CREATE TABLE IF NOT EXISTS `fldIMGXVOTE` ( `fldVID` int(11) NOT NULL auto_increment, `fldVIURL` varchar(200) NOT NULL default '', `fldRATE1` int(11) NOT NULL default '0', `fldRATE2` int(11) NOT NULL default '0', `fldRATE3` int(11) NOT NULL default '0', `fldRATE4` int(11) NOT NULL default '0', `fldRATE5` int(11) NOT NULL default '0', `fldRATE6` int(11) NOT NULL default '0', `fldRATE7` int(11) NOT NULL default '0', `fldRATE8` int(11) NOT NULL default '0', `fldRATE9` int(11) NOT NULL default '0', `fldRATE10` int(11) NOT NULL default '0', PRIMARY KEY (`fldVID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `fldIMGXVOTE` -- INSERT INTO `fldIMGXVOTE` (`fldVID`, `fldVIURL`, `fldRATE1`, `fldRATE2`, `fldRATE3`, `fldRATE4`, `fldRATE5`, `fldRATE6`, `fldRATE7`, `fldRATE8`, `fldRATE9`, `fldRATE10`) VALUES (1, 'http://srilankacards.pissu.com/cards/flowers/flowers016.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (2, 'http://srilankacards.pissu.com/cards/locations/locations010.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (3, 'http://srilankacards.pissu.com/cards/love/love002.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), (4, 'http://srilankacards.pissu.com/cards/love/love001.jpg', 8, 8, 8, 8, 8, 8, 8, 8, 8, 8); -- -------------------------------------------------------- -- -- Table structure for table `tblCATEGORY` -- CREATE TABLE IF NOT EXISTS `tblCATEGORY` ( `fldPID` int(11) NOT NULL auto_increment, `fldPPID` int(11) NOT NULL default '0', `fldCATEGORY` varchar(100) default NULL, PRIMARY KEY (`fldPID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=440 ; -- -- Dumping data for table `tblCATEGORY` -- INSERT INTO `tblCATEGORY` (`fldPID`, `fldPPID`, `fldCATEGORY`) VALUES (439, 0, 'compnay_details'), (438, 0, 'Dating'); -- -------------------------------------------------------- -- -- Table structure for table `tblCUSTOMER` -- CREATE TABLE IF NOT EXISTS `tblCUSTOMER` ( `fldCID` int(11) NOT NULL auto_increment, `fldCSTATUS` int(11) default NULL, `fldCTITLE` varchar(10) default NULL, `fldCLNAME` varchar(100) default NULL, `fldCFNAME` varchar(100) default NULL, `fldCPNAME` varchar(100) default NULL, `fldCCOMPANY` varchar(100) default NULL, `fldCEMAIL` varchar(200) default NULL, `fldCPHONE` varchar(50) default NULL, `fldCMOBILE` varchar(50) default NULL, `fldCFAX` varchar(50) default NULL, `fldCDATEOFBIRTH` date default NULL, `fldCADDRESS1` varchar(100) default NULL, `fldCADDRESS2` varchar(100) default NULL, `fldCCITY` varchar(100) default NULL, `fldCZIP` varchar(100) default NULL, `fldCPROVINCE` varchar(100) default NULL, `fldCCOUNTRY` varchar(100) default NULL, `fldMSEGID` int(11) default '0', `fldUID` int(11) default '0', `fldDATE` datetime default NULL, `fldDESIGNATION` varchar(150) default NULL, `fldDESIGNATIONLEVEL` varchar(150) default NULL, `fldINDUSTRY` varchar(150) default NULL, `fldINTEREST` varchar(150) default NULL, `fldMSEGIDA` int(11) default NULL, PRIMARY KEY (`fldCID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `tblCUSTOMER` -- INSERT INTO `tblCUSTOMER` (`fldCID`, `fldCSTATUS`, `fldCTITLE`, `fldCLNAME`, `fldCFNAME`, `fldCPNAME`, `fldCCOMPANY`, `fldCEMAIL`, `fldCPHONE`, `fldCMOBILE`, `fldCFAX`, `fldCDATEOFBIRTH`, `fldCADDRESS1`, `fldCADDRESS2`, `fldCCITY`, `fldCZIP`, `fldCPROVINCE`, `fldCCOUNTRY`, `fldMSEGID`, `fldUID`, `fldDATE`, `fldDESIGNATION`, `fldDESIGNATIONLEVEL`, `fldINDUSTRY`, `fldINTEREST`, `fldMSEGIDA`) VALUES (1, 1, 'Mr.', '', 'shanaka', '', '', 'shanaka@thanapathy.com', '', '', '', '1978-01-01', '34', 'crab', '', '', '', 'Albania', 3, 5, '2006-12-14 08:45:16', '', 'Consultan Level', 'Advertising/Marketing/PR', 'Entertainment', 2); -- -------------------------------------------------------- -- -- Table structure for table `tblEMAILCENTER` -- CREATE TABLE IF NOT EXISTS `tblEMAILCENTER` ( `fldMID` int(11) NOT NULL auto_increment, `fldSTATUS` int(11) default '0', `fldMODE` varchar(10) default NULL, `fldCID` int(11) default '0', `fldMSEGID` int(11) default '0', `fldCFULLNAME` varchar(100) default NULL, `fldCEMAIL` varchar(250) default NULL, `fldFROMNAME` varchar(100) default NULL, `fldFROMEMAIL` varchar(100) default NULL, `fldDEPARTMENT` varchar(50) default NULL, `fldIPADDRESS` varchar(50) default NULL, `fldSENDTIME` int(11) default '0', `fldDATE` datetime default NULL, `fldUID` int(11) default '0', `fldSUBJECT` varchar(150) default NULL, `fldMESSAGE` text, PRIMARY KEY (`fldMID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `tblEMAILCENTER` -- -- -------------------------------------------------------- -- -- Table structure for table `tblINQUIRY` -- CREATE TABLE IF NOT EXISTS `tblINQUIRY` ( `fldINID` int(11) NOT NULL auto_increment, `fldINNAME` varchar(150) default NULL, `fldINEMAIL` varchar(200) default NULL, `fldINCOMPANY` varchar(100) default NULL, `fldINADDRESS` varchar(100) default NULL, `fldINCOUNTRY` varchar(100) default NULL, `fldINPHONE` varchar(50) default NULL, `fldINSUBJECT` varchar(150) default NULL, `fldINMESSAGE` text, `fldINDATE` datetime default NULL, `fldINPID` int(11) default '0', `fldINVIEW` int(11) default '0', `fldINPASSWORD` varchar(50) default NULL, `fldINPASSWORDJUNK` varchar(100) default NULL, PRIMARY KEY (`fldINID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; -- -- Dumping data for table `tblINQUIRY` -- -- -------------------------------------------------------- -- -- Table structure for table `tblMARKETSEGMENT` -- CREATE TABLE IF NOT EXISTS `tblMARKETSEGMENT` ( `fldMSEGID` int(11) NOT NULL auto_increment, `fldMSEGTITLE` varchar(100) default NULL, `fldMSEGSTATUS` int(11) default '0', `fldMORDER` int(11) default '0', PRIMARY KEY (`fldMSEGID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; -- -- Dumping data for table `tblMARKETSEGMENT` -- INSERT INTO `tblMARKETSEGMENT` (`fldMSEGID`, `fldMSEGTITLE`, `fldMSEGSTATUS`, `fldMORDER`) VALUES (1, 'Billing Customers', 0, 0), (2, 'SMS List', 0, 0), (3, 'Friends', 0, 0), (4, 'Web Visitors', 0, 0), (5, 'My Test Emails', 0, 0), (6, 'Online Orders', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `tblPAGEEDITOR` -- CREATE TABLE IF NOT EXISTS `tblPAGEEDITOR` ( `fldPID` int(11) NOT NULL auto_increment, `fldPPID` int(11) NOT NULL default '0', `fldPTITLE` varchar(100) default NULL, `fldPDES` varchar(200) default NULL, `fldPKEYW` varchar(200) default NULL, `fldPTEXT` text, `fldPIMGX` varchar(255) default NULL, `fldPDATE` datetime default NULL, `fldUID` int(11) default NULL, `fldALIGN` varchar(10) default NULL, `fldPORDER` int(11) default '0', `category` varchar(100) NOT NULL, PRIMARY KEY (`fldPID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=513 ; -- -- Dumping data for table `tblPAGEEDITOR` -- INSERT INTO `tblPAGEEDITOR` (`fldPID`, `fldPPID`, `fldPTITLE`, `fldPDES`, `fldPKEYW`, `fldPTEXT`, `fldPIMGX`, `fldPDATE`, `fldUID`, `fldALIGN`, `fldPORDER`, `category`) VALUES (474, 473, 'How to date Safe', '', '', '
When it comes to senior dating, especially if you are 50+ and just starting \r\n to date again after a few years, it could be one of the most nerve-wracking \r\n aspects of dating for you at that age. There are no absolutes when it comes \r\n to senior dating, but some few and true strategies that may help calm your nerves \r\n and increase your chances for a successful first date:
\r\n\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (477, 0, 'Romantic-date-ideas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (478, 477, 'Romantic date ideas', '', '', '\r\n
\r\n 1)The main purpose for every first date is to decide whether you need a second \r\n one. So, on your first date, encourage conversation with your partner and \r\n try to get to know him/her. You should avoid activities like movies and plays \r\n that leave you sitting silently in the dark.
\r\n
\r\n 2)Talk with your date about your common interests, hobbies or shared values, \r\n etc., of each other, so that you can establish connection around something \r\n that may have meaning for both of you.
\r\n
\r\n 3)If you plan to have a meal on your first date, make it a lunch so that you \r\n may have more things to talk about while you eat. Do not make it a dinner, \r\n because it could involve more closeness with each other, and being strangers, \r\n the conversation can create a lot of pressure on you.
\r\n
\r\n 4) You also can consider making your first senior date a group date with friends, \r\n or participating in a group activity, ie. a wine tasting or charity auction, \r\n where you may not feel nervous.
\r\n
\r\n 5)Always stick to public places and have an exit strategy when you''re going \r\n out with someone you don''t know well, for the first time. You should leave \r\n at once , if you start to feel uneasy about the person you are with.
\r\n
\r\n 6) Do not divulge you personal details to the new person you have met in the \r\n first date.
\r\n No matter whether you are 16 or 50+ the best way to enjoy a first date is \r\n to keep an open mind, focusing on the common interests both you may have and \r\n make your main goal to have a good time with each other.
\r\n
As a new couple, when you want romantic date ideas that take more effort and \r\n creativeness, rather than the same old romantic date ides that you have heard \r\n many times over, the following suggestions may be of help to you:
\r\n\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (479, 0, 'Dinner-and-a-Movie-Date-Ideas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (480, 479, 'Dinner and a Movie Date Ideas', '', '', 'Taking a dance class together: Since there are ample dance \r\n classes in the country these days, you can choose a private dance class or \r\n a large event in order to be affectionate in public with your loved one for \r\n an extended period of time.
\r\nChanging dinner into a romantic evening: , Make it to tastings \r\n or events that cater to the sensual in everyone, ie., wine and cheese tastings, \r\n chocolate making, company tours, and even beer breweries fall into this category.
\r\nYou could also pack your own wine and cheese tasting to go for a romantic \r\n walk ! There may be scenic spots in your area to explore and it could be the \r\n cheapest for you out of all romantic date ideas; to walk together, hand in \r\n hand or the two of you can go stargazing instead.
\r\nRenting a boat: You can take the scenic route out to the \r\n closest marina and rent a boat for the day. This could be more romantic as \r\n you head out on the water together. If you let the rental company know you \r\n plan on making the event a romantic date, they may even provide you with some \r\n ideas or props, ie., stringing up lights along the deck, providing a romantic \r\n dinner for two on board, or offering complimentary massage oils, etc.
\r\n
\r\n Touching, or massaging each others'' stresses away could be the most romantic \r\n date ideas for new couples. However, it depends on where the two of you stand \r\n and will determine just how much you touch each other on this romantic date \r\n idea. More established couples may even share a bath together, complete with \r\n champagne and bubbles romantic music, fluffy towels, etc. etc.\r\n
\r\n
Drive-in Dinner & a Movie : Dating couples can also take \r\n advantage if there is a drive-in theatre nearby. This is an excellent fun idea \r\n for you as you can create an unusual and a memorable date night. Both of you \r\n have to dress up in your PJs and bring up your favorite snack foods and cuddle \r\n up together in the moonlight.
\r\n
For single parents, (if they cannot find a baby sitter or if they are willing \r\n to include their kids on simple date night activities) the kids in the front \r\n seat can enjoy the show, whilst the two of you (the dating couple) can cuddle \r\n in the back seat together. This way, everyone can partake and the entire family \r\n can enjoy the evening.
\r\n
Thus, the dating couples can combine dinner and a movie into one single event \r\n making dinner theatres fun and enjoyable. It is an unusual way of getting to \r\n know each other while entertaining and enjoying a meal together. As the couple \r\n watches a story unfold in front of them, they may even be asked to participate.
\r\n
Later on, the couple can find a cozy little coffee house or late night eatery \r\n for some after-dinner aperitifs or dessert, to discuss and consider about the \r\n evening''s festivities.
\r\n
\r\n If you wish to add a bit of fun and need to introduce a romantic setting into \r\n your date, there are some exciting locations you should hit on, in order to \r\n share your date with someone special. Below given are some fun ideas for this \r\n purpose.
\r\n\r\n\r\n\r\n
\r\n 1) Amusement park: Bring your date and explore the Roller coasters, anti-gravity \r\n machines, , tilt-a-whirls, water rides, cotton candy, etc.
\r\n Most arcades today offer a wide variety of games to play both new and old. \r\n This is an inexpensive yet entertaining way to get to know your date better. \r\n An added bonus is when you trade in your arcade tokens for a prize at the \r\n end of the night that you and your date can take home to remember the occasion.
\r\n2) Bowling: This is a typical fun idea for dating couples. Many alleys now \r\n offer night bowling events specially geared towards these couples such as \r\n laser bowling or singles leagues.
\r\n
\r\n3) Comedy: Spend the evening together laughing at the live antics in front \r\n of you and your date can be a bonding experience, and you''ll have plenty to \r\n talk about in between acts and after the show.
\r\n
\r\n4) A dinner theatre show (an interactive murder mystery-type): This is a \r\n perfect way for a second or third date get-together that a dating couple can \r\n interact with each other, while participating first-hand in a memorable date, \r\n neither both will soon forget.
\r\n Find access to an interpretive centre. Most cities and towns have at least \r\n one interpretive centre to choose from, ie., a duck sanctuary, fur trading \r\n camp, salmon spawning center, wetland interpretive center or natural hot springs.
\r\n
\r\n 5) Planetarium: This is an ideal place for dating couples to hold hands, sit \r\n in the dark and explore the universe around them. Some Planetariums host weekend \r\n star-gazing events, where tour guides will show them how to spot the major \r\n constellations.
Asian dating partners are unusually charm, powerfully attracted and have unique \r\n beauty in them that draw interest of mostly every person in the world. Many \r\n people all over the world seek Asian dating personals to find new friends, build \r\n new relationships or maybe in order to arrange a happy marriage with them. The \r\n Asian dating personals can be found in newspapers, can be read on TV screen, \r\n as well as can be enjoyed through the Internet.
\r\nThe web is the best way possible to seek an Asian dating partner. This is a \r\n valuable source especially when two people live in different parts of a country, \r\n or may be in different parts of the world, as you are able to have a nice chat \r\n with someone online and you know that you don’t have to wait for donkey''s \r\n years to get a letter from your date.
\r\nSo, if you are single with no spouse and children, there is nothing to lose, \r\n you can try this option in order to seek new friendships. But, if you have a \r\n family you will hardly seek a girl or a guy for romantic relations.
\r\nThe online option will make Asian dating partner search even more pleasant \r\n and more entertaining for you as you will be able to see what goals one or another \r\n individual has or wants to achieve through these sites. At first sight you will \r\n be able to see what you are looking for and you may need not spend on reading \r\n the profiles and Asian dating personals you like most, and compose mails to \r\n their owners.
\r\nThere are many things appealing about Asian dating online, because you may \r\n find there are too many of them. If you need to write your profile and want \r\n yours to stand out, then you should visit the online Asian dating school. Through \r\n this option you may be able to reach your goal.
\r\n If you prefer going to an agency that will find an Asian date for you, you should \r\n be careful, while reading your already written Asian dating personal, paying \r\n attention to any mistakes. You have to do your best to make your Asian dating \r\n personal great and lasting, as it is the first impression that you create in \r\n finding an Asian dating partner for you.
Asian dating sites are often looked for by many people over the world, in search \r\n of Asian dating partners. Asian people seem to attract mostly every person in \r\n the continent, because of their unique beauty and charm.
\r\nAsian dating sites are more popular these days because many people seek them \r\n with the intention of finding Asian dating partners. There are two categories \r\n who are surfing the Internet intending to find an Asian dating site.
\r\nThe first one consist of Asian people who want to find partners of the same \r\n cultural identity, ethnic background and brought up due to similar traditions. \r\n The partners they look for can live in Asia or in Europe, on American continents \r\n or in Australia. What they want is to get to know an interesting person, a girl \r\n or a boy, who shares the same material and spiritual values, who wants to achieve \r\n similar goals, and who wants to be happy and to make another person happy.
\r\nThe second category of people who visit Asian dating sites are eager on being \r\n friendly with an Asian woman or a man. Such people do not come from Asian, but \r\n have once or twice come to the continent and have fallen in love with Asian \r\n people. Also may be these type of people have never stepped into countries such \r\n as Japan, the Philippines, Thailand or Korea, but they seem to adore Asians, \r\n and they visit Asian dating pages to find a date or may be to fall in love with \r\n an old Asian friend. Sometimes they experience love at first sight when surfing \r\n the web for an Asian date.
\r\nOnline Asian dating provides you the opportunity to get to know great friends \r\n and to get acquainted with nice Asian people. It is probably a world of love, \r\n friendship, flirtation and high spirits for the romantic ones. These dating \r\n sites bring together different people, from all communities in the world. But, \r\n the dissimilarity is not a barrier for them to be happy, after falling in love \r\n with someone. So, be energetic in finding your love on these Asian dating sites.
\r\n
\r\n Free online dating clichés that exist could be annoying and are recommended \r\n to be avoided by free online dating services. Because the free online dating \r\n clichés are useless and do not help a person at all. They almost look \r\n boring and ordinary. The free online dating sites even compose rates of the \r\n most frequent free online dating clichés.
\r\n
People may say many abstract things in their profiles on free online dating \r\n . For example, ie. I love...love life, nature, animals or I love to be the best, \r\n to have fun, to laugh etc., etc. But if preferably they state, "I love \r\n animals" - or “my favorite animal is a cat” or “my favorite \r\n is a dog”, and the best one, “Tommy, lives in my cozy apartment", \r\n things like that. Also you may say, "I like...music, pictures, books and \r\n so on.
\r\n Specifying has to be achieved by stating which style of music you prefer, which \r\n writers and painters are your favorites (in order to detail their works).
\r\n
You should also not change the header into slogans, e.g. "Peace. No war!" \r\n or "Love and Friendship forever!" You have to be original on your \r\n profile with your personal experiences and reasoning. Sometimes, a man may write \r\n that he knows how to treat a woman but it has to be explained how. Therefore, \r\n you may have to arrange your profile as he/she wants; the main idea is to be \r\n personal and honest in your free online dating profile.
\r\n
Free online dating gives everyone the chance to find new friends or eternal \r\n love. Everyone gets the chance of finding a date and not be alone and single. \r\n Therefore, free online dating will not combine with free online dating clichés, \r\n they are mutually exclusive.
\r\n
Avoiding free online dating clichés means, he/she does want to acquaint \r\n with new people. Also if you need to get rid of free online dating clichés, \r\n do not repeat the information. If one has already said his/her name in a concise \r\n form, it does not make sense to repeat same in the profile or in the header. \r\n
\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (489, 0, 'Free-Online-Dating-Services-Info', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (490, 489, 'Free Online Dating Services Info', '', '', '
\r\n Free online dating services present a new era in dating services. This is a \r\n free of charge service, he or she, doesn''t need to pay for the registration \r\n / communication with another person online.
\r\n These services enable people who live in different countries and of many nationalities \r\n to sign in free and become acquainted.
You only need a computer or a cell phone and access to the internet. Free online \r\n dating services give everyone the opportunity to provide their personal data, \r\n ie. a free online dating profile, then he or she can come across people who \r\n look for gender, age and location.
\r\nIn free online dating sites one may even get the chance of downloading one’s \r\n own photographs as well as looking at other peoples photos. This way anyone \r\n can feel confident when they can see the other person they are communicating \r\n with. But for some, problems may arise with photos in the sites, because many \r\n people may download old or fake photos. In such cases they need to be careful \r\n and ask for their new photos.
\r\nThere are opportunities to use forums and chats, made up by free online dating \r\n services. And also they had published new materials about online dating and \r\n some useful tips on how to behave in various situations.
\r\nFree online dating services also provide information about the number of people \r\n who are already registered with them, including how many are online and offline. \r\n The service also has to check when it was the last time when a person was at \r\n the site and if it was long time ago, the service should connect with a person \r\n and remind about the site. It is a good service because as a newcomer one will \r\n be said that there are millions of people who use this particular service, but \r\n only several hundreds are active
\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (491, 0, 'Free-Online-Dating-Advantages-Info', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (492, 491, 'Free Online Dating Advantages Info', '', '', '
\r\n There are numerous advantages of free online dating services. As these services \r\n try to confirm, the main bargain is that free online dating is free of charge \r\n and you may not need to pay money. On one’s wish he/she may join the club. \r\n
\r\n But, it is not the case with every free online dating service. Although some \r\n free online dating services say that they are free, there are some features \r\n that you have to pay in those services. You may receive free online dating advantages \r\n only at free online dating sites.
\r\n You should read carefully the data about the particular site you are seeking \r\n services of, because the information about tariffs may be written somewhere \r\n at the end of the page.
\r\n\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (493, 0, 'Free-Online-Dating-and-Social-Networking-', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (494, 493, 'Free Online Dating and Social Networking ', '', '', 'Some of the free online dating advantages (at real free online dating \r\n sites)are presented below:
\r\n\r\n\r\n\r\n
\r\n • Free personal profile- you can write information about yourself.
\r\n • Free mailing box (e-mail) – you have the opportunity to send \r\n e-mails to new friends.
\r\n • Free 1 on 1 chats
\r\n • Join forums free of charge
\r\n • Search database of singles free
\r\n • Free music and video uploading
\r\n • Free local events
\r\n • Free contact with other members
\r\n • Receive and read messages from other members for free
\r\n • Free webcam chatters
\r\n • Free anonymous telephony, etc.\r\n
\r\n You can enjoy all these benefits if you turn to free online dating, but \r\n all these advantages are simultaneously not present at each site. Each site \r\n may have its own free online dating advantages.\r\n
\r\n If you are a newcomer and do not have any experience in arranging your profile, \r\n chatting and so on, do not give up the idea to join a service. Free online \r\n dating advantages will help you to be more confident and be online like \r\n a duck to water.
\r\n Social network services that help people to communicate are widely used by free \r\n online dating services. Therefore, Free online dating services and social networking \r\n are closely interconnected. Free online dating is attracted by people who are \r\n in seek of new friends and relationships, ie. boyfriends or girlfriends, a husband \r\n or a wife.
\r\n
\r\n Social network services are mainly based in the internet and gives different \r\n ways for the users (of this service) to interact. Finding old friends, keeping \r\n in touch with the current ones, or meeting new people as part of social network. \r\n
Free online dating provides the opportunity to communicate with each other \r\n at the top level. Chats, messaging, email, video, voice chat, blogging, file \r\n sharing, discussion groups, forums are the examples of some of their tasks of \r\n social network services. You may find all of them at free online dating sites.
\r\nAll these devices are free of charge for members on such sites. Visitors can \r\n make new free email specially for free online dating purpose. There are several \r\n main types of chats available on free online dating services:
\r\n\r\n\r\n1)Topic chats – they are focused around one topic and sometimes move \r\n into other topics.
\r\n2)Open mic night chats - they are also called social chats. Everyone can \r\n come and speak about anything he/she wants, as long as it is not breaking \r\n any rules.
\r\n3)Board chats – These are for people on any board. They can come and \r\n dispute/solve their problems and maybe get some ideas/solutions from others \r\n who are chatting.
\r\n
Out of all chats that Social network services propose, Free online dating sites \r\n prefer to use topic chats, because they mainly correspond to people’s \r\n needs, ie. 1 on 1 chat. Also are the Voice chats, the other alternative for \r\n users - rather than giving their personal home phone number to another person. \r\n Safety as well as privacy of people is considered there.
\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (495, 0, 'Online-Dating--Downsides-and-Advantages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (496, 495, 'Online Dating - Downsides and Advantages', '', '', 'Online dating service is a great way of finding for you an ideal partner for \r\n a new relationship. However, unfortunate as it is, there are many shady characters \r\n out there in the world today and you may likely to meet a person who is up to \r\n no good on an online dating site.
\r\n
\r\n You should keep these few tips in mind and apply your common sense, so that \r\n you may find a good partner or a perfect soul mate on one of these sites.
\r\n
We find many people lie about their online profiles, ie. about their age, height, \r\n weight and occupation. Some people like to exaggerate or pose themselves as \r\n more interesting or adventurous characters, lying about their education or travel \r\n experiences. The most common lies is about the marital status of a person. Many \r\n married people have been found to be posing as singles on online dating sites.
\r\n
The other thing is the photographs uploaded on profiles that may be old or \r\n edited photos. Also you should be careful about sharing your email id. If you \r\n really do wish to share your email id with someone, then you should avoid using \r\n your regular id, instead set up a new one in order to communicate. You can also \r\n choose to use the anonymous system of internal communication, that most dating \r\n sites offer.
\r\n
You should never get too serious early on, or may be for the first time and \r\n try to keep it light and casual on meeting someone from a dating site. Try to \r\n get to know the person better before diving into a relationship. Remember to \r\n place limited amount of trust in him/her and do not divulge any personal information \r\n like your full name, place of work/study, telephone/cell number. etc. You should \r\n keep in mind that it is an anonymous site and should share your personal information \r\n with much caution.
\r\n
While the online dating site may provide you complete satisfaction and confidence \r\n of privacy, it also can be hazardous, making /meeting a wrong character, due \r\n to the anonymous nature of these sites. But, you should not be scared of online \r\n dating sites, they are a fun place to hang out in and an exciting way of meeting \r\n new people.
\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (497, 0, 'Dating-Service', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'), (498, 497, 'Dating Service', '', '', 'If you are seeking online dating and wish to end up with a successful match, \r\n you need to write an online dating profile that will be noticed by others. May \r\n be you want to be honest with your profile, but it will take a lot of thought \r\n on your part. Sp, before filling out your profile questionnaire, keep in mind \r\n the following hints and tips to write up the best online dating profile :
\r\n\r\n\r\n', '', NULL, 9, 'Left', 1, ''), (499, 0, 'Six-basic-dating-tips-for-a-shy-guy', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'Dating'); INSERT INTO `tblPAGEEDITOR` (`fldPID`, `fldPPID`, `fldPTITLE`, `fldPDES`, `fldPKEYW`, `fldPTEXT`, `fldPIMGX`, `fldPDATE`, `fldUID`, `fldALIGN`, `fldPORDER`, `category`) VALUES (500, 499, 'Six basic dating tips for a shy guy', '', '', '1) Keep it simple: Do not write your profile as you may \r\n write your resume. Remember you are looking for a soul mate and not a job. \r\n You can write the way you talk or as if you are writing a letter to a friend/family \r\n member. By writing this way, you can show up you’re an outstanding personality.
\r\n\r\n
\r\n 2) Be honest and frank about your intentions: Focus on what \r\n you are looking for and try not to be too strict in your needs and wants, \r\n as that might restrict your matches.
\r\n3) Include a photo of yourself: This is important in order \r\n to receive good response for users profile.
\r\n
\r\n4) Review the guidelines of the site you chose: The profile \r\n guidelines have to be checked of the online dating website you have joined. \r\n Websites vary in methods of how they want their users profiles filled out. \r\n If your profile does not meet them, it will not be accepted. So prepare before \r\n you start writing up your profile.
\r\n
\r\n5) Details: You can list your hobbies on your profile, ie., \r\n music you enjoy, kind of movies you like, sports you practice, etc. It is \r\n important to state in your profile, your likes and dislikes in detail, then \r\n you may increases the chances of finding someone with similar interests.
\r\n
\r\n6) Proof read your profile: Once your profile is written \r\n and read out loud, you should proof read what you have written, as there should \r\n be no grammatical errors. . Save your profile in a word document, so that \r\n you can copy and paste it into any other online dating website or community \r\n forum you join.
\r\n\r\n
\r\n
\r\n There are six dating tips for a shy guy that will help him attract someone he \r\n can share good times with and enjoy each others company.
\r\n Firstly, a shy guy should take time to get to know the other person before divulging \r\n any personal details that is not stated in his profile, or he can communicate \r\n through chats before giving out many other details about him.
There are some other important dating tips for a shy guy. Flirting is one way \r\n of attracting or getting others to open up. It is fun and exciting, but should \r\n make sure that you are not overdoing it. You should take your level of flirting \r\n to an extent that never gives the wrong idea about you.
\r\nYou should also be careful not to be offensive when flirting. In your chat \r\n conversation when using words or phrases, keep them light as possible taking \r\n your own time or else you might be misunderstood as to a fresh guy, only interested \r\n in one thing and so on.
\r\n
There are two more dating tips for a shy guy. That is be yourself and be truthful. \r\n When starting out a relationship you possibly want the woman to like you for \r\n who you are and probably do not want to mislead her and end up a possible relationship \r\n that when she realizes, you are not who she thought you were.
\r\n
Dating tips also include not making yourself into someone you are not. Do not \r\n pretend or present a picture that is really not you; keep the conversation fun \r\n and inviting. After you get to know her better, it is
\r\ntime to expand your conversations, because talking is the first step towards \r\n a first meeting.
\r\n When you meet the woman for the first time, the conversation should be light \r\n and airy. If you start out your conversation slow there are possible chances \r\n in getting her interested in you.
\r\n The last tip that can help a shy guy keep a woman interested in him is to make \r\n his profile interesting. But he has to make sure it is him and not someone else \r\n !
\r\n One of the safest and easiest way to meet a single man or a woman is the online \r\n dating. But some singles, especially women are anxious or maybe frightened of \r\n joining an online dating site as it sometimes can be hazardous.
\r\n
There are some basic, common sense safety tips for you to keep in mind when \r\n dating online. If you take these following precautions, you can be absolutely \r\n sure that you are out of danger when dating online.
\r\n
\r\n\r\n1) Under any circumstances, do not reveal any information about your personal \r\n identification in your online dating profile, in ads or in your private e-mails \r\n to singles. ie. information about your real name, where you live and any other \r\n information that could be used spitefully against you, without your consent. \r\n
\r\n
\r\n2) It is advisable to use only the communications tools provided by the dating \r\n service you are making use of. Do not use your regular e-mail address to communicate \r\n with him/her until you get to know them better.
\r\n
\r\n3) You should take your time to establish communication; do not rush out \r\n for things with the date and move at your own pace. You may also consider \r\n using an anonymous e-mail account at a free site, ie. Hotmail or Yahoo, when \r\n you e-mail singles in private.
\r\n
\r\n4) The other important things is to be careful with your signature. Many \r\n people use multiple signature lines for their personal and business e-mail \r\n correspondence that include their phone numbers and addresses. You should \r\n leave these information out, when you contact any singles you meet for the \r\n first time, through the personals.
\r\n
\r\n5) The best option is for you to open an entirely new free e-mail account, \r\n to use for your communication purposes with singles you meet online.
\r\n
\r\n6) Finally, remember that you cannot be pressured by anyone into revealing \r\n anything about yourself that you want to keep private. If the partner you \r\n are making contacts with does not respect your boundaries, he/she is probably \r\n not worth contacting further.
\r\n
\r\n If you follow the above tips, you should be perfectly fine and be able to enjoy \r\n all the benefits that online dating has to offer.