WHMCS | Web Hosting Billing and Automation Platform

WHMCS | Web Hosting Billing and Automation Platform v8.13.0 Beta 1 Untouched

No permission to download

johnpearshall

New member
Oct 18, 2020
7
0
1
when i add servers then it says login and then says Invalid CSRF Protection Token how to prevent this.
each time it asks for passowrd.
 

AR90

Member
Jun 23, 2018
94
49
18
Hi there..

I seem to have a weird bug with the Project Management addon (included in this release). For some reason, when I add tasks, they aren't listed in the Admin Area, and therefore, I cannot edit / remove or change progress on them.

Any idea what's up?
 

AR90

Member
Jun 23, 2018
94
49
18
Fixed, turns out I was using a Hook to hide the "setup list" from the Admin Dashboard mentioned here: https://whmcs.community/topic/304468-hideremove-setup-task-box/

Seems that it uses the same CSS class, and was setting the class to display:none.

PHP:
<?php

function admin_custom_css_hook($vars) {
    
    $head_return = '<style>.col-md-8 {width: 100% !important} .tasks {display: none;}</style>';
    return $head_return;   
}
add_hook("AdminAreaHeaderOutput",1,"admin_custom_css_hook");

Isn't that sneaky? - Fixed! :)
 

Tomi2020

New member
Mar 23, 2021
5
10
3
Here you have both

success
whmcs v8.20 beta1

i Just tested both working and clean files
 
Last edited:
  • Love
Reactions: tanierlyons

mrsh2086

New member
Aug 2, 2020
0
0
1
:/ How do you guys null scripts like whmcs ? :p Why don't you share the procedure with noobs us so that we don't get infected while using others nulled code
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu