icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » All Things Techy » Site Maintenance » cPanel 11 / cPanelProxy fix!!

Site Maintenance Program updates, securing your website, creating backups.

Reply
 
LinkBack Thread Tools Search this Thread
Old January 10th, 2008, 1:36 PM   #1 (permalink)
Pixel Smasher
Comfy Contributor
 
MrPixar's Avatar
 
Joined in Feb 2004
Lives in Miami, FL
Hosted on Pass51
139 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
cPanel 11 / cPanelProxy fix!!

Hey Everyone --
If you're like me and relied heavily on CPanelProxy to give you access to your CPanel, Webmail and/or WHM from behind a firewall (e.g. at work) and found webmail stopped working when cpanel 11 when into effect ...then this is the fix. I came across it the other day, applied it and it worked like a CHAMP (in CPANEL 11)!

Instructions (Source link below):
Add the following code:
PHP Code:
$data preg_replace('_([^.]*)/webmail_''$1/webmail_'$data); 
below line 222 in cpanelproxy.php in your webmail directory which is:
PHP Code:
// Fix hostname in redirects, cookies... 
and above line 223 which is:
PHP Code:
$data str_replace
Or you can download his already-modified zip. Easy peasy!!


Source Link:
Here
__________________
Pass51 | garyzullo.com
MrPixar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
This user thanks MrPixar for this great post!
Kayla (January 10th, 2008)
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On