Fake Postings

Comments
Comments are disabled for this project!
Hungarian Tamás Varga Replied 2 years ago

Is it possible to enter the fake user, fake post in Hungarian?

If necessary, I will write posts in advance in Hungarian.

Indonesian Arsalan Shah Replied 3 years ago

Added korean langauge

gb Rick Taylor Replied 3 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';
German Michael Zülsdorff Replied 3 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.

us John Miller Replied 3 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.

us John Miller Replied 3 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.

us John Miller Replied 3 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.

ph Sepiroth X Replied 3 years ago

This sounds fun! this is still working right? :D

German Michael Zülsdorff Replied 4 years ago

As said in the beginning of my description: by making use of the Fake Users component.

mx Lidia espinal hernandez Replied 4 years ago

how do i add the fake users

Component

Developer: Michael
License GPL v2
Type: Tools
Requires Ossn Version : 7.1
Latest Version:
Last Updated
Repository Url View Repository

Versions