Jump to content

Login To Plesk Button In Client Area To Auto Login


bunny

Recommended Posts

/components/modules/plesk/views/default/client_service_info.pdt

 

edit: change

	<table class="table">
		<tr class="heading_row">
			<td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td>
			<td class="border_left"><?php $this->_("Plesk.service_info.username");?></td>
			<td><?php $this->_("Plesk.service_info.password");?></td>
			<td class="last"><?php $this->_("Plesk.service_info.server");?></td>
		</tr>
		<tr>
			<td></td>
			<td><?php $this->Html->_($service_fields->plesk_username);?></td>
			<td><?php $this->Html->_($service_fields->plesk_password);?></td>
			<td><?php $this->Html->_($module_row->meta->ip_address);?></td>
		</tr>
	</table>

to

	<table class="table">
		<tr class="heading_row">
			<td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td>
			<td class="border_left"><?php $this->_("Plesk.service_info.username");?></td>
			<td><?php $this->_("Plesk.service_info.password");?></td>
			<td class="last"><?php $this->_("Plesk.service_info.server");?></td>
		</tr>
		<tr>
			<td></td>
			<td><?php $this->Html->_($service_fields->plesk_username);?></td>
			<td><?php $this->Html->_($service_fields->plesk_password);?></td>
			<td><?php $this->Html->_($module_row->meta->ip_address);?></td>
		</tr>
<tr>
			<td>
<form method="post" action="https://<?php $this->Html->_($module_row->meta->ip_address);?>:8443/login_up.php3" target="_blank" >
<input type="hidden" name="login_name" id="login_name" value="<?php $this->Html->_($service_fields->plesk_username);?>"/>
<input type="hidden" name="passwd" id="fid-passwd" value="<?php $this->Html->_($service_fields->plesk_password);?>"/>
<input type="submit" class="button" value="Log in to Plesk Panel" />
</form></td>
</tr>
</table>

 

post-33-0-38079000-1377086681_thumb.png

Link to comment
Share on other sites

/components/modules/plesk/views/default/client_service_info.pdt

 

edit: change

	<table class="table">
		<tr class="heading_row">
			<td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td>
			<td class="border_left"><?php $this->_("Plesk.service_info.username");?></td>
			<td><?php $this->_("Plesk.service_info.password");?></td>
			<td class="last"><?php $this->_("Plesk.service_info.server");?></td>
		</tr>
		<tr>
			<td></td>
			<td><?php $this->Html->_($service_fields->plesk_username);?></td>
			<td><?php $this->Html->_($service_fields->plesk_password);?></td>
			<td><?php $this->Html->_($module_row->meta->ip_address);?></td>
		</tr>
	</table>

to

	<table class="table">
		<tr class="heading_row">
			<td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td>
			<td class="border_left"><?php $this->_("Plesk.service_info.username");?></td>
			<td><?php $this->_("Plesk.service_info.password");?></td>
			<td class="last"><?php $this->_("Plesk.service_info.server");?></td>
		</tr>
		<tr>
			<td></td>
			<td><?php $this->Html->_($service_fields->plesk_username);?></td>
			<td><?php $this->Html->_($service_fields->plesk_password);?></td>
			<td><?php $this->Html->_($module_row->meta->ip_address);?></td>
		</tr>
<tr>
			<td>
<form method="post" action="https://<?php $this->Html->_($module_row->meta->ip_address);?>:8443/login_up.php3" target="_blank" >
<input type="hidden" name="login_name" id="login_name" value="<?php $this->Html->_($service_fields->plesk_username);?>"/>
<input type="hidden" name="passwd" id="fid-passwd" value="<?php $this->Html->_($service_fields->plesk_password);?>"/>
<input type="submit" class="button" value="Log in to Plesk Panel" />
</form></td>
</tr>
</table>

You don't have a log in button for Plesk :o we have one for cPanel.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...