22 November 2009, 10:36 PM

Information on the CPanel crash on open bug is outlined here. I have simulated the crash finally and seem to have found the issue however its not a fixed issue.

1.0 - Crashes on Start up

1.0.1 - Opens but does not work

Issue outlined 

Issue is found when the user has port 2083 or 2082 redirected or either one of the other is down. Our system can use both as backends if one fails it goes to the other however. If they are redirected then our system fails. We still have to work on a fix for this issue and is open going.

Remember all our CPanel range is going though a "cut the crap" stage which also improves the speed of the apps. The apps are being cut right down to the core and uses the only resources which are required to ensure speed.




20 November 2009, 9:43 PM

Remote Wipe for CPanel WHM & CPanel for iPhone applications has been released. You need to keep track of your device UDID and your username and you can wipe your device from any computer. 

If your device is lost or stole you can wipe the device from your settings. Option to remote wipe is available here. 

Remote Wipe clears all settings and sets them to blank apart from the username to remotewipe. This means the application is now useless to anyone unless you go back to it and enter the vaild information

www.cpaneliphone.com/remotewipe




20 November 2009, 6:13 PM

Our CPanel for iPhone range is to see a new update go under development sometimes you might see slowness in the applications. We have been working on speed.

We have some connection of loading data 3 times faster than before, Thats saving alot of time. 

Before the application took 34 seconds to load on 3G now it takes 10.5 seconds to open and to a ready state. This is just an example and may not be that much faster for yourself however it will be faster and also we have cut out alot of rubbish code to speed the process aswell.

Look our for the updates once updated you will see the information here. Speed updates will be released as the following CPanel WHM 1.1.1, CPanel 1.0.1, CPanel Lite 1.0.1,




20 November 2009, 10:22 AM

If you are uisng one of our applications and you appear to have a issue when opening the application and entering settings opening the application again then causes a crash.

Please do the following

Open a support ticket https://olliekett.com/ticket


Select your product you are question about and then answer the following questions

  1. What connection type are yopu using when it crashes?
  2. What is the most you can see?
  3. Your host name you entered?
  4. Your user name you entered?
  5. Does your password contain symbols above any of the numbers of the keyboard?



17 November 2009, 7:03 PM

CPanel Application & CPanel Lite Free Application hits the App Store. They both arrived together on the App Store and were submitted by Apple within seconds of each other.

CPanel allows you to carry out the function over your standard CPanel take a look at App Store screen shots for more.

CPanel Lite is a free application which allows you to view the bandwidth and current disk space of your account via access to your CPanel on your phone. Its light and a handy application if your on the go.

http://cpaneliphone.com for more




12 November 2009, 9:30 PM

Apple has confirmed CPanel WHM 1.1 update that many users are awaiting. This has been sent out however takes up to 24 hours to arrive on App Store.

New features added also 11.25 Server Session bug should now appeared fixed. 

Please bear with us while cpaneliphone.com and cpapp.net is updated.

Also CPanel WHM 1.1 runs on an updated API system on our end aswell from the SSL server at cpapp.net 

http://itunes.com/apps/cpanelwhm




11 November 2009, 11:34 PM

As many of you PlayStation 3 owners are likely aware, Call of Duty: Modern Warfare 2 saw its multiplayer mode crippled last night, right around the time a patch was released to fix an issue with trophies not unlocking properly. While it was first assumed that the patch had somehow caused multiplayer to tank, Infinity Ward creative strategist Robert Bowling revealed via Twitter that the patch had nothing to do with the outage.

"Xbox Live servers are maintained and ran by Microsoft. PSN servers are ran and maintained by 3rd party companies hired to do so," Bowling explained. He went on to say, "MP doesn't require a patch. It's a server overload not a bug in the code. They're working to have servers back up ASAP."

A few hours ago, Bowling announced that a second patch had been released, which means trophy unlocks should now be working properly in single-player and multiplayer. Bowling also said that IW is adding more servers to keep up with multiplayer demand, and that a number of those servers are starting to come online as we speak. There still might be issues for some people, but it looks like things should be up and running again smoothly soon.

Taken from g4tv.com




9 November 2009, 5:20 PM
ssh root@000.000.000.000 (Device IP)
password: alpine
iPhone~# passwd
New Password:
Again Password:

