00001 <?PHP
00002 $profile_options = array (
00003 'profiles_view' => '0',
00004 'profiles_contact' => '2',
00005 'profiles_menu' => '100',
00006 'profiles_mypage' => '4',
00007 'avatar_maxwidth' => 800,
00008 'avatar_maxheight' => 600,
00009 'thumbnail_width' => 120,
00010 'thumbnail_height' => 120,
00011 'thumbnail_disable' => '',
00012 'tiny_width' => 16,
00013 'tiny_height' => 16,
00014 'contact_fields' =>
00015 array (
00016 'MSN' =>
00017 array (
00018 'name' => 'MSN',
00019 'description' => 'MSN Messenger',
00020 'image' => 'msn.gif',
00021 'url' => 'http://www.msn.com/',
00022 'regexp' => '.+@.+\\..+.',
00023 ),
00024 'ICQ' =>
00025 array (
00026 'name' => 'ICQ',
00027 'description' => 'I Seek U',
00028 'image' => 'icq.gif',
00029 'url' => 'http://wwp.icq.com/scripts/search.dll?to=$$',
00030 'regexp' => '.*',
00031 ),
00032 'Y!' =>
00033 array (
00034 'name' => 'Y!',
00035 'description' => 'Yahoo! Messenger',
00036 'image' => 'yahoo.gif',
00037 'url' => 'http://edit.yahoo.com/config/send_webmesg?.target=$$&.src=pg',
00038 'regexp' => '.*',
00039 ),
00040 'AIM' =>
00041 array (
00042 'name' => 'AIM',
00043 'description' => 'AOL Instant Messenger',
00044 'image' => 'aim.gif',
00045 'url' => 'aim:goim%3Fscreenname=$$&message=Hello+Are+you+there%3F',
00046 'regexp' => '.*',
00047 ),
00048 'Jabber' =>
00049 array (
00050 'name' => 'Jabber',
00051 'description' => 'Jabber XMPP Based Instant Messenger',
00052 'image' => 'jabber.gif',
00053 'url' => 'http://www.jabber.org/',
00054 'regexp' => '.+@.+\\..+.',
00055 ),
00056 'Google Talk' =>
00057 array (
00058 'name' => 'Google Talk',
00059 'description' => 'Google\'s voice-chat enabled Jabber-based Instant Messenger',
00060 'image' => 'gtalk.gif',
00061 'url' => 'http://www.google.com/talk/',
00062 'regexp' => '.+@gmail\\.com',
00063 ),
00064 'Skype' =>
00065 array (
00066 'name' => 'Skype',
00067 'description' => 'Skype Internet Telephony',
00068 'image' => 'skype.gif',
00069 'url' => 'skype:$$?call',
00070 'regexp' => '.*',
00071 ),
00072 'WWW' =>
00073 array (
00074 'name' => 'WWW',
00075 'description' => 'Homepage address (remember http://)',
00076 'image' => 'www.gif',
00077 'url' => '$$',
00078 'regexp' => '.*',
00079 ),
00080 ),
00081 );
00082 ?>