Jump to content

Can't get status script to work on new server


Recommended Posts

I added the status script for WHMCS just like every other server. But on my newest server it always shows a 404 error:

https://lv117.webhost.pro/status/

I uploaded the script to the right location and ran: chown -R nobody:nobody /usr/local/apache/htdocs/status

I checked and the permissions and ownership is correct.

Any idea what it loads as a 404 when it's there?

Link to comment
Share on other sites

  • 1 month later...

Hi,

On 18/07/2018 at 08:11, Code-Storm said:

I also looking for this. can you please help me with that script.

you mean the Status script - it's included with the WHMCS upload..

https://docs.whmcs.com/Servers#Status_Monitoring

On 18/07/2018 at 08:11, Code-Storm said:

i want client can see the the server status button on client area menu bar.

once logged in, the client can access the status page via the support menu...

QOSF8KE.png

the Network Status page shows both Network Issues and the Server Status details.

On 18/07/2018 at 08:11, Code-Storm said:

also i want to set viewcart with number besides login button

you mean the number of items currently in the cart ?

if so, in header.tpl, change....

<li class="primary-action">
	<a href="{$WEB_ROOT}/cart.php?a=view" class="btn">
		{$LANG.viewcart}
	</a>
</li>

to...

<li class="primary-action">
	<a href="{$WEB_ROOT}/cart.php?a=view" class="btn">
		{$LANG.viewcart}&nbsp; {if $cartitemcount gt 0}<span class="badge">{$cartitemcount}</span>{/if}
	</a>
</li>

5u7vP48.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated