Monday, July 27, 2009
Sunday, July 12, 2009
Joomla 中文search 既時有句野係上面
Warning: sprintf() [function.sprintf]: Too few arguments in xxx/libraries/joomla/methods.php on line 138
replace as follow, add @ after return
function sprintf($string)
{
$lang =& JFactory::getLanguage();
$args = func_get_args();
if (count($args) > 0) {
$args[0] = $lang->_($args[0]);
return @call_user_func_array('sprintf', $args);
}
return '';
}
replace as follow, add @ after return
function sprintf($string)
{
$lang =& JFactory::getLanguage();
$args = func_get_args();
if (count($args) > 0) {
$args[0] = $lang->_($args[0]);
return @call_user_func_array('sprintf', $args);
}
return '';
}
Wednesday, June 24, 2009
optus manually internet setting
FROM http://debii.curtin.edu.au/~pedram/ppc/3-ppc/65-optus-internet-and-mms-settings-for-any-pdas.html
I liked to have Internet and MMS on my PDA/PPC (Gigabyte G-Smart 64) but it was not listed on Optus website and I called customer service to get support they said that "Unforetunetly we can not support your phone in our network!!!".
So I treid my best to set in manually and today I finally got it worked! I shared the information regarding to how to setup and configure MMS and Internet on any pdas with optus service. Hope guys in technical department of Optus see my page ;)
For Internet:
1. Tap on the Start button.
2. Tap on Settings.
3. Tap on Connections.
4. Tap on the Connections Icon.
5. Tap on Add a new modem connection under My Work Network.
6. Enter Optus WEB in the Enter a name for the connection field.
7. Select Cellular Line (GPRS) in the drop down list of Select a modem.
8. Tap Next.
9. Enter internet in the Access point name field.
10. Tap Next.
11. Enter in the User name field or otherwise leave it blank.
12. Enter in the Password field or otherwise leave it blank.
13. Tap Advanced.
14. Select Use server-assigned IP address.
15. Tap OK.
16. Tap Finish.
for some pdas it is compulsary to set proxy for internet connetion if so in step 9 instead of "internet" put "wap.optus.net.au" and for proxy setting put "202.139.83.152" and port "8070".
For MMS:
1. Tap on the Start button.
2. Tap on Settings.
3. Tap on Connections.
4. Tap on the Connections icon.
5. Under My ISP, tap on Add a new modem connection.
6. Enter Optus MMS in the Enter a name for the connection field.
7. Select Cellular Line (GPRS, 3G) in the drop down list of Select a modem.
8. Tap on Next.
9. Enter mms in the Access point name field. Tap on Next.
10. Enter in the User name field.
11. Enter in the Password field.
12. Tap Advanced.
13. Select Use server-assigned IP address. Tap OK.
14. Tap Finish.
15. Tap OK.
16. Tap on Settings.
17. Tap on Messaging.
18. Tap on Menu which is located at the bottom right corner.
19. Tap on MMS Configuration.
20. Under Servers, tap on New.
21. Enter Optus MMS in the Server name field.
22. Enter 61.88.190.10 in the Gateway field.
23. Enter 9201 or Permanent, non-secure in the Port number field.
24. Enter http://mmsc.optus.com.au:8002 in the Server Address field.
25. Select My ISP in the Connect via drop down selection.
26. Select WAP 2.0 in the WAP Version drop down selection.
27. Tap on OK.
28. Tap on Set As Default.
29. Tap OK.
if setting above doesnt work change the port address on step 23 to "8070" then try again.
Cheers,
Pedi
I liked to have Internet and MMS on my PDA/PPC (Gigabyte G-Smart 64) but it was not listed on Optus website and I called customer service to get support they said that "Unforetunetly we can not support your phone in our network!!!".
So I treid my best to set in manually and today I finally got it worked! I shared the information regarding to how to setup and configure MMS and Internet on any pdas with optus service. Hope guys in technical department of Optus see my page ;)
For Internet:
1. Tap on the Start button.
2. Tap on Settings.
3. Tap on Connections.
4. Tap on the Connections Icon.
5. Tap on Add a new modem connection under My Work Network.
6. Enter Optus WEB in the Enter a name for the connection field.
7. Select Cellular Line (GPRS) in the drop down list of Select a modem.
8. Tap Next.
9. Enter internet in the Access point name field.
10. Tap Next.
11. Enter in the User name field or otherwise leave it blank.
12. Enter in the Password field or otherwise leave it blank.
13. Tap Advanced.
14. Select Use server-assigned IP address.
15. Tap OK.
16. Tap Finish.
for some pdas it is compulsary to set proxy for internet connetion if so in step 9 instead of "internet" put "wap.optus.net.au" and for proxy setting put "202.139.83.152" and port "8070".
For MMS:
1. Tap on the Start button.
2. Tap on Settings.
3. Tap on Connections.
4. Tap on the Connections icon.
5. Under My ISP, tap on Add a new modem connection.
6. Enter Optus MMS in the Enter a name for the connection field.
7. Select Cellular Line (GPRS, 3G) in the drop down list of Select a modem.
8. Tap on Next.
9. Enter mms in the Access point name field. Tap on Next.
10. Enter in the User name field.
11. Enter in the Password field.
12. Tap Advanced.
13. Select Use server-assigned IP address. Tap OK.
14. Tap Finish.
15. Tap OK.
16. Tap on Settings.
17. Tap on Messaging.
18. Tap on Menu which is located at the bottom right corner.
19. Tap on MMS Configuration.
20. Under Servers, tap on New.
21. Enter Optus MMS in the Server name field.
22. Enter 61.88.190.10 in the Gateway field.
23. Enter 9201 or Permanent, non-secure in the Port number field.
24. Enter http://mmsc.optus.com.au:8002 in the Server Address field.
25. Select My ISP in the Connect via drop down selection.
26. Select WAP 2.0 in the WAP Version drop down selection.
27. Tap on OK.
28. Tap on Set As Default.
29. Tap OK.
if setting above doesnt work change the port address on step 23 to "8070" then try again.
Cheers,
Pedi
Saturday, May 30, 2009
Joomla suddenly edit or link to wrong article and create article having finish publishing date
Joomla suddenly edit or link to wrong article and create article having finish publishing date.
damn, at that time , suddenly all articles in article manager are all wrongly linking when u click the title to edit as i can see the wrong id. and also, when u add new articles, the finish publishing is not never, so it will not post by default..., so strange, and can't find solution,
finally, i reinstall the whole joomla , everything need to type again.....damn...it still doesn't solve it, i thought my component was crashed, then reinstall again, still no luck. try IE and ie tab, got javascript error when perform same action, so i realize that may be the browser problem.
so solution is simply restart the firefox or ie or browser. =.=
damn, at that time , suddenly all articles in article manager are all wrongly linking when u click the title to edit as i can see the wrong id. and also, when u add new articles, the finish publishing is not never, so it will not post by default..., so strange, and can't find solution,
finally, i reinstall the whole joomla , everything need to type again.....damn...it still doesn't solve it, i thought my component was crashed, then reinstall again, still no luck. try IE and ie tab, got javascript error when perform same action, so i realize that may be the browser problem.
so solution is simply restart the firefox or ie or browser. =.=
Joomla open_basedir
Joomla, if host joomla in own or synology server, you got error (open_basedir) when you try to install components.
solution1: set up the FTP of joomla, by global or by manually in configuration.php (this work at that time)
solution2: remove some lines of the folder.php in /administrator/libraries/joomla/filesystem.
forgot which lines.....
solution1: set up the FTP of joomla, by global or by manually in configuration.php (this work at that time)
solution2: remove some lines of the folder.php in /administrator/libraries/joomla/filesystem.
forgot which lines.....
Tuesday, April 21, 2009
pocket pc 程式 無法開啓檔案
use this regedit.Mrln_ARM.cab to edit registry
\HKEY_LOCAL_MACHINE\System\StorageManager\Profiles
and then use active sync to locate to Windows folder (remember to show hidden files)\開始\程式集, redo all shortcut.
\HKEY_LOCAL_MACHINE\System\StorageManager\Profiles
and then use active sync to locate to Windows folder (remember to show hidden files)\開始\程式集, redo all shortcut.
Monday, March 9, 2009
Free Web Conferencing - Yugma and Oneeko
Sort of free, some features limited.
http://www.yugma.com/
http://www.oneeko.com/
http://www.yugma.com/
http://www.oneeko.com/
Subscribe to:
Posts (Atom)