Advance Fake Users and Guests Online for SMF

Started by Ricky., February 19, 2012, 06:10:51 AM

Previous topic - Next topic

Ricky.

Not really, its not meant for that version though porting shouldn't be hard but seeing that 1.1.8 will be EOL so its not really worthy to port (not to mention time constraint). I suggest you to upgrade your forum to latest version and enjoy latest features of SMF along with this mod.

lordevil

#81
I install this mod and now I cannot access my admin panel at all. Was running smf 2.0.6
I get this error

Edit* I just deleted the files in the control panel

Westwegoman

I ran into a problem a while back and noticed when I upgrade to PHP 5.4 the settings for this mod and one other mod disappears. The mod itself works, just can't see the settings for it anymore. I went back to PHP 5.2 and it showed up again. I've since switched back up to 5.4 and it's gone again.

Arantor

That would be because the mod is buggy and hasn't been updated for changes in PHP 5.4 (namely deprecation of pass by ref at call time without function signature matching)

Subs-fguo.php
Code (find) Select
function hooks_fguo_admin($admin_location)

Code (replace) Select
function hooks_fguo_admin(&$admin_location)

Code (find) Select
function hooks_fguo_modification($subActions)

Code (replace) Select
function hooks_fguo_modification(&$subActions)

Westwegoman

Thanks for the fix. Much appreciated.

I'll apply it in the morning.

DMGrinder


SaltedWeb

Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Westwegoman

Did you try to emulate an earlier version? I have 2.0.7 and it works fine.

SaltedWeb

Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

player.samp

It doesn't work.

I installed this package and I don't see the tab for it in the admin tab.

SaltedWeb

Thanks, all I need id a crashed website  :P I'll avoid this mod until its updated
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

gigashiga

Quote from: player.samp on May 02, 2014, 07:14:45 AM
It doesn't work.

I installed this package and I don't see the tab for it in the admin tab.

not working at my end
installed successfully but admin settings are not visible. :(

SaltedWeb

Quote from: gigashiga on May 09, 2014, 03:16:12 AM
Quote from: player.samp on May 02, 2014, 07:14:45 AM
It doesn't work.

I installed this package and I don't see the tab for it in the admin tab.

not working at my end
installed successfully but admin settings are not visible. :(

Same here.
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Arantor

Quote from: ‽ on January 15, 2014, 11:53:29 PM
That would be because the mod is buggy and hasn't been updated for changes in PHP 5.4 (namely deprecation of pass by ref at call time without function signature matching)

Subs-fguo.php
Code (find) Select
function hooks_fguo_admin($admin_location)

Code (replace) Select
function hooks_fguo_admin(&$admin_location)

Code (find) Select
function hooks_fguo_modification($subActions)

Code (replace) Select
function hooks_fguo_modification(&$subActions)

SaltedWeb

Did the manual as well no dice on fresh install to test it.

Hmm very odd.


Removed the database and the installed smf and then reinstalled and did a manual and its now working. ;D
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

avalon4

Hi there  :)

I have a very very small forum with SMF 2.0.7 and just small group of members.

Is this mode works on 2.0.7 and German language?

Thank you,

Andrea

gigashiga

Quote from: Diamondcomputer on June 13, 2014, 11:41:11 PM
Did the manual as well no dice on fresh install to test it.

Hmm very odd.


Removed the database and the installed smf and then reinstalled and did a manual and its now working. ;D

what did you mean by "did a manual"

you mean Manual install how did you do it ?

I am 2.0.7
and its not working....

SaltedWeb

Quote from: ‽ on June 13, 2014, 09:37:41 PM
Quote from: ‽ on January 15, 2014, 11:53:29 PM
That would be because the mod is buggy and hasn't been updated for changes in PHP 5.4 (namely deprecation of pass by ref at call time without function signature matching)

Subs-fguo.php
Code (find) Select
function hooks_fguo_admin($admin_location)

Code (replace) Select
function hooks_fguo_admin(&$admin_location)

Code (find) Select
function hooks_fguo_modification($subActions)

Code (replace) Select
function hooks_fguo_modification(&$subActions)

I manually installed it using these edits  member " ‽ "  suggested and works just fine.
Sorry for delay didn't see the response.
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Knipex

What should i do in order to make it work for 2.0.8?
Mod gets installed successfully but when i go to "Modification settings", there is nothing related to this mod.

Thanks in advance.

Westwegoman


Advertisement: