How can i increase the number of registered users ?

Turkuaz

Active member
Sep 30, 2020
195
23
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
 

Mecky Clouds

Active member
May 2, 2020
310
177
43
One Piece
streamscripts.xyz
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.
 

Turkuaz

Active member
Sep 30, 2020
195
23
28
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 :(
 

Turkuaz

Active member
Sep 30, 2020
195
23
28
Can someone who knows the solution help me? (My problem still persists)
 

Turkuaz

Active member
Sep 30, 2020
195
23
28
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?
 

moksit

Well-known member
Jul 12, 2020
209
298
63
@Turkuaz Go to PageController.php
Go home function and change set('totalUsers', $totalUsers) to set('totalUsers', $totalUsers+500)
It will work.
 
  • Like
Reactions: Turkuaz

Turkuaz

Active member
Sep 30, 2020
195
23
28
my other question:
I want to hide or delete this field with its icons. How can I do that?
Edit: I solved.

 
Last edited:

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