Change it using the above in Terminal on your iPhone device. This is important and must be done by all users as soon as SSH is installed




7 November 2009, 2:30 PM

Our CPanel Applications are moving over to a new dedicated IP and SSL connection moving the load away from the current SSL connection. 

With our application release to App Store we're expanding our current CPanel for iPhone Applications and some functions require handling our own personal API's.

We're now running on 

https://cpapp.net


Note: Redirection is set up as this is only a network controller to the back end of the API's.




6 November 2009, 5:20 PM

This is handy function which i have been using i put it together myself and use it alot to get data out of documents. 

// (c) Ollie Kett 2009

function FindIt($content, $start, $end) {
$haystack = strstr($content, $start);
$r = substr($haystack, 0, strpos($haystack, $end));
$remove = array($start);
$with   = array('');
$output  = str_replace($remove, $write, $r);
return $output;
}



Run in the follow manner for example i will use the below content
$content = '<datablock id="10">information</datablock>'

I would run that like the follow

FindIt($content, '<datablock id="10">', '</datablock>');


That will return the result of 
information


You may want to explore your data if you have information such as 10/100. Explode it to like this
//You use FindIt() instead of 10/100
$e = explode("/", "10/100");


This returns the result of
$e[0] -> 10
$e[1] -> 100





5 November 2009, 10:26 PM

Remember CPanel WHM for the iPhone has its own website. Just head over to the website which is shown below

http://cpaneliphone.com

You can get support and read the FAQ on help before contact us over the issue. Making it much easier for you and us to solve an issue. For FAQ head over to

http://cpaneliphone.com/faq


Also CPanel WHM for iPhone 1.1 update has been sent to Apple for review which Fixes 2 bugs, added session option if unsupported port logon, List IP's, List Resellers, List Certificates

cPanel® is a trademark of cPanel, Inc. and Ollie Kett or this Application is not in connection with CPanel, Inc.




5 November 2009, 12:22 AM

I've had an email from a public member which has problems with the way LockMail application handles data quoting that it uses "plain text files". Plain text files are NOT used data is sent via a SSL connection to an PHP IMAP connection to then return emails to the client.

Your data is passed though a secure layer when access the server. You can read information about my activation platform which also uses the same method for returning and accessing data which was posted a while back. You can go to the link below.

http://olliekett.com/blog,113

By confirmed and registering to LockMail you must confirm that you have read this statement before using the application. A link is visible on the Cydia Repo which you can see before confirming to Install this application.




4 November 2009, 9:46 PM
Loading a remote image into UIImageView

UIImage *img = [[UIImage imageWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString: @"http://olliekett.com/okd.jpg"]]] retain]; if (img != nil) { // Image was loaded successfully. [disk setImage:img]; [disk setUserInteractionEnabled:NO]; [img release]; // Release the image now that we have a UIImageView that contains it. }



4 November 2009, 9:43 PM

OKD Feed an application which allow you to view the on going of this blog has been posted on App Store its free to download so if you want to track us? Why not grab a copy to watch our on goings. 

http://itunes.com/apps/okdfeed




3 November 2009, 11:23 PM

Our first App Store application has been released in App Store the long awaited CPanel WHM for the iPhone has come to the app store.

You can download it now :) Grab it now from the link below

http://itunes.com/apps/cpanelwhm


[qtitle]cpaneliphone.com[/qtitle][q]The worlds first's first CPanel application for the iPhone. The applications allow you to login straight into the core of your server using probably the most popular control panel application on unix based web servers. Be a popular platform many developers use it to manage websites and control users. Now you can manage them on the go.[/q]

More information at www.cpaneliphone.com 




2 November 2009, 12:23 PM

With our ever growing API systems we have to parse alot of stuff over SSL to keep connect data secure at the moment we current have

https://olliekett.com


However we dont use wildcard SSL as it's very pricely. We're currelty registerting a new server and SSL which will run on
https://connect.olliekett.com


This will mean pass PHP sessions between different locations so that the data from our API is connected via SSL and send between the secure layer.

Do to this just put the following code before you start your session.
ini_set("session.cookie_domain", ".yourdomain.com");




We have a large portfolio of work we have completed for clients. Our portfolio always carries our current new iPhone applications. Take a look

Follow us on Twitter, We aim to provide Live Information - @olliekett
 

Ollie Kett Designs - Tracking System