Saturday, September 19, 2009

"3" Australia Carrier Operator Settings

To get mobile internet
Go to settings -> Connections -> Connections
Add a new modem connection
Name the connection Three (or anything else)
Use Cellular Line (GPRS, 3G) as your modem
Access point name is "3services"
NO USERNAMES OR PASSWORDS JUST CLICK FINISH

Pocket PC:
# Connect Using : 3Services
# Internet mode: HTTP
# Use proxy: No
# Proxy address: Blank
# Port number: 8080(Default)
# Username: Blank
# Password: Blank


On Multimedia message> Multi msg centre> 3 MMS>View i've got
This is all the important info there
Title: 3 MMS
MMSC URL: mmsc.three.net.au:10021/mmsc
MMS Proxy: mmscprox.three.net.au:10021

Monday, July 27, 2009

control userpasswords2

run -> control userpasswords2 to set users in xp

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 '';
}

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

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. =.=

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.....

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.

Monday, March 9, 2009

Free Web Conferencing - Yugma and Oneeko

Sort of free, some features limited.

http://www.yugma.com/

http://www.oneeko.com/

Wednesday, January 28, 2009

Thursday, January 22, 2009

Joomla - TinyMCE causing "Access is denied" error

http://forum.joomla.org/viewtopic.php?f=465&t=213005

Line: 37xx
Char: 5
Error: Access is denied
Code: 0
URL: ..../index2.php ...

This error stops all edit functions on the page as well as the ability to CANCEL and return to the Control Panel.
About the only way out is the Back Arrow in your browser.
It prevents you from Adding or Editing Categories, Components and more.


The problem is a "NameSpace" conflict with Joomla!, Javascipt and your browser.
You have logged into your Joomla! control panel in the wrong namespace!


SOLUTION - 1 (for now ... if you want to use TinyMCE as your editor)
1) Find out what your "Live Site" URL is by going to Site|Global Configuration|Server
2) Make a written or mental note of EXACTLY what it is (i.e., http://www.myserver.com)
3) LOGOUT
4) LOG back IN to your administrator control panel with the EXACT same NameSpace as is configured in Joomla!
EXAMPLES:
If your "Live Site" URL is: http://www.myserver.com then login at http://www.myserver.com/administrator
If your "Live Site" URL is: http://myserver.com then login at http://myserver.com/administrator


SOLUTION - 2
YOU CAN JUST CHANGE YOUR EDITOR TO "NO WYSIWYG" OR USE ANOTHER EDITOR


Hope this helps other Novices like me!

Saturday, January 3, 2009