vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Moderator Application System 2.0 (https://vborg.vbsupport.ru/showthread.php?t=102506)

sabret00the 08-24-2006 02:15 PM

Quote:

Originally Posted by Barteken
Ok the first form submit works now but when I want to send another with another user I get a db error.
This error
Code:

Database error in vBulletin 3.6.0:

Invalid SQL:

                INSERT INTO mas_application(userid, email, fullname, age, location, timezone, answers, application_time)
                VALUES (608, 'barteke1988@hotmail.com', 'lala', '50', 'slsl', 'dldl', 'a:6:{i:0;s:4:\"dldl\";i:1;s:4:\"dldl\";i:2;s:3:\"dld\";i:3;s:4:\"dldl\";i:4;s:5:\"dlddl\";i:5;s:3:\"dld\";}', 1156430586);

MySQL Error  : Duplicate entry '0' for key 1 Error Number : 1062
Date        : Thursday, August 24th 2006 @ 04:43:06 PM


run this query, i'll update the installer
[SQL] ALTER TABLE `mas_application` CHANGE `appid` `appid` INT(10) NOT NULL AUTO_INCREMENT[/sql]

and this query
[SQL] ALTER TABLE `mas_rating` CHANGE `ratingid` `ratingid` INT(10) NOT NULL AUTO_INCREMENT[/sql]

sabret00the 08-24-2006 02:23 PM

installer updated, it seems that auto increments are removed in making queries MySQL 4.0 compatible. :(

Barteken 08-24-2006 10:54 PM

ok works like a charm thanks for the fast response!

FReeSTER 08-25-2006 03:29 PM

sabret00the you the man bro. Nice hack and was looking for something like this for quite a while until I came to this site. lol

Now, it will great if you can tell me how can I translate that Mod into spanish please. Is it posible to do this Bro? :hurt:

Sorry bro Im a noob ;)


Thanks for any help

bashy 08-25-2006 05:05 PM

Sorted now :)

bashy 08-26-2006 12:42 PM

Hi

We get this error now when a app is submitted

Code:

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 763
urgently need support on this please as we have 3 peeps that want to apply for a position... :(

In the database i have maf and mas tables, whats this all about please?

Also i still dont see the moderator application section in the admincp, but its there in the modcp
so i cannot delete th appz from the admincp, only from the db its self atm :(

sabret00the 08-26-2006 12:50 PM

Quote:

Originally Posted by bashy
Hi

We get this error now when a app is submitted

Code:

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 763
urgently need support on this please as we have 3 peeps that want to apply for a position... :(

did you set your vBoptions?

sabret00the 08-26-2006 12:51 PM

Quote:

Originally Posted by El Intocable
sabret00the you the man bro. Nice hack and was looking for something like this for quite a while until I came to this site. lol

Now, it will great if you can tell me how can I translate that Mod into spanish please. Is it posible to do this Bro? :hurt:

Sorry bro Im a noob ;)


Thanks for any help

you'd have to edit the templates and mas_cron.php directly.

bashy 08-26-2006 12:59 PM

Whoopsy...no i didnt....Note to self...read the instructions :o

Sorted the issue with admincp now...
All the filenames are different now, there all/most are now mas and not maf lol

Also what about the tables in the db, mas and maf?
Can i just delete the maf 1's as it looks like its using the mas 1's now?

ForumHabbo 08-26-2006 02:05 PM

I have this problem aswell
Code:

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 763
but how do I fix it?
Every one refreshes, and we get about 20 applications from each user. If some one had this problem, and fixed it, can you help me please :)

- Habbo-Gold.Com/forum
- Jack

sabret00the 08-26-2006 02:10 PM

Quote:

Originally Posted by bashy
Whoopsy...no i didnt....Note to self...read the instructions :o

Sorted the issue with admincp now...
All the filenames are different now, there all/most are now mas and not maf lol

Also what about the tables in the db, mas and maf?
Can i just delete the maf 1's as it looks like its using the mas 1's now?

all prefixes (database and files) are now mas, delete all old files and upload the new files, make sure you ran the upgrade script if you're upgrading and make sure you uploaded ALL the files.

sabret00the 08-26-2006 02:11 PM

Quote:

Originally Posted by ForumHabbo
I have this problem aswell
Code:

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 763
but how do I fix it?
Every one refreshes, and we get about 20 applications from each user. If some one had this problem, and fixed it, can you help me please :)

- Habbo-Gold.Com/forum
- Jack

you never set your vBoptions.

ForumHabbo 08-26-2006 02:13 PM

Quote:

Originally Posted by sabret00the
you never set your vBoptions.

What do u mean by that :S
Where abouts is it?

sabret00the 08-26-2006 02:14 PM

Quote:

Originally Posted by ForumHabbo
What do u mean by that :S
Where abouts is it?

when you enter your admincp on the left hand side at the top you see "vBulletin Options"

click that and then find "Moderator Application System" and set those options.

ForumHabbo 08-26-2006 02:24 PM

ohhh, I had to put in a username, i didnt think it wd be any thing to do with that, and was looking for something else, Thank You :D

bashy 08-26-2006 02:27 PM

I have just replied to your PM ForumHabbo

Jack Black 08-27-2006 08:18 AM

Does this work with 3.6?

Rover416 08-27-2006 11:14 AM

Quote:

Originally Posted by sabret00the
you did set your vBulletin options right Barteken?

@rover i've not forgotten you

No worrys.:)

sabret00the 08-27-2006 04:37 PM

Quote:

Originally Posted by Jack Black
Does this work with 3.6?

Yup.

