New User? Need help? Click here to register for free! Registering removes the advertisements.

Computer Cops
image image image image image image image image
Donations
If you found this site helpful, please donate to help keep it online
Don't want to use PayPal? Try our physical address
image
Prime Choice
· Head Lines
· Advisories (All)
· Dnld of the Week!
· CCSP News Ltrs
· Find a Cure!

· Ian T's (AR 24)
· Marcia's (CO8)
· Bill G's (CO12)
· Paul's (AR 5)
· Robin's (AR 2)

· Ian T's Archive
· Marcia's Archive
· Bill G's Archive
· Paul's Archive
· Robin's Archive
image
Security Central
· Home
· Wireless
· Bookmarks
· CLSID
· Columbia
· Community
· Downloads
· Encyclopedia
· Feedback (send)
· Forums
· Gallery
· Giveaways
· HijackThis
· Journal
· Members List
· My Downloads
· PremChat
· Premium
· Private Messages
· Proxomitron
· Quizz
· RegChat
· Reviews
· Google Search
· Sections
· Software
· Statistics
· Stories Archive
· Submit News
· Surveys
· Top
· Topics
· Web Links
· Your Account
image
CCSP Toolkit
· Email Virus Scan
· UDP Port Scanner
· TCP Port Scanner
· Trojan TCP Scan
· Reveal Your IP
· Algorithms
· Whois
· nmap port scanner
· IPs Banned [?]
image
Survey
How much can you give to keep Computer Cops online?

$10 up to $25 per year?
$25 up to $50 per year?
$10 up to $25 per month?
$25 up to $50 per month?
More than $50 per year?
More than $50 per month?
One time only?
Other (please comment)



Results
Polls

Votes: 1194
Comments: 21
image
Translate
English German French
Italian Portuguese Spanish
Chinese Greek Russian
image
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin   Your Favorite ForumsFavForums 

PHPNuke 7.0: Crediting Points from Admin Posts to User

 
Post new topic   Reply to topic       All -> FavForums -> Forum Software Packages
View previous topic :: View next topic  
Author Message
jdouglas

Cadet
Cadet



Joined: Mar 12, 2004
Posts: 1
Location: Canada

PostPosted: Fri Mar 12, 2004 10:29 am    Post subject: PHPNuke 7.0: Crediting Points from Admin Posts to User
Reply with quote

Hello,

I am wondering how I can change the points system so that when I am logged in as administrator, and I add comments, stories, etc., it gives the appropriate amount of points to my regular user (who has the same name as admin). Otherwise it appears that the regular user is active but there are no points towards that activity.

I figured it had something to do with this block:
Code:
   if ($uid != 1) {
       $row = $db->sql_fetchrow($db->sql_query("SELECT points FROM ".$prefix."_groups_points WHERE id='4'"));
       $db->sql_query("UPDATE ".$user_prefix."_users SET points=points+$row[points] where uid='$uid'");
           sql_query("update ".$prefix."_users set counter=counter+1 where uid='$uid'", $dbi);
   }

So I added this block right below it (my regular user has ID 2):
Code:
   if ($uid == 1) {
       $row = $db->sql_fetchrow($db->sql_query("SELECT points FROM ".$prefix."_groups_points WHERE id='4'"));
       $db->sql_query("UPDATE ".$user_prefix."_users SET points=points+$row[points] where uid='2'");
           sql_query("update ".$prefix."_users set counter=counter+1 where uid='2'", $dbi);
   }

But that didn't seem to change anything.

Thanks for any assisstance!

_________________
Jason Douglas
Owner/Manager/Web Application Developer
J. Douglas Media
http://jdouglasmedia.com/
Back to top
View users profile Send private message Send email Visit posters website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic       All -> FavForums -> Forum Software Packages All times are GMT - 5 Hours
Page 1 of 1

 
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB 2.0.8a © 2001 phpBB Group

Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Version 2.2 by Paul Laudanski © 2003-2004 Computer Cops