Michael Zülsdorff
9 years ago
Tamás Varga
Replied 4 years ago
Is it possible to enter the fake user, fake post in Hungarian?
If necessary, I will write posts in advance in Hungarian.
Arsalan Shah
Replied 4 years ago
Added korean langauge
Rick Taylor
Replied 5 years ago
Hi, I've added a little bit of code to either post on a random wall or their own.
It could be tidier but it works. /admin/fakepost.php
// 2. the wall's owner id of where to post, (the main newsfeed is owned by admin)
// if loop to randomly post on own wall or random
$rand = rand(1,2);
if ($rand == 1) {
$wall->owner_guid = $random_poster_guid;
}
if ($rand == 2) {
$wall->owner_guid = $random_owner_guid;
}
$rand= '0';
Michael Zülsdorff
Replied 5 years ago
No, John. And I ask for your understanding if I don't give programming lessons here. I just don't feel like doing that.
John Miller
Replied 5 years ago
Cronjob accomplished on webuzo (reason for testing)
I know nothing about these new program languages, can you direct me to the code to edit the number of fake posts?
Thanks.
John Miller
Replied 5 years ago
Richard, yes, both components (users and postings) generate as advertised.
Z Man, my apologies. I guess I slipped over some instructions in my rush to install the components and test the server, setting cron job now, thanks.
John Miller
Replied 5 years ago
This is Great combined with fake users for testing server.
To that end, how hard would it be to add a timed (staggered)posting option?
So Every test account isn't posting at the same time or waiting for admin to generate?
Thanks,,,,
John.
Sepiroth X
Replied 5 years ago
This sounds fun! this is still working right? :D
Michael Zülsdorff
Replied 6 years ago
As said in the beginning of my description: by making use of the Fake Users component.
Lidia espinal hernandez
Replied 6 years ago
how do i add the fake users