Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

User Control v1.23

Asked Modified Viewed 45,304 times
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
asked
Veteran Member

[mp]238[/mp]
Edited by HobbyMan on 25-10-2012 21:29,
0 replies

57 posts

R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Thank you, Philip for this great Addon. I already downloaded it from your website. B)
0 replies
G
Goldenhawk
G
When you teach, teaches at the same time to doubt what you teach...
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 14 threads in the forums
answered
Member

Hi,
i've same problem as Stewart-GOLGS.
I've already translated the locale and i've posted Italian.php there.
0 replies
G
Goldenhawk
G
When you teach, teaches at the same time to doubt what you teach...
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 14 threads in the forums
answered
Member

Hi,
the table _ADMINS does not exists in my DB, but the table _ADMIN exists and i not find USCT entry. How can i fix the problem?
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

If you have problems defusing the old version copy this into a custom page and click Preview

<?php
$remove_ar = dbquery("DELETE FROM ".DB_ADMIN." WHERE admin_rights = 'USCT'");
$remove_inf = dbquery("DELETE FROM ".DB_INFUSIONS." WHERE inf_title = 'User Control'");
?>


Once done, infuse the new version.

@SG, the spam rate has nothing to do with forum posts, it runs off the users profile. This is to catch spam accounts that are just using your site to increase their google ranking.

@ GH, thanx for the locale :)
0 replies
G
Goldenhawk
G
When you teach, teaches at the same time to doubt what you teach...
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 14 threads in the forums
answered
Member

Quote

Philip wrote:
If you have problems defusing the old version copy this into a custom page and click Preview

<?php
$remove_ar = dbquery("DELETE FROM ".DB_ADMIN." WHERE admin_rights = 'USCT'");
$remove_inf = dbquery("DELETE FROM ".DB_INFUSIONS." WHERE inf_title = 'User Control'");
?>


Once done, infuse the new version.

@SG, the spam rate has nothing to do with forum posts, it runs off the users profile. This is to catch spam accounts that are just using your site to increase their google ranking.

@ GH, thanx for the locale :)


Why not a control inside in infusion_db.php ? [just for professional mentality]
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

@ SG, Well, whatever works for you is fine.
I've been running UC with the spam rate function here and elsewhere for 7 months now and it works as it should on all sites.

User Control was originally developed to help combat the spam wave we had last July when our new registrations per day went from 10-15 to nearly 200. Spam Rate is just a guide, it's not definitive. It's to be used in conjunction with other information to get an overall picture of an account.

Example; If "Joined" and "Last Visit" are only seconds apart, it's most likely a bot even if there's no sig.

Example;
Name: user12345
Email: user12345@yahoo.com
Joined: 8/03/2011 02:58
Last Visit: 18/03/2011 03:08
Web URL: http://mybigfatseosite.com/seo

Even though it generates a spam rate of only 1, I would still regard this as a spam account and kill it.

It'll also catch multi accounts using the one IP, sometimes it's a genuine reason like a school or university but generally it's not.

It's a judgement call as to whether it's a genuine signup or not. If you're not sure, leave it for a while and use the "Inactive Users" page at a later date to see if any suspects return. The bot writers are getting cleverer all the time, some bots will just sign up and return at a later date to populate the profile. Some will post a generic forum post to make it look like a genuine person.

UC was written for a standard install, there was no way I could foresee all the various modifications and other Addons that some members have. I realise it's a "reactive" system, not a "proactive" one. But, so far no one has invented the perfect spam/bot killer.

Ref:
http://www.youtube.com/watch?v=w1NV1Q...1NV1QFrHso
http://www.youtube.com/watch?v=hlgZhG...lgZhGEuVfg

Edit:
@ GH, I've no idea why it wouldn't defuse. It's been thoroughly tested that problem never arose. It looks like SG tried to infuse without first defusing the old version. The settings field names have changed, that's why an update infuse won't work.
Edited by HobbyMan on 19-03-2011 12:13,
0 replies
G
Goldenhawk
G
When you teach, teaches at the same time to doubt what you teach...
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 14 threads in the forums
answered
Member

[update]: all done, Philip, all OK, Great addon, as always. Regards
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

Error in multi_ip_lookup.php not allowing blacklisting of IP's
Now fixed, download updated.
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

Nice infusion, works great.

I'd like to post a suggestion.

In multi_ip_lookup.php, when searching for an IP, have it work for dynamic IP's.

If you'd like I can update it for you.
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clauseMixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Notice: Undefined variable: ipcount in XXXX/infusions/user_control/user_control.php on line 206
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

@Ntx, go right ahead

@GhosT, I'll have a look when I get a chance.
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

Due to the changes in v7.02 if you don't have shoubox installed on your site, UC will generate errors

Will post fix asap
0 replies
I
icb
I
icb 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

Quote

Philip wrote:

Due to the changes in v7.02 if you don't have shoubox installed on your site, UC will generate errors

Will post fix asap


Still get that error. I have shoutbox there after converting from 7.00.xx ver. but it still generates errors. Maybe I need to install some other shoutbox? If so, where to find it ?
0 replies
A
arat
A
arat 10
  • Member, joined since
  • Contributed 79 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

Quote

icb wrote:
I have shoutbox there after converting from 7.00.xx ver. but it still generates errors. Maybe I need to install some other shoutbox? If so, where to find it ?


I had shoutbox errors also and this solved the errors:

http://dev.php-fusion.co.uk/forum/vie...ad_id=1599
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

If you have a shoutbox installed..

open user_control/infusion_db.php

add..

if (!defined("DB_SHOUTBOX")) {
   define("DB_SHOUTBOX", DB_PREFIX."shoutbox");
}


Temporary fix for those with shoutbox installed.
0 replies
I
isz24
I
isz24 10
  • Member, joined since
  • Contributed 60 posts on the community forums.
  • Started 29 threads in the forums
answered
Member

Warning: Unterminated comment starting line 2 in /home/warezcom/public_html/v3/infusions/user_control/infusion_db.php on line 2
Table 'warezcom_v3.DB_USER_CONT_STGS' doesn't exist

got his error
0 replies
C
chatlaq
C
Php Fusion Turkey Admin
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

error log in infusions/user_control/user_lookup.php Undefined index: global_157

line 404
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

@ isz24 - table not created, defuse and reinfuse

@ chatlaq - I have not yet got around to upgrading this for v7.02. Change ".locale['global_157']." to delete
0 replies
— 2 months later —
B
Buggis
B
Buggis 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Any solution for this yet?
Awesome infusion btw

Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

Quote

Buggis wrote:

Any solution for this yet?
Awesome infusion btw

Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause

That's illegal mate, watch yourself. The php-fusion cops will come and get you. :)

I've not experienced that problem, where are you getting it at? Exactly what page and action?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 57 posts
  • Votes 0 votes
  • Topic users 23 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet