Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Is there FREE CloudFlare module for WHMCS?

Hi all. Could someone tell is there a FREE CF module for WHMCS? On the CF site talking about partnership with WHMCS, but I didn't find any solution from CF or WHMCS. There is only paid modules from independent developers.

Comments

  • BharatBBharatB Member, Patron Provider
    edited April 2015

    -removed-

  • To show correct IP's taking it from headers.

  • blackblack Member

    @SimWhite said:
    To show correct IP's taking it from headers.

    set_real_ip_from   204.93.240.0/24;
    set_real_ip_from   204.93.177.0/24;
    set_real_ip_from   199.27.128.0/21;
    set_real_ip_from   173.245.48.0/20;
    set_real_ip_from   103.22.200.0/22;
    set_real_ip_from   141.101.64.0/18;
    set_real_ip_from   108.162.192.0/18;
    real_ip_header     CF-Connecting-IP;
    

    in your http's portion of nginx.conf

  • I don't have an access to server configs.

  • AnthonySmithAnthonySmith Member, Host Rep

    SimWhite said: I don't have an access to server configs.

    Then you really should not be hosting WHMCS on it....

    There is no plugin for that no, I had a battle with lighttpd and nginx the real IP's do not always show and you get 0.0.0.0/8 IP's for no good reason sometimes.

  • BharatBBharatB Member, Patron Provider
    edited April 2015

    -removed-

  • @BharatB said:
    for geo location you could use some api from google.

    $_SERVER["HTTP_CF_IPCOUNTRY"]
    
  • BharatBBharatB Member, Patron Provider

    @Traffic said:

    Basically my method or your method can be easily faked I hope you know that so better use a maxmind verification + geo location just ot be sure.

  • TrafficTraffic Member
    edited April 2015

    @BharatB Are you serious? If you only accept requests from Cloudflare (blocking direct access), that header is guaranteed to have the requesting IP & geo.

    Of course, that IP can be a proxy. But that is irrelevant here...

  • BharatBBharatB Member, Patron Provider
    edited April 2015

    -removed-

  • @BharatB said:
    In today's world nothing is impossible :D

    Thanked by 1BharatB
  • ATHKATHK Member

    @Traffic said:
    BharatB Are you serious?

    I think you've been around long enough to not take this fool seriously.. You should know better ..

    Thanked by 1Traffic
  • rokokrokok Member

    @BharatB said

    The more you think you're clever the more you look dumbass dum dum dum dum

    Thanked by 1ATHK
  • howardsl2howardsl2 Member
    edited April 2015

    @black said:

    FYI - That IP list is a bit outdated. See https://www.cloudflare.com/ips for the most current IPs.

    Thanked by 1black
Sign In or Register to comment.