Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Moderator Application System 2.0 Details »»
Moderator Application System 2.0
Version: 2.0.0, by sabret00the sabret00the is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Version: 3.5.2 Rating:
Released: 12-07-2005 Last Update: 08-23-2006 Installs: 185
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

FAQ:
What Does It Do? it enables your members to apply to be a mod, cuts down on all the asking and stuff

That It? basically

What about the cool back end? ooh yeah, so anyway it will email on the 14th day to either let em know they've been shortlisted or to try again at a later date

How will it know? mod ratings innit, if their under 7 their outta there

Anything else? nah i guess it starts a thread in your mod forum to tell your mods to rate em

How does it know what forum and who's the threadster? you tell em via the admincp options (where the rest of the vboptions are) theirs a handy little group for the MAF and i don't mean 2+2

Ok so that's gotta be it now? nope

What else does it do? it logs it all in the admincp schedules tasks and sends you a copy of the email

Damn who taught you all that? various folks, special thanks to Dean, Marco, OBK and Zero Tolerance who helped me on this specific hack though.

Ok so what's the install like? swift the long thing is the upload

Ok rumour is it needs to run a cron, what's a cron? :squint: it's the automated do-dad in the admincp

How do i set it up? it's so straight forward you could close your eyes and do it, the file you're cronning is called "mas-cron.php" and i recommend running it at 12.30 (that means leave the rest as stars)

Ok so if their an installer? there is indeed, a quick dirty one. no not like that

Well now that's sorted can i install it? please do!

How can i help you become cooler? click install and let's see if i can become hack of the month innit

Bye now? yes go :ermm:

Wait! ain't this the same as the last one? yes but this one runs on 3.5.x :ninja:

[hr]xxx[/hr]

To Upgrade just run the upgrade script www.yoursite.com/forums/mas_upgrade.php?step=1

To Uninstall just run the upgrade script :? http://www.yoursite.com/forums/mas_u...step=uninstall

What's new? you can now add your own questions and stuff

For real? for real.





Screens: https://vborg.vbsupport.ru/showthread.php?t=77340

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 03-28-2006, 01:30 PM
LBSources LBSources is offline
 
Join Date: Nov 2005
Location: New York
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Realist
How is the votes calculated?
Can the 14 day limit be changed?

Laters
edit /forums/includes/cron/maf_cron.php

find

Code:
// Email users who we're declining.
		if ($day >= 14 AND $avg < 7)
and

Code:
// Email users who we're shortlisting.

		if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")
and modify as needed .. i have mine set to 7 days with a <8 & 8> for average rating.. then re-upload the file

then modify the phrase maf_thanks so that folks arent thinking they have to wait 2-3 weeks for a response from you or the team
Reply With Quote
  #163  
Old 03-28-2006, 01:43 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you mean:

// Email users who we're declining.

if ($day >= 7 AND $avg < 7)

Or

// Email users who we're declining.

if ($day >= 8 AND $avg < 8)

As you state below?

Also, how do you change the rating side of things from 7?

Laters

Quote:
Originally Posted by LBSources
edit /forums/includes/cron/maf_cron.php

find

Code:
// Email users who we're declining.
		if ($day >= 14 AND $avg < 7)
and

Code:
// Email users who we're shortlisting.

		if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")
and modify as needed .. i have mine set to 7 days with a <8 & 8> for average rating.. then re-upload the file

then modify the phrase maf_thanks so that folks arent thinking they have to wait 2-3 weeks for a response from you or the team
Reply With Quote
  #164  
Old 03-28-2006, 02:04 PM
LBSources LBSources is offline
 
Join Date: Nov 2005
Location: New York
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its right there ..

Code:
if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")
greater then 14 days and an average rating of 7 mail the member

what i meant about my setup is

$avg < 8
$avg > 8
Reply With Quote
  #165  
Old 03-28-2006, 10:47 PM
lightwave lightwave is offline
 
Join Date: Sep 2004
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Treak
i get this error! any help

this is when i run the installer

i have done everything else. since yhis to see if it helpos but does not!

Database error in vBulletin 3.5.0:

Invalid SQL:

CREATE TABLE `maf_application` (
`appid` int(10) NOT NULL auto_increment,
`userid` int(10) NOT NULL default '0',
`email` varchar(250) NOT NULL default '',
`fullname` varchar(250) NOT NULL default '',
`age` tinyint(4) NOT NULL default '0',
`location` varchar(250) NOT NULL default '',
`timezone` varchar(25) NOT NULL default '',
`position` varchar(250) NOT NULL default '',
`why_them` mediumtext NOT NULL,
`what_they_bring` mediumtext NOT NULL,
`pactivity` mediumtext NOT NULL,
`globally_pactivity` mediumtext NOT NULL,
`plus_site` mediumtext NOT NULL,
`neg_site` mediumtext NOT NULL,
`better_than_rest` mediumtext NOT NULL,
`more` mediumtext NOT NULL,
`application_time` int(10) NOT NULL default '0',
`auto_mailed` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`appid`)
);

MySQL Error : Table 'maf_application' already exists
Error Number : 1050
Date : Thursday, March 9th 2006 @ 10:48:32 PM
Script : http://www.lokiart.com/forums/mas_installer.php
Referrer :
IP Address : 24.12.228.89
Username : Smallville
Classname : vb_database

i got same error
Reply With Quote
  #166  
Old 03-29-2006, 12:36 AM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The error is because of this "Table 'maf_application' already exists"

Remove the table 'maf_application'

Laters
Reply With Quote
  #167  
Old 03-31-2006, 07:40 PM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack looks nice and realy usefull.

But when I use the installer mas_installer.php I get the following error;

PHP Code:
WarningUnknown(): Unable to access /home/p8ntball/public_html/test_forum/forum/includes/functions_warning.php in /global.php(349) : eval()'d code on line 6

Warning: Unknown(/home/p8ntball/public_html/test_forum/forum/includes/functions_warning.php): failed to open stream: No such file or directory in /global.php(349) : eval()'
d code on line 6

Fatal error
: (null)(): Failed opening required '/home/p8ntball/public_html/test_forum/forum/includes/functions_warning.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/p8ntball/public_html/test_forum/forum/global.php(349) : eval()'d code on line 6 
Which sounds logical to me, since there is no function_warning.php at all in my folders :s

I'm using version 3.5.4, has anyone succesfully installed it on this version?
And if so what did you do different and where did you get the function_warning.php from?!

oh btw, I keep getting this error now and can't seem to login/view my board at all......
Reply With Quote
  #168  
Old 04-05-2006, 02:10 AM
rareclownfish rareclownfish is offline
 
Join Date: Mar 2006
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work on 3.5.4?
Reply With Quote
  #169  
Old 04-05-2006, 07:27 AM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it should, but it doesn't
Reply With Quote
  #170  
Old 04-05-2006, 12:50 PM
ShadowOne ShadowOne is offline
 
Join Date: May 2005
Location: Tampa
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Before i wiped out my board and started over, i installed this hack and everything worked fine...im not u nderstanding why everyone is having so much trouble, its making me not want to install it again...
Reply With Quote
  #171  
Old 04-05-2006, 12:58 PM
Burley Burley is offline
 
Join Date: Aug 2003
Location: Apeldoorn
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

which vb version did you use then? I'm thinking that something changed since 3.5.1 and that's the reason. But I'm unsure!

I send sabrtoothe a pm with a few questions some days ago, not judgemental or something, but he has not responded jet. Perhaps we can solve it together.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04938 seconds
  • Memory Usage 2,331KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete