phpBBHacks.com - Junior Admin Mod
Community management insight at ManagingCommunities.com
StatsForums Home   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
FAQFAQ   SearchSearch   MemberlistMemberlist   TutorialsTutorials   ContactContact Us
Username:    Password:
Remember Me?    
   I Lost My Password!
Junior Admin Mod
Goto page 1, 2, 3  Next
 
Bookmark and Share
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 2 Hack Support
 See a User Guidelines violation? Please contact us.
Author Message

Seth Sandrino
New User

Joined: 12 Jan 2010
Posts: 22

PostPosted: January 12th 2010, 9:30 pm    Post subject: Junior Admin Mod Reply with quote

I am trying to install the Jr. Admin mod. When I ran the db update or install file for this mod I received an error saying the mod may not work with my version of phpbb.

Code:
Found phpbb root path at ./.
Using sql queue list file nivisec_schema/nivisec_install.sql.
Found php version 5.2.11.
Found phpbb version 2.0.23.
Warning: This hack was designed on phpbb version 2.0.5. It may or may not work for your version of phpbb!


[OK] :: CREATE TABLE `phpbb_jr_admin_users` ( `user_id` mediumint(9) NOT NULL default '0', `user_jr_admin` longtext NOT NULL, `start_date` int(10) unsigned NOT NULL default '0', `update_date` int(10) unsigned NOT NULL default '0', `admin_notes` text NOT NULL, `notes_view` tinyint(1) NOT NULL default '0', PRIMARY KEY (`user_id`) ) TYPE=MyISAM


Please delete this file (nivisec_install.php) and nivisec_schema/*.* for security reasons!


So I was a bit surprised that after making the edits and going into the admin pannel everything seemed to be working fine.

Until I clicked "Edit Modules" under the Junior Admin page. The page that loads from that click is blank.

I understand if I simply cannot get this mod working with my version of PHPBB as it was not developed for it, but I thought I'd ask for help before I gave up.


I should also note that I also followed the directions on how to install the mod on PHPBB 2.0.18 but came against the same problem.


Thank you in advance for the help,
Back to top
View user's profile Send private message

-Ram-
Not So New User

Joined: 17 Jun 2009
Posts: 62
Location: France

PostPosted: January 13th 2010, 9:51 am    Post subject: Re: Junior Admin Mod Reply with quote

First you should know that this MOD have security bugs, it's not recommended to use it.


Seth Sandrino wrote:
I am trying to install the Jr. Admin mod. When I ran the db update or install file for this mod I received an error saying the mod may not work with my version of phpbb.

That's because you are using a previous version of phpBB.
Code:
Found phpbb version 2.0.23.
Warning: This hack was designed on phpbb version 2.0.5.


Seth Sandrino wrote:
So I was a bit surprised that after making the edits and going into the admin pannel everything seemed to be working fine.

Until I clicked "Edit Modules" under the Junior Admin page. The page that loads from that click is blank.

I don't think this MOD works with php5 that's why you get an error.
Back to top
View user's profile Send private message

Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..

PostPosted: January 28th 2010, 4:11 pm    Post subject: Reply with quote

Usualy when you get a blank page, that means something is wrong with the language file.
Check the language file for wrongs.
For example:

when there is a ' in a line of text you should escape it with a \ like so: \'
Be sure at the end of every line there is a ;

I am pretty sure the mod should work fine, since i installed it myself a few days ago at my own board.
_________________
My little mods | Statistics Mod 4.x.x (revision of 2.1.5) | My hacks at phpbbhacks
Back to top
View user's profile Send private message Send e-mail Visit poster's website

-Ram-
Not So New User

Joined: 17 Jun 2009
Posts: 62
Location: France

PostPosted: January 29th 2010, 1:49 am    Post subject: Reply with quote

After some search...
First, there is a '2.0.5 fixed' version that work with php5, but the original 2.0.5 only work with php4. So if he was trying to install this version that's why he had the blanck page.
Nevertheless, even if the mod works it changes nothing in the fact that the MOD has known security bugs.
Back to top
View user's profile Send private message

Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..

PostPosted: January 29th 2010, 12:26 pm    Post subject: Reply with quote

What are those known bugs?
Do you have a link to some topic where they are discussed?
_________________
My little mods | Statistics Mod 4.x.x (revision of 2.1.5) | My hacks at phpbbhacks
Back to top
View user's profile Send private message Send e-mail Visit poster's website

-Ram-
Not So New User

Joined: 17 Jun 2009
Posts: 62
Location: France

PostPosted: January 29th 2010, 2:31 pm    Post subject: Reply with quote

I have. Do you speak french?
The mod had been removed (when there was still support for phpbb2) to the phpbb-fr (french official phpBB community) MOD database for safety reasons.
Now if you want to use it then do it, no matter to me.
Back to top
View user's profile Send private message

Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..

PostPosted: January 30th 2010, 1:46 am    Post subject: Reply with quote

No i dont speak french sadly.
But do you have a direct link to the topic?
_________________
My little mods | Statistics Mod 4.x.x (revision of 2.1.5) | My hacks at phpbbhacks
Back to top
View user's profile Send private message Send e-mail Visit poster's website

-Ram-
Not So New User

Joined: 17 Jun 2009
Posts: 62
Location: France

PostPosted: January 30th 2010, 1:47 am    Post subject: Reply with quote

You must be registered to see the archived phpBB2 forums.
I can provide a direct link, but I translated what is said in my preceding message so don't know if it is really useful.
Back to top
View user's profile Send private message

Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..

PostPosted: January 30th 2010, 11:37 am    Post subject: Reply with quote

On what you wrote i cannot see what those security bugs excatly are.
I will do a search at phpbbhacks and phpbb.com for it.
_________________
My little mods | Statistics Mod 4.x.x (revision of 2.1.5) | My hacks at phpbbhacks
Back to top
View user's profile Send private message Send e-mail Visit poster's website

Seth Sandrino
New User

Joined: 12 Jan 2010
Posts: 22

PostPosted: January 30th 2010, 8:07 pm    Post subject: Reply with quote

Wicher can you link me to the 4.5 fix?

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 2 Hack Support All times are GMT - 6 Hours
Goto page 1, 2, 3  Next
Page 1 of 3
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



Links: Big Message Boards - Free JavaScript - phpBB2 - phpbb styles - Suporte phpBB - phpBB Česky - phpBB Turkiye - phpBBArabia.com - phpBB-fr.com - Romanian phpBB online community - phpBB-TW.net - phpBBservice.nl - phpBB Brasil - phpBB Portugal - phpBBpersian.com

Network: iFroggy Hosting - PhotoshopForums.com - Managing Online Forums - ManagingCommunities.com - CommunityAdmins.com - KarateForums.com - Bad Boy Blog - SodaRatings.com - Patrick O'Keefe

< Advertising - Contact Us - Disclosure Policy - Staff - User Guidelines >

Copyright © 2001-2012. iFroggy Network, phpBBHacks.com. All Rights Reserved. Privacy Policy. We Support phpBBHacks.com (of course!).
Powered by phpBB © phpBB Group. phpBB SEO. We are in no way affiliated with the phpBB Group. phpBB is copyright to the phpBB Group.