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
  #202  
Old 06-19-2006, 03:11 AM
2fast4ya 2fast4ya is offline
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey sabert00the, another quick question:
when i do things, it's gives me errors like "cannot find maf_delete."
and similar messages when i rate them.. should i try a reinstall of the .php file?
Reply With Quote
  #203  
Old 06-30-2006, 03:41 AM
KuJoe KuJoe is offline
 
Join Date: May 2006
Location: Florida
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What would be the best way to disable the auto e-mailing feature on this?
Reply With Quote
  #204  
Old 06-30-2006, 11:52 PM
oberheimhaven's Avatar
oberheimhaven oberheimhaven is offline
 
Join Date: May 2006
Location: Daytona Beach FLA
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

However I missing something here I have not received mail other than that all installed great 3.5.4

thxs

nay help concerning the mail issue would be appreciated

Mark

Thanks
Reply With Quote
  #205  
Old 06-30-2006, 11:58 PM
oberheimhaven's Avatar
oberheimhaven oberheimhaven is offline
 
Join Date: May 2006
Location: Daytona Beach FLA
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

basic half of her I gues i dont care about rating part only like the application part how do i get her to receive mail any help wouldbe appreicate I got her installed all shows up great
Reply With Quote
  #206  
Old 07-03-2006, 03:06 PM
UZFRED UZFRED is offline
 
Join Date: Apr 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Things I fixed for my forum in this modification:

Rules Typo:
Code:
in template modapp_rules FIND

encougrage

REPLACE WITH

encourage
Make Nickname & E-mail Address unchangable
Code:
in template MODAPP FIND

<input name="username" type="text" value="$bbuserinfo[username]" size="50" maxlength="250">

REPLACE WITH

<input name="username" type="text" value="$bbuserinfo[username]" size="50" maxlength="250" readonly="true">

FIND

<input name="email" type="text" value="$bbuserinfo[email]" size="50" maxlength="250">

REPLACE WITH

<input name="email" type="text" value="$bbuserinfo[email]" size="50" maxlength="250" readonly="true">
There are some more typos on MODAPP and it is really looking unprofessional with Sentences That Always Have Each Word Starting With Capital. I changed all this but I won't be writing it all down here. Not only did this shock me a little bit, but the worse is the guy who made this did a good job on porting the mod, but that it's taking him almost A YEAR (took me 10 seconds for both the boxes), to make the nickname and email box READONLY (this is really crucial, people could just go and abuse this if they want) is the most shocking. (This mod has over 150+ installs, and imagine not everyone clicks the install button (downloaded over 770+ times, I think it's worth to put a little bit effort in this mod, even on these small but crucial things)
Reply With Quote
  #207  
Old 07-04-2006, 12:31 AM
Brian31fl Brian31fl is offline
 
Join Date: Nov 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i worked on the phrases even tho his phares are there they do not work aways get the useall cannot find blah blah phrase so here is small fix

goto admincp and open file delapp.php

to very bottom replace the line

define('CP_REDIRECT', 'maf_delapp.php?do=find');
print_stop_message('deleted_user_successfully');

and replace the phrase he has there with this

deleted_user_successfully

as for the rating phrase i worked at it couldnt get it to work

so i just removed the print line
Reply With Quote
  #208  
Old 07-04-2006, 11:36 PM
Dr.Viggy Dr.Viggy is offline
 
Join Date: Apr 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no t rouble here. worked perfectly and will be very helpful.

thanks. installed
Reply With Quote
  #209  
Old 07-05-2006, 08:38 PM
KuJoe KuJoe is offline
 
Join Date: May 2006
Location: Florida
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bah, I just added the edit to prevent changing usernames and e-mail... but it was to little to late for me. How exactly do I remove an application when there is no username entered?
Reply With Quote
  #210  
Old 07-25-2006, 02:54 PM
fixd fixd is offline
 
Join Date: Sep 2005
Location: London, UK
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey, im having a problem with this MOD

This is the error i get, with my IP address removed:
Quote:
Database error in vBulletin 3.5.4:

Invalid SQL:

INSERT INTO thread(title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline, visible, sticky)
VALUES ('New Mod Applications To Be Rated', 1153842761, 19, 1, 0, '', , '', 1153842761, 1, 0);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', 1153842761, 1, 0)' at line 2
Error Number : 1064
Date : Tuesday, July 25th 2006 @ 03:52:41 PM
Script : http://www.totalreload.co.uk/admincp...cron&cronid=19
Referrer : http://www.totalreload.co.uk/admincp....php?do=modify
IP Address : ***.***.***.***
Username : johnnie
Classname : vb_database
Reply With Quote
  #211  
Old 08-01-2006, 01:54 AM
FROGGYJ FROGGYJ is offline
 
Join Date: Sep 2005
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well many phares problems, spelling mistakes.....but the thing that bugs me the most is that if I as (mod) or (admin) go and rate someone's application, nobody else from the staff can. It only allows for 1 rating? Well perhaps this will get cleaned up in future. Thanks.
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 01:25 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.05090 seconds
  • Memory Usage 2,318KB
  • 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
  • (2)bbcode_code
  • (1)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