![]() |
| Partner Home - Partner Sign-Up - Software - FAQ |
| Forum: Forums - Reply - Registration - Search |
| dotSilver Network Partner Support Forum / Dating Software Technical Support / Version 0.6 released! |
| Author | Message |
| .silver Admin |
Posted: 14 Jun 2005 08:32:01 Version 0.6 of both traditional and adult dating software were released. Among changes there are several bugfixes and new features like bookmarks and blocklist. Feel free to install! Also, 0.6 is the first version that comes with the convenient changelog to track and easily implement changes from the previous version to keep your modifications. Feel free to check out. Existing design layouts were updated, too. You will also need to have them renewed on your site to make new features work. New layouts are coming. |
| Anonymous |
Posted: 26 Jun 2005 14:04:11 You can check the problem at www.infogle.com/edate we have uploaded the script and was functioning okay but as we checked today it was giving error as following: Warning: Illegal offset type in /home/infogle/public_html/edate/inc/arrays.inc.php on line 17 Please help us with this as early as possible. Thanks |
| .silver Admin |
Posted: 27 Jun 2005 01:20:29 Probably there were some changes in code of file array.inc.php, we advise you to download and replace it again. If by some reasons you can't/don't want to do it, write us the part of code in array.inc.php where this error appears. |
| Anonymous |
Posted: 27 Jun 2005 06:44:41 As we have already written the Error Line No...what is shows out to be its line no. 17. We have also replaced the file but nothing happens... We have also replaced the software with the new version available in your website you can check it at www.infogle.com/date Same Problem....nothing has happened.....WHAT SHOULD WE DO....JUST EXPLAIN CLEARLY.....!!!!! AND QUICKLY PLEASE AS OUR WEB IS ON HOLD AND WE ARE RUNNING A ALTERNATE SOFTWARE FOR THIS.....!!!! |
| .silver Admin |
Posted: 29 Jun 2005 03:16:15 In fact there is no code in line 17 of arrays.inc.php. Please show us yor arrays.inc.php, and tell which version of PHP is installed on your server. |
| Anonymous |
Posted: 30 Jun 2005 13:24:23 We are posting the whole page of arrays.inc.php you can find complete file below: ______________________________________________________ <?php require_once( $_dir['langs'].'lang-English.php' ); // Multiple value fields class Class LC_MVField { var $name; // part of lang array index var $values; // array of indexes function LC_MVField( $name, $index ) { global $_lang; $this->name = $name; foreach( $index as $key ) $this->values[$key] = &$_lang[$name.$key]; } } $mv_fields['Sex'] = new LC_MVField( 'sex', array(pow(2,0),pow(2,1)) ); $mv_fields['Relationship'] = new LC_MVField( 'rel', array(pow(2,0),pow(2,1),pow(2,2),pow(2,3),pow(2,4),pow(2,5),pow(2,6),p ow(2,7)) ); $mv_fields['Country'] = new LC_MVField( 'c', range( 1, 219 ) ); $mv_fields['Height'] = new LC_MVField( 'h', range( 1, 7 ) ); $mv_fields['BodyType'] = new LC_MVField( 'b', range( 1, 6 ) ); $mv_fields['EyeColor'] = new LC_MVField( 'ec', range( 1, 6 ) ); $mv_fields['HairColor'] = new LC_MVField( 'hc', range( 1, 9 ) ); $mv_fields['Religion'] = new LC_MVField( 're', range( 1, 26 ) ); $mv_fields['Ethnicity'] = new LC_MVField( 'e', range( 1, 11 ) ); $mv_fields['Language'] = new LC_MVField( 'l', range( 1, 53 ) ); $mv_fields['Education'] = new LC_MVField( 'ed', range( 1, 8 ) ); $mv_fields['Income'] = new LC_MVField( 'i', range( 1, 8 ) ); $mv_fields['SmokerDrinker'] = new LC_MVField( 'sd', range( 1, 7 ) ); $pFieldsValues = array( 'Username' => array( 0=>'alphanum', 'min'=>2, 'max'=>20, 'validator'=>'Username' ), 'Sex' => array( 0=>'radio', 'val'=>&$mv_fields['Sex'] ), 'LookingFor' => array( 0=>'mselect', 'val'=>&$mv_fields['Sex'] ), 'Country' => array( 'val'=>&$mv_fields['Country'] ), 'City' => array( 0=>'varchar', 'max'=>30 ), 'ZIP' => array( 0=>'bigint', 'size'=>5, 'validator'=>'ZIP' ), 'DateOfBirth' => array( 0=>'date'), 'Occupation' => array( 0=>'varchar', 'max'=>30 ), 'Language' => array( 'val'=>&$mv_fields['Language'] ), 'Height' => array( 'val'=>&$mv_fields['Height'] ), 'BodyType' => array( 'val'=>&$mv_fields['BodyType'] ), 'Ethnicity' => array( 'val'=>&$mv_fields['Ethnicity'] ), 'EyeColor' => array( 'val'=>&$mv_fields['EyeColor'] ), 'HairColor' => array( 'val'=>&$mv_fields['HairColor'] ), 'Religion' => array( 'val'=>&$mv_fields['Religion'] ), 'Education' => array( 'val'=>&$mv_fields['Education'] ), 'Relationship' => array( 0=>'mselect', 'val'=>&$mv_fields['Relationship'] ), 'Income' => array( 'val'=>&$mv_fields['Income'] ), 'Smoker' => array( 'val'=>&$mv_fields['SmokerDrinker'] ), 'Drinker' => array( 'val'=>&$mv_fields['SmokerDrinker'] ), 'Email' => array( 0=>'varchar', 'validator'=>'Email' ), 'Headline' => array( 0=>'varchar', 'max'=>30 ), 'DescriptionMe' => array( 0=>'text', 'min'=>150, 'max'=>5000 ), 'DescriptionYou' => array( 0=>'text', 'min'=>150, 'max'=>5000 ), 'Password' => array( 0=>'pass', 'min'=>4, 'max'=>8 ,'validator'=>'Password'), 'ConfirmPassword' => array( 0=>'pass', 'min'=>4, 'max'=>8 ), 'Joined' => array( 0=>'bigint' ), ); $_regions = array( 1001 => 'Asia', 1002 => 'Middle East', 1003 => 'Africa', 1004 => 'Europe', 1005 => 'Australia/Oceania', 1006 => 'North America', 1007 => 'Carribean', 1008 => 'Central America', 1009 => 'South America', 1000 => 'former USSR' ); function c_groups($ID) { switch($ID) { // former USSR case 1000: return array(11,15,20,67,76,104,109,111,116,133,167,191,200,203,208); // Asia case 1001: return array(1,15,18,25,32,36,44,91,94,95,102,104,107,110,118,122,123,135,142 ,153,159,176,182,190,193,200,208,212); // Middle East case 1002: return array(17,63,96,97,99,103,108,112,152,164,172,189,204,215); // Africa case 1003: return array(3,6,23,28,34,35,37,39,41,42,48,49,52,58,63,65,66,68,74,75,78,86, 87,105,114,120,121,124,128,137,138,140,147,148,168,173,175,179,180,184 ,192,194,198,202,217,218,219); // Europe case 1004: return array(2,5,11,14,20,21,27,33,53,55,56,57,67,72,73,77,79,80,92,93,98,100 ,111,115,116,117,119,125,133,134,143,151,161,162,166,167,171,177,181,1 87,188,199,203,205,210,216); // Australia / Oceania case 1005: return array(13,71,129,145); // North America case 1006: return array(38,131,206); // Carribean case 1007: return array(9,12,16,19,24,40,54,59,60,82,89,101,197,213); // Central America case 1008: return array(22,51,64,85,90,146,155); // South America case 1009: return array(10,26,30,43,47,62,88,157,158,185,207,211); } return false; } ?> ___________________________________________ For knowing our PHP version please visit the link: www.infogle.com/test.php You will get complete idea about our situation by reading all above reply as soon as possible. Thanks |
| Anonymous |
Posted: 1 Jul 2005 05:54:08 We are giving out a few outlined which we found today we are getting this complete error: Warning: Illegal offset type in /home/infogle/public_html/date/inc/arrays.inc.php on line 17 Warning: Smarty error: problem creating directory '/Array' in /home/infogle/public_html/date/smarty/Smarty.class.php on line 1084 Warning: Smarty error: unable to read resource: "index.html" in /home/infogle/public_html/date/smarty/Smarty.class.php on line 1084 What does this mean....FIND OUT QUICKLY...PLEASE WAITING FOR YOUR REPLY |
| .silver Admin |
Posted: 2 Jul 2005 01:23:42 There are no errors in your arrays.inc.php file. But it request language file `lang-English.php` in `langs/` directory try to replace it. If nothing changes write us code of this (lang-English.php) file. |
| Anonymous |
Posted: 2 Jul 2005 03:39:01 nothing is happening we have changed the script also, the code of the script of "lang-English.php" is as follows: ______________________________ <?php $_site['charset']='ISO-8859-1'; $_lang = array( // labels '_about_us'=>'About Us', '_account_delete'=>'Delete my account', '_account_on_hold'=>'Account On Hold', '_account_suspended'=>'Account Suspended', '_activity'=>'Activity', '_admin_comment'=>'Admininstrator\'s comment', '_advanced_search'=>'advanced search', '_age_preference'=>'Age preference', '_all_countries'=>'All countries', '_approve'=>'Approve', '_block_me'=>'Block me', '_bookmark_me'=>'Bookmark me', '_browse'=>'Browse', '_categories'=>'Categories', '_check_email_now_ex'=>"Check Your Email NOW!", '_check_email_now'=>"Go check your email now!", '_choose_plan'=>"Choose your plan", '_chose_to_terminate'=>"You chose to terminate your membership at {$_site['bizname']}.", '_claim'=>'Claim', '_click_here'=>'click here', '_click_to_enlarge'=>'Click to enlarge', '_contact_us'=>'Contact Us', '_country'=>'Country', '_create'=>'Create', '_email'=>'Email', '_email_me'=>'Email me', '_email_used'=>'This email is already in use', '_extend'=>'Extend', '_day'=>'Day', '_delete'=>'Delete', '_deleted_member'=>'deleted member', '_do_block'=>'Block', '_do_bookmark'=>'Bookmark', '_do_new_folder'=>'Create New Folder', '_faq'=>'FAQ', '_first'=>'First', '_folder'=>'Folder', '_folder_created'=>'Folder created', '_folder_creation_failed'=>'Folder creation failed', '_forgot_pwd'=>'forgot password?', '_free_sign_up'=>'Free Sign Up', '_free_mem_given'=>'You were granted membership for free.', '_from_member'=>'From', '_iam18plus'=>'I am 18+ years old', '_iamweare'=>'I am', '_if_cant_find_ver_email'=>'If you can\'t find an email from us...', '_if_unreg_comment'=>'If yes, please, leave your comment why you want to terminate your profile', '_invalid_folder_name'=>'Invalid folder name', '_web_res'=>'Web Resources', '_links'=>'Links', '_live_chat'=>'Live Chat', '_looking_for'=>'Looking for', '_manage_folders'=>'Manage Folders', '_mark_read'=>'Mark Read', '_mark_unread'=>'Mark Unread', '_meet_me_in_chat'=>'Meet me in Chat', '_member_sign_in'=>'Member Sign In', '_member'=>'Member', '_members_0'=>'Free Members', '_members_s'=>'Silver Members', '_members_g'=>'Gold Members', '_members_most_active'=>'Most active members', '_members_recently_joined'=>'Recently joined members', '_membership'=>'Membership', '_membership_exp_date'=>'Your membership expiration date', '_membership_expired'=>'Your membership expired', '_membership_unltd'=>'Your membership is <b>unlimited</b>', '_message'=>'Message', '_messages'=>'Messages', '_month'=>'Month', '_move_to'=>'Move to', '_msg_body'=>'Message body', '_msg_body_empty'=>'Message body empty', '_msg_sent'=>'Message sent', '_msg_unavail'=>'Message not available', '_must_be_active_to_proceed'=>'You must be in <b>active</b> mode to proceed', '_my_mailbox'=>'My Mailbox', '_my_matches'=>'My Matches', '_my_messages'=>'My Messages', '_my_profile'=>'My Profile', '_need_to_verify_email'=>'You need to verify your email', '_never'=>'never', '_next'=>'Next', '_new_msgs'=>'New messages', '_new_search'=>'New Search', '_no_photos'=>'No photos available', '_no_recipient_specd'=>'No recipient specified', '_no_subject'=>'No subject', '_not_mem_yet'=>'Not a member yet?', '_not_shown'=>'not shown', '_online_now'=>'online now', '_password'=>'Password', '_page'=>'Page', '_photo_delete'=>'Delete photo', '_photo_deleted'=>'Photo has been deleted', '_photo_st_act'=>'Active Photo', '_photo_st_app'=>'Photo Pending Approval', '_photo_st_sus'=>'Suspended Photo', '_photo_uploaded'=>'Photo has been successfully uploaded', '_photo'=>'Photo', '_photos'=>'Photos', '_photos_change'=>'Change my photos', '_photos_fullsize'=>'Fullsize photos', '_pr_edit'=>'Edit My Profile', '_pr_modified'=>'Profile successfully modified', '_pr_not_modified'=>'Profile not modified', '_pr_preview'=>'Preview My Profile', '_previous'=>'Previous', '_privacy_policy'=>'Privacy Policy', '_profile_info'=>'Profile Information', '_profile_next'=>'Next Profile', '_profile_prev'=>'Previous Profile', '_promo_caption'=>'Imagine what an exciting opportunity it is to:', '_quick_search'=>'Quick Search', '_read'=>'Read', '_received'=>'Received', '_refresh_now'=>'Refresh Now', '_registering'=>'Registering...', '_reply'=>'Reply', '_resend_ver_to_this_email'=>'Resend verification email to this address', '_save'=>'Save', '_saving'=>'Saving...', '_search'=>'Search', '_search_results'=>'Search Results', '_select_folder'=>'Select folder', '_selected'=>'Selected', '_send'=>'Send', '_send_im'=>'Send Instant Message', '_send_me_msg'=>'Send me a message', '_sent'=>'Sent', '_sign_in'=>'Sign In', '_sign_in_to_cont'=>'Please, sign-in to continue...', '_sign_out'=>'Sign Out', '_sign_up'=>'Sign Up', '_sign_up_free'=>'Sign Up FREE', '_status'=>'Status', '_subject'=>'Subject', '_subscribe'=>'Subscribe', '_sure_terminate'=>'Are you sure you want to do that? (This operation can not be undone)', '_switch_long_search'=>'Switch to long search form', '_switch_short_search'=>'Switch to short search form', '_terms_of_use'=>'Terms of Use', '_text'=>'Text', '_thanks'=>'Thank you', '_thumbnail'=>'Thumbnail', '_thumbnail_make'=>'Make thumbnail', '_time_unit_m'=>'minute(s)', '_time_unit_h'=>'hour(s)', '_time_unit_d'=>'day(s)', '_to_member'=>'To', '_unregister'=>'Unregister', '_upgrade'=>'Upgrade', '_upload'=>'Upload', '_upload_photos'=>'Upload Photos', '_username'=>'Username', '_username_used'=>'This username is already in use', '_username_or_email'=>'Username or Email', '_ver_email_sent'=>'Verification Email Sent', '_view_as_pd'=>'View profile details', '_view_as_pg'=>'View as photo gallery', '_view_members_ma_first'=>'View most active members first', '_view_members_rj_first'=>'View recently joined members first', '_warning_exclaim'=>'WARNING', '_year'=>'Year', '_yes_unreg'=>'Yes, I want to UNREGISTER!', '_ChooseL'=>' --------- Choose below --------- ', //errors '_ERR_photo_delete'=>'Error deleting photo', '_ERR_photo_upload'=>'Error occured during uploading photo', // sex |
| .silver Admin |
Posted: 5 Jul 2005 03:35:54 //Test next script on your server: $nums = array( 1 => 'one', '2' => 'two', 'three' => 'three' ); foreach($nums as $num){ echo '- '.$num.'<br>'; } |
| .silver Admin |
Posted: 5 Jul 2005 03:38:42 //Sorry do so: <?php $nums = array( 1 => 'one', '2' => 'two', 'three' => 'three' ); foreach($nums as $num){ echo '- '.$num.'<br>'; } ?> |
| .silver Admin |
Posted: 5 Jul 2005 06:59:27 Try to remove the line require_once( $_dir['langs'].'lang-English.php' ); from your arrays.inc.php |
| waltermill |
Posted: 17 Mar 2010 18:49:47 Best Value on 7" Mini Laptop WIFI Get Your Gift Now Fast Shipping 7 laptop. 7 inch netbook 7 inch laptop http://www.cectunlocked.com |
| chestermason |
Posted: 18 Mar 2010 21:51:54 The main purpose for your website is to communicate with new and existing customers. To provide the very best business websites, we design them to evolve with you, your business, your customers, your market and changing technology. We won't baffle you with jargon, we will get your website designed and live as quickly and easily as possible so your business can begin benefitting from it. Our marketing experts will offer help and advice from the outset so your site will perform well on the search engines, and your traffic will convert into sales and enquiries Web Design Chester. http://coppockmedia.com |
| mclonjane |
Posted: 20 Mar 2010 08:11:34 Read this review of hookup sites . Check out the latest online dating website from online dating giant the FriendFinder group. They have a great set of functions which were looked at by our online dating experts . Read the full review HERE: HornyMatches.com Reviewed by HookupOnlineGuide.com |
| craigdaniels |
Posted: 21 Mar 2010 07:18:49 Super Cheap CS4 Software Based in North Wales, Super Cheap Software can provide you with genuine Adobe CS4 products with MASSIVE discounts! We GUARANTEE that the software you receive is 100% genuine for business/commercial use. We do not stock Student, Academic, Trial or OEM versions. We are the cheapest suppliers for Adobe software in the UK! If you find a like for like quote cheaper than ours, we will aim to beat it! Based in Europe? We are pleased to offer FREE international shipping to European countries and beyond. http://supercheapsoftware.co.uk/ |
| karmasutra |
Posted: 23 Mar 2010 07:46:07 Hello, it's Jared I just discovered a cool website that is supplying free, really cool screen savers and free wallpaper. I looked through the site and was amazed to see all the diverse choices. Some co-workers and I found a dozen screen savers, you will not have any issues finding some you like. search for free nature screen savers now. They have a very intuitive site. I noticed that the site adds more screen savers every day. http://www.screenboundary.com/ |
| angelsmichal |
Posted: 26 Mar 2010 04:17:34 Law of Attraction refers to the idea that our thoughts are the cause of our fate. Constantly we are releasing thought (consciously and unconsciously) and this thought have the power to influence our life. Our thoughts are energy and we know energy cannot be destroyed. It can only be transformed. Most of us are familiar with the Quantum Physics theory that everything in our Universe are made of energy. In Quantum Level, our thoughts and physical materials are made of the same thing. It is energy. By learning how to use the Law of Attraction, we can attract the material we want in our life. As mentioned above, energy can only be transformed. What the Law of Attraction does is, it transforms our thought into things or an event. That is the reason people say if we truly believe that we can be or have something, we will achieve it. The Law of Attraction have been helping us to get what we want. Some of us have heard about the concept called, "Mind Power." It's the same with the Law of Attraction, our mind possess the ability to manifest what we want. These days, there are plenty websites and books sharing the Law of Attraction knowledge to others. Each day more people are becoming familiar and benefiting from it. Find out more about the Law of Attraction if you are intending to improve your life The Secret. http://www.squidoo.com/lawofattractionsecrets |
| kabromolin |
Posted: 30 Mar 2010 11:54:07 Download Youtube Videos Our video downloader and player can be used with a variety of media formats, including MPEG-4 and Flash Video, meaning that you can download online videos and play content from ALL video sites on the web, including download YouTube videos. With its resizable window, full-screen playback options and customized video search engine, our tool is the most user friendly player of its kind. Unlike other Flash Video players available online, which charge all sorts of download fees, Our tool is 100% free! Download Movies Online http://www.playvids.net/ |
| maerkathtny |
Posted: 1 Apr 2010 22:28:38 If you have a website, and you have a great product to sell, your main concern is to get your website to the point where you make money from it. How can you make money if your site is not getting any traffic? It used to be hard to get traffic to your site. You had increasing web site traffic to spend a ton of money to get your website set up to take the orders, and then another bunch of money to get traffic to your website. You don’t have to do that anymore. Why not? I have a powerful, effective technique that if followed will guarantee your hit counter will exploded, and just in 15 minutes. I created a 15 minute five-step process that will catapult your hit counter. It will be like looking at your electric meter when you run the air conditioner. The only difference, the counter that is turning is your hit counter. And this means a heavy amount of traffic to your site. And do you know what happens when you get a heavy amount of traffic to your site? If your sales copy is written properly, you will gain a ton of sales. Isn’t that what you want? Isn’t that why you built your website for to begin with? Why have a non-productive website when it can be making untold amount of money for you. All you need to start it is by getting traffic to your site. And I solved that problem for you as well. Take a look at my super powerful program and you will find your hits skyrocket to the roof, even within 15 minutes free web site traffic. I know it works because I have a friend who owns three websites. He wasn't’t seeing much traffic to any of them. As such, he wasn't’t making any money. When he tried my super powerful program, not only did his traffic increase to all his websites, but he also started making tons of money. If he can do it so can you. Don’t waste another day watching your hit counter slowly increase when you can watch your hit counter turn at the speed of light targeted web site traffic . |
| tuckerchrisy |
Posted: 2 Apr 2010 21:31:26 Gain Up To 20 lbs In As Little As 6 Weeks With Dekkabol, One Of the World's Most Extreme Legal Anabolic steroids Muscle Building Compounds...Have All Your Family And Friends Stunned with your new Physique. Dekkabol creates the perfect muscle building environment in the body Steroids. This perfect environment includes increasing protein synthesis and maintaining a positive nitrogen balance. Combine this with a high protein diet and intense training program and you are giving the body everything it needs to add massive amounts of muscle. Each serving of Dekkabol contains: 600mg of Ecdysterone Ecdysterone is an extremely powerful anabolic build muscle building compound which exists in the herbs Rhaponticum/Leuzeae and Cyanotis vaga. Scientists have performed over 50 studies on ecdysterone to conclude one resounding agreement: Ecdysterone is safe and it improves nearly every bodily function...without side effects. What else does it do? Two words: Muscle Growth Please visit http://www.gainweight.co.za/ for more info |
| karelhienx |
Posted: 3 Apr 2010 02:37:13 The Best Casino Bonus Information We don't call ourselves wildcasinobonus for nothing. We are a top online casino bonus directory and a leading source of information on someplace to locate free of charge casino cash, gigantic jackpots and promotions and the top online casinos. Our personnel of internet gaming insiders and industry veterans know the ins and outs of bonuses, promotions and exclusives, from the marketing jargon to the fine print, and are sharing their betting savvy at this point. Gambling Reviews Nearly all casino online portals feature gaming casino reviews. Few, however, provide the unbiased coverage and breadth of information you need in order to produce the largely balanced, top educated decision on somewhere to play. Our reviews are printed by editors who are moreover players. They give out you to-the-point stats on everything from game selection, jackpots, software speed and security, customer service and, of course, bonuses. Can you deal in the casino online truth? We think you can. Gambling Game Guides Looking to try a latest bet? In search of secret strategies that will grow your wins? Or maybe you're just interested on the history of your favorite casino games? Whatever your concern, we've got it covered. Our how-tos include rules, strategy, tips, odds, history and vocabulary pages in favor of today's mainly trendy casino games, whether online slots, live blackjack or European roulette Top Rated Online Casinos. http://www.wildcasinobonus.com/ |
| nikolomasti |
Posted: 6 Apr 2010 07:20:00 Lady gaga is a man proof! Is lady ga ga a man ? Yes she is check out these shocking naked videos and pictures! lady gaga is a man |
| kingscraiger |
Posted: 6 Apr 2010 08:47:10 Free joomla templates[b][/b] Download rockettheme,gavickpro,templateplazza & more 100% free. download any free joomla templates share joomla joomla templates. FREE JOOMLA TEMPLATES |
| terryminder |
Posted: 6 Apr 2010 19:29:34 If you looking for hit movies watching online and free to watch just visit http://www.yebako.com |
| miketopson |
Posted: 11 Apr 2010 22:50:10 How To Install Tile Forums is a free resource for you to learn DIY Tile, Installing Tile, and How To Install Tile. Laying tile whether its ceramic tile, granite tile, marble tile, or glass tile. You can learn how to install tile from expert tile contractors, that can help you with any repairs, or problems you may have as well. This website is established by a tile contractor, to help consumers learn how to install tile the correct way. You will even get a free eBook for registering at our forums. How To Install Tile shows you how installing tile and diy tile can be done correctly. Visit: http://forums.how-to-install-tile.com/ |
|
© dotSilver Personals Network, 2005.
Powered by miniBB 2.0 RC2b © 2001-2010
|