Is it possible to enter the fake user, fake post in Hungarian?
If necessary, I will write posts in advance in Hungarian.
Added korean langauge
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';
No, John. And I ask for your understanding if I don't give programming lessons here. I just don't feel like doing that.
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.
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.
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.
This sounds fun! this is still working right? :D
As said in the beginning of my description: by making use of the Fake Users component.
how do i add the fake users