• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

How can i increase the number of registered users ?

Turkuaz

Active member
Sep 30, 2020
197
26
28
I've been looking for adlinkfly files for maybe 3 hours but I couldn't find it. How can I increase the number of registered users? For example how can I do 4356?

pic.png
 
I've been looking for adlinkfly files for maybe 3 hours but I couldn't find it. How can I increase the number of registered users? For example how can I do 4356?

pic.png
Do you mean fake registered users count?
go to src/Template/Pages/home.ctp

then you can do it on <?= $totalUsers ?>
just edit it.
you can replace that with your desire count or just make a php code that you can add the currently register + your fake desire count.
 
Do you mean fake registered users count?
go to src/Template/Pages/home.ctp

then you can do it on <?= $totalUsers ?>
just edit it.
you can replace that with your desire count or just make a php code that you can add the currently register + your fake desire count.
i tried to change it.But it did not. I did replace <?= $totalUsers ?> to <?= $totalUsers +5000 ?> but it did not :(
 
Can someone who knows the solution help me? (My problem still persists)
 
then go to src/Controller/PageController.php

then edit from line 99 to line 125

or edit this i guess
$totalUsers += (int)get_option('fake_users', 0);
it doesn't work.Do you know the pictorial or video explanation of doing this process?
 
@Turkuaz Go to PageController.php
Go home function and change set('totalUsers', $totalUsers) to set('totalUsers', $totalUsers+500)
It will work.
 
  • Like
Reactions: Turkuaz
my other question:
I want to hide or delete this field with its icons. How can I do that?
Edit: I solved.

 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock