All sites made on wapkiz and wapaxo have the functionality of a user system, where'' they can create profiles, login, etc. For this you need to have a page where'' you will register, which is https://yoursite/site_reg.html.

Suppose you don't want anyone to register, you can restrict it in the following ways.

I. Disabling the logging functionality.


1. Go to the panel, go down to "Site Settings".


2. Go down to the select written "Users Register system disable" and change it to "On" and click on save.


As soon as one of the users accesses the registration page, he will see the following information.


II. Removing the HTML code on the registration page.


This is one of the methods also used.

1. On the dashboard, click on "Login & Register".


2. Scroll down to the registration field, remove all contents. You can write anything so that the field is not empty, as it will deny submitting.


The result will be



Easy isn't it, leave your feedback in the comments.