Results 1 to 3 of 3

Thread: Can not install the cPSkins Auto Installer

  1. #1
    Member
    Join Date
    Nov 2003
    Posts
    28

    Default Can not install the cPSkins Auto Installer

    Hello,

    i have a big problem and hope anyone can help me.

    I use the "cPSkins Auto Installer" for some years.

    Unfortunately I had a few weeks ago to install a server. There I get the auto installer no longer established. When trying the "Vendor URL" insert into cPanel, I only get the following error:

    3rd party vendor may be attempting to masquerade as cPanel, skipping vendor...
    I had already Open on directly from the manufacturer "cPSkins" a forum post. But this was simply deleted without comment. Even on my 3 support emails, no one has responded. The support of the manufacturer's online chat, but my question is not answered there.

    Because I desperately need the server and my clients absolutely need to use the auto installer, I need urgent help. Because the manufacturer is denied seemingly all the support I hope someone can help me here.

    MANY thanks in advance for your help!

    Yours sincerely

    Marcus Hoffmann
    Marcus
    VCServer Network GbR
    ------------------------------------
    Nützliche Tips, Anleitungen und Hilfe in deutscher Sprache gibts auch in unerer deutschen cPanel Community:
    http://www.cPanel-Forum.de

  2. #2
    cPanel Staff cPanelGregK's Avatar
    Join Date
    Sep 2006
    Posts
    14

    Default

    In this case, the error is caused by the installer file not containing the correct 'cphost' URL parameter.

    In the installer, change

    Code:
    my $data = param('cphost') ? 'cpsync.com'
    to

    Code:
    my $data = param('cphost') ? 'cpskins.com'
    and reinstall.

  3. #3
    Member
    Join Date
    Nov 2003
    Posts
    28

    Default

    Hello,

    the vendor have changed this value. But the problem is the same:

    3rd party vendor may be attempting to masquerade as cPanel, skipping vendor...
    Here the code from the installer file:

    #!/usr/bin/perl

    use strict;
    use warnings;

    use CGI qw(header param);

    print header('text/plain');

    my $data = param('cphost') ? 'cpskins.com'
    : param('cphuri') ? '/distribution/cPanel/Auto_Installer_Unlimited'
    : param('palmd5') ? '...HERE IS A LONG ID...'
    : 'CPSkins';
    print $data;
    Can you help me again?
    Marcus
    VCServer Network GbR
    ------------------------------------
    Nützliche Tips, Anleitungen und Hilfe in deutscher Sprache gibts auch in unerer deutschen cPanel Community:
    http://www.cPanel-Forum.de

Similar Threads

  1. Fantastico or CPSkins Auto Installer???
    By Snowman30 in forum cPanel Developers
    Replies: 11
    Last Post: 03-02-2004, 09:51 PM
  2. Replies: 2
    Last Post: 08-09-2003, 06:41 PM