Shazz 08-27-2006 05:31 PM

Any fixes for the missing pharses and things =\

sabret00the 08-27-2006 05:35 PM

Quote:

Originally Posted by Shazz
Any fixes for the missing pharses and things =\

what missing phrases and things are you referring to?

Jack Black 08-27-2006 09:39 PM

Any way of hiding the scores from the other mods...so only the admin can see what people rate each applicant?

cbr929rrerion 08-28-2006 01:15 AM

like this one..

Could not find phrase 'mas_dontlie'.

Shazz 08-28-2006 01:28 AM

Quote:

Originally Posted by cbr929rrerion
like this one..

Could not find phrase 'mas_dontlie'.

Yea, theres a couple more too.

sabret00the 08-28-2006 03:25 PM

Quote:

Originally Posted by Shazz
Yea, theres a couple more too.

if folks don't list the missing phrases i can't fix them, naming one and expecting me to guess the rest is just a little too much no?

bashy 08-28-2006 03:44 PM

Ignore that...looks like it was fixed when it went from maf to mas lol

Dark Riku 08-28-2006 04:07 PM

Hey, Great hack, i was wondering if there was a way to post the contents of what the user actully typed into the post, instead of the admincp :P, Because im using it for a Clan Application System type thing and would love it to post it in a forum instead.

sabret00the 08-28-2006 04:08 PM

Quote:

Originally Posted by bashy
Ignore that...looks like it was fixed when it went from maf to mas lol

yup yup it was, you were just about to feel my wrath for not checking before posting bugs :p

sabret00the 08-28-2006 04:09 PM

Quote:

Originally Posted by Dark Riku
Hey, Great hack, i was wondering if there was a way to post the contents of what the user actully typed into the post, instead of the admincp :P, Because im using it for a Clan Application System type thing and would love it to post it in a forum instead.

it's possible and it's not too hard but beyond the scope of 'support' regarding this thread.

Dark Riku 08-28-2006 04:11 PM

lol ah, anyway i can talk you into helping me on your site? :P

bashy 08-28-2006 04:13 PM

thanks sabret00th close call.....lol

Anyway as for posting the deets in a thread, tis a good idea, but we just copy and paste it, have doen from the begining it copies very well lol :)

Dark Riku 08-28-2006 04:19 PM

well yea, But im not always going to be on to Copy/paste it lol :(, I Know there was a hack that was something like this and it posted the info in a thread but i forgot where i found it lol

sabret00the 08-28-2006 04:23 PM

Quote:

Originally Posted by Dark Riku
lol ah, anyway i can talk you into helping me on your site? :P

nope my site is strictly for chit-chat sadly. maybe someone will post in here how to do it. bar that i'd say just make a normal request for an add-on. personally i don't do private support for anything less than ?10GBP via Paypal. but if you make a normal (not paid) hack request, i think you'll get lucky.

Dark Riku 08-28-2006 04:31 PM

Ight ty, ill give it a shot, if it doesnt work then ill probley...ask for private support and have to pay for it lol :P

Jack Black 09-10-2006 12:10 PM

Quote:

Thank you for your application for the above post of moderator,
> congratulations you were successfully shortlisted for the role of
> moderator.
>
> However at this time we're unable to directly instate you, your
> application was exempt
and we're short listing you for the next opening,
> at which point you'll be further contacted by an administrator to let you
> know if you were successful or not in your application.
>
> You\'re presence and input are greatly appreciated, so please try keep
> up
> the good work.
>
> Regards


Just had this emailed to one of my applicants and i am curious about the phrase in bold.
Does this mean it can be set up to automatically promote someone to Mod? Also, where can i alter the phrase for this email?

Rover416 09-10-2006 12:24 PM

Any joy with this problem yet. :)

https://vborg.vbsupport.ru/showpost....&postcount=225

Barteken 09-21-2006 04:58 PM

I get this db error:
[QUOTE]Database error in vBulletin 3.6.0:

Invalid SQL:

SELECT COUNT(*)
FROM maf_application;

MySQL Error : Table 'nlp_online_be.maf_application' doesn't exist Error Number : 1146
Date : Thursday, September 21st 2006 @ 07:40:52 PM
Script : http://www./modcp/maf_rateapp.php?do=list
Referrer : http://www./admincp/index.php?do=nav
IP Address :
Username : Bart
Classname : vb_database

sabret00the 09-22-2006 01:30 PM

[QUOTE=Barteken]I get this db error:
Quote:

Database error in vBulletin 3.6.0:

Invalid SQL:

SELECT COUNT(*)
FROM maf_application;

MySQL Error : Table 'nlp_online_be.maf_application' doesn't exist Error Number : 1146
Date : Thursday, September 21st 2006 @ 07:40:52 PM
Script : http://www./modcp/maf_rateapp.php?do=list
Referrer : http://www./admincp/index.php?do=nav
IP Address :
Username : Bart
Classname : vb_database
files prefixed with MAF_ do not exist within the current system

TheBlackPoet 09-22-2006 03:02 PM

i was originally PISSED!!! the older version didnt work... and when i saw this one.... i was skeptical this would not work either.. but i installed it.. and it works... MAN, YOU STRAIGHT UP... DONE THAT!!!!!

thank you...

djjeffa 09-24-2006 11:39 PM

[QUOTE=sabret00the]
Quote:

Originally Posted by Barteken
I get this db error:

files prefixed with MAF_ do not exist within the current system

I had this hack befor and now I reinstalled cause im running 3.6 and i got the same error what exactly do I have to do to fix it?


All times are GMT. The time now is 05:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01672 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete