Nulled For ALL Modules Garden

Hi, It seems the DNS resolution is working good:

代码:
root@CVM61957:~# ping www.modulesgarden.com
PING www.modulesgarden.com (85.25.46.27) 56(84) bytes of data

I have also placed the license key in the license.php file.

However, I'm still encountering the following error:
Error: Connection cannot be established. Please report your server's IP address to [email protected] (No Connection)
Could you please advise on what steps I should take next to resolve this issue?

My key is: f1e5528ea1

Thank you!
this server have not disable connect with MD vaild license server when you are touch this issue message.I THINK if you are use 3.8.0 ,it is easy and better than now
 
you need to change hosts file to null it with default method.so All hosting can not support this method .
Null patch was work For ALL VPS .
Patch was not work with new version.because some was use Cert vaild to send data.
1.change hosts with our active server ip
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


Important:
Someone want to test for active success or fail .you can run this php file to check.

*** Hidden text: cannot be quoted. ***

2. login whmcs.nullpro.ru to register and free get license code
3.change license.php with our license key .
查看附件 85529

if you want to change domain or install folder ,you need to click reissue button to reset it and then enjoy

4.enjoy it.



How to edit hosts file in Windows?

  1. Press Start and find Notepad. Right-click to Run as administrator.
查看附件 83240
  1. Once in Notepad, go to File Open. Get to C:\Windows\System32\Drivers\etc and make sure to select All Files to find the hosts file.查看附件 83239
  2. Now you can edit the hosts file. Add the custom IP address you’ve made earlier, followed by a space, then your domain name查看附件 83241
  3. When you’re finished, don’t forget to save your changes.

How to edit hosts file in Linux?​

In Linux, you can use your favorite text editor to do the job. Here, we will use Gedit in Ubuntu. Open the Terminal by pressing Ctrl+Alt+T.




      • Type the command below, then key in your admin password:
        sudo su
        查看附件 83242
      • To open the hosts file using Gedit, type the following command and press Enter:
        sudo gedit /etc/hosts
        查看附件 83243
      • Add the targeted IP address followed by a space, then the domain name at the bottom of the hosts file, just like on the Windows 10 tutorial.



How to Locate and Edit the Hosts File on macOS?

Let’s start by finding and opening the hosts file.

1. Open the Hosts File

Follow these steps to access your hosts file on a Mac:

2. Open Terminal by searching it via the spotlight search (Command + Spacebar keys).

查看附件 83246
3. Open the hosts file with your preferred editor program. In this tutorial, we will use the Nano text editor. To open it, enter the following:

sudo nano /private/etc/hosts
4. Since we use sudo to edit the hosts file, you will be asked to enter the administrator password of your macOS user account. Type your admin password and hit the Enter key.
查看附件 83245

Important! For security reasons, the cursor doesn’t work in the command line. Use the arrow keys to navigate between the lines inside the hosts file.
5. Edit the Hosts File on a Mac

To emulate DNS settings and point a domain name to an IP address, use the following syntax:


For example, to emulate the DNS change for whmcs.nullpro.net and nullpro.net, you would have to include the following lines at the bottom of the hosts file.


This will emulate the IP address change of the nullpro.net domain and nullpro.net subdomain to 185.185.185.185.
查看附件 83244
Once you are done editing the hosts file, press Control + X on your keyboard. Enter Y to save the changes, and hit the Enter button.

Now, your Mac will resolve the hostinger.com domain using the given IP address instead of what is set at the DNS Zone.

Editing the hosts file can also help you see your new site content during the propagation period after connecting a domain to web hosting. Remember that after propagation is done, you should remove the new lines from the hosts file.

6. Flush DNS Cache

The hosts file changes may not apply instantly. You can flush the DNS cache to help speed up the process. To flush a Mac’s DNS cache, execute the following command:

macOS Monterey, Big Sur
Bash:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
macOS Catalina, Mojave, High Sierra, Sierra, Mountain Lion, Lion
Bash:
 sudo killall -HUP mDNSResponder
Nice
 
顶部