Ticket #2181 (new enhancement)

Opened 2 years ago

Last modified 8 months ago

vu20xx.admin.domain.tld

Reported by: Lucan Owned by: ShadowJumper
Priority: delayed Milestone: ispCP ω 1.1.0
Component: Frontend (GUI) Version: ispCP ω trunk
Severity: Medium Keywords:
Cc:

Description (last modified by benedikt) (diff)

At the moment me and some other guys from the german corner use the following changes to display the vu20xx.admin.domain.tld at the customer gui.

For that, the following has to be changed:

open /var/www/ispcp/gui/client/index.php Search

'ACCOUNT_NAME' => $account_name,

Add After 'DOMAIN_UID' => $dmn_uid,

Open

/var/www/ispcp/gui/themes/omega_original/client/index.tpl

Search

<!-- BDP: t_php_support -->

Add After:

<tr>
<td>&nbsp;</td>
<td class="content"><span class="message"><b>Alternative URL to reach your Website</b></span></td>
<td class="content2"><a href="http://vu{DOMAIN_UID}.admin.YOURDOMAIN.COM" target="_blank">http://vu{DOMAIN_UID}.admin.YOURDOMAIN.COM</a></td>
</tr>

The reason for this is, that a customer can set his website up, when the Domain isn't reachable (we all know that dns changes etc take some time)

It would be great if some one puts it into the trunk

but for this there are a few things to do The "alternative URL to reach your Website" must be variable and passed out of the language file.

The admin.YOURDOMAIN.COM must be parsed from. the config.

Hopefully some one is going to finish it and merge it into the trunk.

I think for someone from the dev team it's just a change of a few seconds/minutes.

Greetings and thanks


See:  http://www.isp-control.net/forum/thread-8838-page-1.html

Change History

comment:1 Changed 2 years ago by joximu

  • Owner set to joximu
  • Status changed from new to assigned

I'll take care of this...

comment:2 Changed 2 years ago by marchaos

Don't ignore subdomains and aliases.

comment:3 Changed 2 years ago by benedikt

Please make it possible to de/activate this behaviour in ispcp.conf

comment:4 Changed 2 years ago by benedikt

don't forget to add a variable into the welcome mail for new customers.

comment:5 Changed 2 years ago by benedikt

  • Priority changed from normal to minor

In my mind the information in the welcome mail is enough. The time the temp-url is needed is for maximum of 24h. No need to include a (removable) link to the GUI.

comment:6 Changed 2 years ago by Lucan

I don't think so, if the link is at the GUI, useres can check more easily, if theire website is down because of server problems or because of nameserver troubles with theire domain registry.

comment:7 Changed 2 years ago by nuxwin

  • Milestone changed from ispCP ω 1.0.5 to ispCP ω 1.0.6

comment:8 Changed 22 months ago by benedikt

  • Priority changed from minor to feature

comment:9 Changed 21 months ago by fisa4

  • Owner changed from joximu to fisa4
  • Status changed from assigned to new

comment:10 Changed 21 months ago by TheCry

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r2927

comment:11 follow-up: ↓ 15 Changed 19 months ago by nuxwin

Hey my friends, when you grab a ticket, please, fix them correctly and integrates completely, not just an unworkable part...

 http://isp-control.net/ispcp/ticket/2388

Note: Fixed in my working copy ; I'll commit ASAP.

comment:12 Changed 19 months ago by nuxwin

  • Status changed from closed to reopened
  • Version changed from ispCP ω 1.0.5 to ispCP ω trunk
  • Resolution fixed deleted

Some parts should be review.

comment:13 Changed 19 months ago by nuxwin

  • Owner changed from fisa4 to nuxwin
  • Status changed from reopened to new

comment:14 Changed 19 months ago by nuxwin

  • Status changed from new to assigned

comment:15 in reply to: ↑ 11 Changed 19 months ago by fisa4

Replying to nuxwin:

Hey my friends, when you grab a ticket, please, fix them correctly and integrates completely, not just an unworkable part...

 http://isp-control.net/ispcp/ticket/2388

Note: Fixed in my working copy ; I'll commit ASAP.


Hi Nuxwin,
this is how i understood the ticket:
show the alternate URL which exist since some releases in the GUI.

thats what ive done. ;)

Greets
FISA4

comment:16 Changed 19 months ago by nuxwin

Hello fisa;

Firdt, my comment is not intended to you but for the man that has closed this ticket without any tests...

The alternative URL for customer domain aliases can't work without related DNS A record in the gui master zone file. So, this patch is in a unworkable state.

I've reopened this ticket because you have hardcoded the suexec user prefix (vu) in the patch.

comment:17 Changed 19 months ago by nuxwin

  • Status changed from assigned to closed
  • Resolution set to fixed

See r3131

Note: Last part (DNS record) will be fixed with the related ticket.

comment:18 Changed 17 months ago by gOOvER

  • Status changed from closed to reopened
  • Resolution fixed deleted

DNS Record for Subdomains will not set. So i reopen this Ticket.

comment:19 Changed 17 months ago by nuxwin

  • Priority changed from feature to delayed
  • Severity changed from Easy to Medium
  • Milestone changed from ispCP ω 1.0.7 to ispCP ω 1.0.8

This feature is only for the domain name, not for subdomains. That allows the customer to reach his web site during first DNS propagation (After the account creation by the reseller).

We should think about possible extension. I shift this ticket to 1.0.8 due to our timing issue.

comment:20 Changed 17 months ago by nuxwin

  • Status changed from reopened to new

comment:21 Changed 17 months ago by nuxwin

  • Status changed from new to assigned

comment:22 Changed 15 months ago by benedikt

  • Owner nuxwin deleted
  • Status changed from assigned to new

comment:23 Changed 8 months ago by benedikt

  • Owner set to ShadowJumper
  • Description modified (diff)
Note: See TracTickets for help on using tickets.