[BETA] - The Blog Mod

This forum contains member submitted mods and hacks for IntegraMOD/IM Portal versions

*please read the "Read Me" post*

Moderator: Integra Moderator

PostAuthor: Dragonsys » Tue Apr 25, 2006 9:22 am

"cleo";p="1196" wrote:and Dragonsys what is updated about it? anything i should need or want to update mine to?


Sorry, I just caught that you asked me a question <img>

There are several updates, listed below are all the updates for just this version (0.2.4b)

[code]##   2006-03-01 - version 0.2.4 ##   - Currently testing SEO and short URL ... pending released! ##   - Category Addon courtesy by Willow ##   - Fixed some dead links ## ##   2006-04-09 - version 0.2.4 ##   - Added weblogs_news.php ##   - updated database table for new install ##   - Fixed minor bugs ## ##   2006-04-10 - version 0.2.4a ##   - Unofficial version by aboyd ##   - No longer overwrites your existing files with unmodded 2.0.20 files! ##   - Backup files removed (never should have been included, they're unnecessary) ##   - "WS_FTP.log" files removed (never should have been included, they're unnecessary) ##   - Hardworking's personal files removed (never should have been included, they're unnecessary) ##   - File organization cleaned up (prep work for EasyMod compliance) ##   - Removed .htaccess files (Hardworking wrote]


Please be aware that not all of the Templates use some of the new features. We are working on correcting this, as well as the errors (missing files, bad iomages, etc) the templates have. I will post an update when this is completed. The templates will still work, they will just be missing some features, like catagories...
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Thu Apr 27, 2006 8:39 am

I just noticed that I never put in the code to get the blogs to show on the Who Is Online page. I have updated the download file.

Here is the code for those who just want to add this...

OPEN profilcp/def/def_userfuncs_viewonline.php
FIND:
Code: Select all
             case PAGE_FAQ];                 $location_url = "faq.$phpEx";                 break;

AFTER ADD:
Code: Select all
             case PAGE_BLOG];                 $location_url = "weblog.$phpEx";                 break;


OPEN language/lang_english/lang_main.php
FIND:
Code: Select all
//// That's all, Folks!

BEFORE ADD]$lang['Viewing_Blogs'] = 'Viewing Blogs';[/code]

Save and upload
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Fri May 05, 2006 4:53 am

For those of you having problems with users being banned, even though they are a member of the correct group, try this:

OPEN admin/admin_groups.php
FIND:
[code]      $group_allow_weblogs = ( isset($HTTP_POST_VARS['group_allow_weblogs']) ) ? intval($HTTP_POST_VARS['group_allow_weblogs'])    ]
REPLACE WITH:
[code]      $group_allow_weblogs = isset($HTTP_POST_VARS['group_allow_weblogs']) ? intval($HTTP_POST_VARS['group_allow_weblogs'])    ]
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Fri May 05, 2006 12:03 pm

Tried the edits and users stillget banned. Do I need to upgrade to the latest before trying this fix? Thx.....


Ray
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

PostAuthor: ayasha » Sat May 06, 2006 3:11 pm

ok, have all the updates been done for this? working on my forum some and want to get it all updated.

any suggestions on the best way to update? when i had this installed, i only had fisubice, now i have 4 themes.

thanks in advance

cleo
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

PostAuthor: Dragonsys » Mon May 08, 2006 4:56 am

"cleo";p="4885" wrote:ok, have all the updates been done for this? working on my forum some and want to get it all updated.

any suggestions on the best way to update? when i had this installed, i only had fisubice, now i have 4 themes.

thanks in advance

cleo


Hmmm 4 themes, you will have to make the .tpl edit toa ll 4 themes, and copy the Blog .tpl files to all 4 of them, other than that, to upgrade you just have to upload the new files, and run db_update.php again (there are a couple of new DB entries), you will get a bunch of errors, but at the bottom will be a few successes as well. I need to make the db_update.php have an upgrade path....
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Mon May 08, 2006 5:15 am

"MWE_001";p="4787" wrote:Tried the edits and users stillget banned. Do I need to upgrade to the latest before trying this fix? Thx.....


Ray


How familar are you with SQL commands? If you know how to run them on your site, try the below SQL command and let me know if this fixes your problem...

Code: Select all
UPDATE phpbb_users SET user_allowweblog=1 WHERE user_allowweblog=0;

Change phpbb_ to whatever your table prefix is (phpbb_ is the default)
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Mon May 08, 2006 7:31 am

Just in case anyone is wondering... one of the add-ons included with the latest version of this MOD is the Weblog News. You can make a link in QBAR to weblogs_news.php.

Here is a Demo - http://www.dragonsys.org/portal/weblogs_news.php
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Mon May 08, 2006 8:47 pm

No dice Dragonsys. Users still auto banned. An elusive little bug isn't it? lol We'll get it adventually. I have no fears. Thx.....Ray
Last edited by MWE_001 on Tue May 09, 2006 10:01 am, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Tue May 09, 2006 5:44 am

"MWE_001";p="5094" wrote:No dice Dragonsys. Users still auto banned. An elusive little bug isn't it? lol We'll get it adventually. I have no fears. Thx.....Ray


Ok, let me do some more digging
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Tue May 09, 2006 10:02 am

Oh by the way, I did forget to mention that right after I did this edit to table, I now get this when clicking on the vault....

Fatal error: Call to undefined function: vault_get_general_config() in /home/midwest/domains/mweva.com/public_html/vault.php on line 49


When clicking on public in the profile section we get this, for all users.

Could not obtain accounts information

DEBUG MODE

SQL Error : 1146 Table 'midwest_boards.VAULT_USERS_TABLE' doesn't exist

SELECT * FROM VAULT_USERS_TABLE WHERE owner_id = 13

Line : 85
File : def_userfuncs_vault.php


I double checked in phpmyadmin, and sure enough, that table does infact exist. I ran the repair and optimised all tables and still get the same thing. Maybe I'm off topic but this occured right after I tried that for the blog mod repair.

I know that query for blog mod couldnt have poosibly done this, I don't think.lol I hope its just a coincidence. Any Ideas?
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Tue May 09, 2006 10:24 am

"MWE_001";p="5192" wrote:Oh by the way, I did forget to mention that right after I did this edit to table, I now get this when clicking on the vault....

Fatal error: Call to undefined function: vault_get_general_config() in /home/midwest/domains/mweva.com/public_html/vault.php on line 49


When clicking on public in the profile section we get this, for all users.

Could not obtain accounts information

DEBUG MODE

SQL Error : 1146 Table 'midwest_boards.VAULT_USERS_TABLE' doesn't exist

SELECT * FROM VAULT_USERS_TABLE WHERE owner_id = 13

Line : 85
File : def_userfuncs_vault.php


I double checked in phpmyadmin, and sure enough, that table does infact exist. I ran the repair and optimised all tables and still get the same thing. Maybe I'm off topic but this occured right after I tried that for the blog mod repair.

I know that query for blog mod couldnt have poosibly done this, I don't think.lol I hope its just a coincidence. Any Ideas?



That error comes from either a missing, or incorrect edit to the includes/constants.php file.
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Tue May 09, 2006 10:32 am

The problem is, that I have never touched any of those files on my site in I cant remeber how long. All was working fine. This particular site in question is my live site. I never edit anything there anymore. The only thing done to it was that mysql query....and upgrade for phpBB security...I double checked those edits and it had nothing to do with said file in question. Hmm now Im stumped......

constants.php
Code: Select all
<?php// <ID>// +---------------+-------------------------------+-----------+// | IntegraMOD v1 |    ÃƒÆ’‚ © 2005 IntegraMOD Group    |  {1.4.0}  |// +---------------+-------------------------------+-----------+// | Filename      | constants.php                             |// | Created By    | phpBB Group                               |// | Created On    | February 13, 2001                         |// | Copyright     |  © 2005 phpBB Group                        |// | License       | GNU-GPL v2 [http]    |// +---------------+-------------------------------------------+// |      DO NOT MODIFY/REMOVE ANTHING ABOVE THIS LINE!!!      |// +-----------------------------------------------------------+  // *************************************************************// ****************** Begin Protecting Script ******************// *************************************************************/*if (!defined('IM_LOADER') or !IM_LOADER or !defined('IM_GLOBALS') or !IM_GLOBALS){     die('<p><strong>Access Denied:</strong> This file ('.basename(__FILE__).') cannot be accessed directly.</p>');}*/  // *************************************************************// ******************* Set Global Constants ********************// *************************************************************// ### Debug Level -- To turn off, set to 0. ###define('DEBUG', 1);  // ### Account Activation Settings ###define('USER_ACTIVATION_NONE', 0);define('USER_ACTIVATION_SELF', 1);define('USER_ACTIVATION_ADMIN', 2);  // ### Album Constants ###define('ALBUM_ANONYMOUS', -1);define('ALBUM_GUEST', -1);define('ALBUM_USER', 0);define('ALBUM_ADMIN', 1);define('ALBUM_MOD', 2);define('ALBUM_PRIVATE', 3);// --------------------define('ALBUM_UPLOAD_PATH', 'album_mod/upload/');define('ALBUM_CACHE_PATH', 'album_mod/upload/cache/');define('ALBUM_MED_CACHE_PATH', 'album_mod/upload/med_cache/');// --------------------define('ALBUM_NAV_ARROW', ' &raquo; ');define('ALBUM_ROOT_CATEGORY', -1);// --------------------define('PERSONAL_GALLERY', 0);    // ### Auth Settings ###define('AUTH_LIST_ALL', 0);define('AUTH_ALL', 0);// --------------------define('AUTH_REG', 1);define('AUTH_ACL', 2);define('AUTH_MOD', 3);define('AUTH_ADMIN', 5);// --------------------define('AUTH_VIEW', 1);define('AUTH_READ', 2);define('AUTH_POST', 3);define('AUTH_REPLY', 4);define('AUTH_EDIT', 5);define('AUTH_DELETE', 6);define('AUTH_ANNOUNCE', 7);define('AUTH_STICKY', 8);define('AUTH_POLLCREATE', 9);define('AUTH_VOTE', 10);define('AUTH_ATTACH', 11);define('AUTH_DELAYEDPOST', 12);// RegMod-Begindefine('AUTH_REG', 13);// RegMod-Enddefine('AUTH_CAL', 20);define('AUTH_GLOBAL_ANNOUNCE', 21);define('AUTH_PAID_VIEW', 25);  // ### Data Tables ###define('ACCT_HIST_TABLE', $table_prefix.'account_hist');define('ACRONYMS_TABLE', $table_prefix.'acronyms');define('ADMIN_PM_TABLE', $table_prefix.'admin_pm');define('ALBUM_CAT_TABLE', $table_prefix.'album_cat');define('ALBUM_COMMENT_TABLE', $table_prefix.'album_comment');define('ALBUM_CONFIG_TABLE', $table_prefix.'album_config');define('ALBUM_RATE_TABLE', $table_prefix.'album_rate');define('ALBUM_SP_CONFIG_TABLE', $table_prefix.'album_sp_config');define('ALBUM_TABLE', $table_prefix.'album');define('APPROVE_FORUMS_TABLE', $table_prefix.'approve_forums');define('APPROVE_POSTS_TABLE', $table_prefix.'approve_posts');define('APPROVE_TOPICS_TABLE', $table_prefix.'approve_topics');define('APPROVE_USERS_TABLE', $table_prefix.'approve_users');define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');define('BANNER_STATS_TABLE', $table_prefix.'banner_stats');define('BANNERS_TABLE', $table_prefix.'banner');define('BANLIST_TABLE', $table_prefix.'banlist');define('BLOCK_POSITION_TABLE', $table_prefix.'block_position');define('BLOCK_VARIABLE_TABLE', $table_prefix.'block_variable');define('BLOCKS_TABLE', $table_prefix.'blocks');define('BOOKMARK_TABLE', $table_prefix.'bookmarks');define('BUDDY_TABLE', $table_prefix.'contact_list');define('BUDDYS_TABLE', $table_prefix.'buddy');define('CATEGORIES_TABLE', $table_prefix.'categories');define('CONFIG_TABLE', $table_prefix.'config');define('CONTACT_TABLE', $table_prefix.'contact_list');define('DIGEST_FORUMS_TABLE', $table_prefix.'digest_forums');define('DIGEST_TABLE', $table_prefix.'digest');define('DISALLOW_TABLE', $table_prefix.'disallow');//define('DISALLOW_TABLE', $table_prefix.'contact_list'); // Which to use? constants_contact.phpdefine('FORUM_TOUR_TABLE', $table_prefix.'forum_tour');define('FORUMS_TABLE', $table_prefix.'forums');define('GROUPS_TABLE', $table_prefix.'groups');define('HACKS_LIST_TABLE', $table_prefix.'hacks_list');define('IGNORE_TABLE', $table_prefix.'contact_list');define('IM_CONFIG_TABLE', $table_prefix.'im_config');define('IM_PREFS_TABLE', $table_prefix.'im_prefs');define('IM_SITES_TABLE', $table_prefix.'im_sites');define('IM_SESSIONS_TABLE', $table_prefix.'im_sessions');define('JR_ADMIN_TABLE', $table_prefix.'jr_admin_users');define('LAYOUT_TABLE', $table_prefix.'layout');define('LINK_CATEGORIES_TABLE', $table_prefix.'link_categories');define('LINK_CONFIG_TABLE', $table_prefix.'link_config');define('LINKS_TABLE', $table_prefix.'links');define('NEWS_TABLE', $table_prefix.'news');define('OPTIMIZE_DB_TABLE', $table_prefix.'optimize_db');define('PORTAL_CONFIG_TABLE', $table_prefix.'portal_config');define('POSTS_TABLE', $table_prefix.'posts');define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');define('PRUNE_TABLE', $table_prefix.'forum_prune');define('RANKS_TABLE', $table_prefix.'ranks');define('REFERERS_TABLE', $table_prefix.'referers');define('RULES_TABLE', $table_prefix.'rules');define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');define('SEARCH_TABLE', $table_prefix.'search_results');define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');define('SESSIONS_TABLE', $table_prefix.'sessions');define('SESSIONS_KEYS_TABLE', $table_prefix.'sessions_keys');define('SHOUTBOX_TABLE', $table_prefix.'shout');define('SMILIES_TABLE', $table_prefix.'smilies');define('SUBSCRIPTIONS_TABLE', $table_prefix.'mod_subscriptions');define('SUBSCRIBED_FORUMS_TABLE', $table_prefix.'mod_subscribed_forums');define('THEMES_NAME_TABLE', $table_prefix.'themes_name');define('THEMES_TABLE', $table_prefix.'themes');define('TOPICS_TABLE', $table_prefix.'topics');define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');define('USER_GROUP_TABLE', $table_prefix.'user_group');define('USERS_TABLE', $table_prefix.'users');define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');// RegMod-Begindefine('REGISTRATION_TABLE', $table_prefix.'registration');// RegMod-Enddefine('WEBLOG_BLOCKED_TABLE', $table_prefix.'weblog_blocked');  define('WEBLOG_CONFIG_TABLE',   $table_prefix.'weblog_config');  define('WEBLOG_ACTIONS_TABLE', $table_prefix.'weblog_actions');  define('WEBLOG_ENTRIES_TABLE', $table_prefix.'weblog_entries');  define('WEBLOG_FRIENDS_TABLE', $table_prefix.'weblog_friends');  define('WEBLOG_MOODS_TABLE', $table_prefix.'weblog_moods');  define('WEBLOG_MOOD_SETS_TABLE', $table_prefix.'weblog_mood_sets');  define('WEBLOG_CONTRIBUTORS_TABLE', $table_prefix.'weblog_contributors');  define('WEBLOG_REPLIES_TABLE', $table_prefix.'weblog_replies');  define('WEBLOG_SHOUTBOX_TABLE', $table_prefix.'weblog_shoutbox');  define('WEBLOG_TEMPLATES_TABLE', $table_prefix.'weblog_templates');  define('WEBLOG_TRACKBACKS_TABLE', $table_prefix.'weblog_trackbacks');  define('WEBLOGS_TABLE', $table_prefix.'weblogs');    define('WORDS_TABLE', $table_prefix.'words');define('WPM', $table_prefix.'wpm');  // ### Database Connection ###define('BEGIN_TRANSACTION', 1);define('END_TRANSACTION', 2);  // ### Error Codes ###define('GENERAL_MESSAGE', 200);define('GENERAL_ERROR', 202);define('CRITICAL_MESSAGE', 203);define('CRITICAL_ERROR', 204);  // ### Group Settings ###define('GROUP_OPEN', 0);define('GROUP_CLOSED', 1);define('GROUP_HIDDEN', 2);define('GROUP_AUTO', 3);define('GROUP_PAYMENT', 4);  // ### Page Numbers for Session Handling ###define('PAGE_INDEX', 0);define('PAGE_LOGIN', -1);define('PAGE_SEARCH', -2);define('PAGE_REGISTER', -3);define('PAGE_PROFILE', -4);define('PAGE_VIEWONLINE', -6);define('PAGE_VIEWMEMBERS', -7);define('PAGE_FAQ', -8);define('PAGE_POSTING', -9);define('PAGE_PRIVMSGS', -10);define('PAGE_GROUPCP', -11);define('PAGE_FORUM_TOUR', -12);define('PAGE_PORTAL', -13);define('PAGE_CARD', -14);define('PAGE_RULES', -15);define('PAGE_COOKIES', -16);define('PAGE_STAFF', -17);define('PAGE_LINKS', -18);define('PAGE_DOWNLOAD', -19);#======================================================================= |#==== Start: == Activity Mod Plus ====================================== |#==== v1.1.0 =========================================================== |#====define('PAGE_ACTIVITY', -20);define('PAGE_PLAYING_GAMES', -21);#====#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-amod.com] === |#==== End: ==== Activity Mod Plus ====================================== |   #======================================================================= |define('PAGE_ALBUM', -50);define('PAGE_ALBUM_PERSONAL', -51);define('PAGE_ALBUM_PICTURE', -52);define('PAGE_ALBUM_SEARCH', -53);define('PAGE_REDIRECT', -1031);define('PAGE_SHOUTBOX_MAX', -1035);define('PAGE_SHOUTBOX', -1035);define('PAGE_CONTACT', -8050);define('PAGE_PRILLIAN', -8051);define('PAGE_TOPIC_OFFSET', 5000);  // ### Points Status ###define('POINTS_DISABLED', 1);define('POINTS_ENABLED', 0);  // ### Post Types ###define('POST_NORMAL', 0);define('POST_STICKY', 1);define('POST_ANNOUNCE', 2);define('POST_GLOBAL_ANNOUNCE', 3);// RegMod-Begindefine('POST_REGISTER', 4);  // Registration typesdefine('REG_DO', 1);define('REG_MAYBE', 2);define('REG_DONT', 3);// RegMod-Enddefine('POST_BIRTHDAY', 9);define('POST_CALENDAR', 10);  // ### Prillian Constants ###// prillian installed?if (defined('PRILLIAN_INSTALLED')){define('ALLOW_BUDDY_SELF', false);define('CONTACT_PATH', $phpbb_root_path.'mods/contact/');define('CONTACT_URL', $phpbb_root_path.'contact.'.$phpEx);define('IM_NEW_MAIL', 6);define('IM_READ_MAIL', 7);define('IM_UNREAD_MAIL', 8);define('OFF_SITE', -2);define('OFF_SITE_USERS_URL', 'u');define('OFF_SITE_POST_URL', 'p');define('PRILL_PATH', $phpbb_root_path.'mods/prillian/');define('PRILL_URL', $phpbb_root_path.'imclient.'.$phpEx);define('MAIN_MODE', 1);define('WIDE_MODE', 2);define('MINI_MODE', 3);define('FRAMES_MODE', 4);define('NO_FRAMES_MODE', 5);}  // ### Private Message System ###define('PRIVMSGS_READ_MAIL', 0);define('PRIVMSGS_NEW_MAIL', 1);define('PRIVMSGS_SENT_MAIL', 2);define('PRIVMSGS_SAVED_IN_MAIL', 3);define('PRIVMSGS_SAVED_OUT_MAIL', 4);define('PRIVMSGS_UNREAD_MAIL', 5);  // ### Session Parameters ###define('SESSION_METHOD_COOKIE', 100);define('SESSION_METHOD_GET', 101);  // ### Software Status ###define('FORUM_UNLOCKED', 0);define('FORUM_LOCKED', 1);  // ### Topic Status ###define('TOPIC_UNLOCKED', 0);define('TOPIC_LOCKED', 1);define('TOPIC_MOVED', 2);define('TOPIC_WATCH_NOTIFIED', 1);define('TOPIC_WATCH_UN_NOTIFIED', 0);  // ### URL Parameters ###define('POST_TOPIC_URL', 't');define('POST_CAT_URL', 'c');define('POST_FORUM_URL', 'f');define('POST_USERS_URL', 'u');define('POST_POST_URL', 'p');define('POST_GROUPS_URL', 'g');define('POST_WEBLOG_URL', 'w');  define('POST_ENTRY_URL', 'e');  define('POST_REPLY_URL', 'r');    // ### User Avatar Settings ###define('USER_AVATAR_NONE', 0);define('USER_AVATAR_UPLOAD', 1);define('USER_AVATAR_REMOTE', 2);define('USER_AVATAR_GALLERY', 3);  // ### User Levels ###define('DELETED', -1);define('ANONYMOUS', -1);define('USER', 0);define('ADMIN', 1);define('MOD', 2);define('JADMIN', 7);define('ADMIN_FOUNDER', 99);define('GUEST_ONLY', 1000);  // ### Special Constants ###define('NO', 0);define('YES', 1);define('FRIEND_ONLY',2);define('UNKNOWN', 0);define('MALE', 1);define('FEMALE', 2);define('VIP_RANK_TITLE', 'VIP');define('OVERIDE_THEME', false);define('DIGEST_THEME', 1);define('DIGEST_LOGGING', true);define('DIGEST_SUPPORT', "http://www.phpbb.com/phpBB/viewtopic.php?t=187868");define('DIGEST_HTML', 1);define('DIGEST_TEXT', 0);  #======================================================================= |#==== Start: == Activity Mod Plus ====================================== |#==== v1.1.0 =========================================================== |#====define('iNA', $table_prefix.'ina_data');define('iNA_GAMES', $table_prefix.'ina_games');define('iNA_SCORES', $table_prefix.'ina_scores');#====#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-amod.com] === |#==== End: ==== Activity Mod Plus ====================================== |   #======================================================================= |define('LOTTERY_TABLE', $table_prefix.'lottery');define('LOTTERY_HISTORY_TABLE', $table_prefix.'lottery_history');/* Start Helpdesk By aUsTiN */define('HELPDESK_E', $table_prefix.'helpdesk_emails');define('HELPDESK_I', $table_prefix.'helpdesk_importance');define('HELPDESK_M', $table_prefix.'helpdesk_msgs');define('HELPDESK_R', $table_prefix.'helpdesk_reply');/* End Helpdesk By aUsTiN */define('SHOPS_TABLE','phpbb_shops');define('SHOPITEMS_TABLE', 'phpbb_shopitems');define('TABLE_USER_SHOPS', $table_prefix . 'user_shops');define('TABLE_USER_SHOP_ITEMS', $table_prefix . 'user_shops_items');  ?>
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Tue May 09, 2006 10:56 am

"MWE_001";p="5198" wrote:The problem is, that I have never touched any of those files on my site in I cant remeber how long. All was working fine. This particular site in question is my live site. I never edit anything there anymore. The only thing done to it was that mysql query....and upgrade for phpBB security...I double checked those edits and it had nothing to do with said file in question. Hmm now Im stumped......

constants.php
Code: Select all
<?php// <ID>// +---------------+-------------------------------+-----------+// | IntegraMOD v1 |    ÃƒÆ’‚ © 2005 IntegraMOD Group    |  {1.4.0}  |// +---------------+-------------------------------+-----------+// | Filename      | constants.php                             |// | Created By    | phpBB Group                               |// | Created On    | February 13, 2001                         |// | Copyright     |  © 2005 phpBB Group                        |// | License       | GNU-GPL v2 [http]    |// +---------------+-------------------------------------------+// |      DO NOT MODIFY/REMOVE ANTHING ABOVE THIS LINE!!!      |// +-----------------------------------------------------------+  // *************************************************************// ****************** Begin Protecting Script ******************// *************************************************************/*if (!defined('IM_LOADER') or !IM_LOADER or !defined('IM_GLOBALS') or !IM_GLOBALS){     die('<p><strong>Access Denied:</strong> This file ('.basename(__FILE__).') cannot be accessed directly.</p>');}*/  // *************************************************************// ******************* Set Global Constants ********************// *************************************************************// ### Debug Level -- To turn off, set to 0. ###define('DEBUG', 1);  // ### Account Activation Settings ###define('USER_ACTIVATION_NONE', 0);define('USER_ACTIVATION_SELF', 1);define('USER_ACTIVATION_ADMIN', 2);  // ### Album Constants ###define('ALBUM_ANONYMOUS', -1);define('ALBUM_GUEST', -1);define('ALBUM_USER', 0);define('ALBUM_ADMIN', 1);define('ALBUM_MOD', 2);define('ALBUM_PRIVATE', 3);// --------------------define('ALBUM_UPLOAD_PATH', 'album_mod/upload/');define('ALBUM_CACHE_PATH', 'album_mod/upload/cache/');define('ALBUM_MED_CACHE_PATH', 'album_mod/upload/med_cache/');// --------------------define('ALBUM_NAV_ARROW', ' &raquo; ');define('ALBUM_ROOT_CATEGORY', -1);// --------------------define('PERSONAL_GALLERY', 0);    // ### Auth Settings ###define('AUTH_LIST_ALL', 0);define('AUTH_ALL', 0);// --------------------define('AUTH_REG', 1);define('AUTH_ACL', 2);define('AUTH_MOD', 3);define('AUTH_ADMIN', 5);// --------------------define('AUTH_VIEW', 1);define('AUTH_READ', 2);define('AUTH_POST', 3);define('AUTH_REPLY', 4);define('AUTH_EDIT', 5);define('AUTH_DELETE', 6);define('AUTH_ANNOUNCE', 7);define('AUTH_STICKY', 8);define('AUTH_POLLCREATE', 9);define('AUTH_VOTE', 10);define('AUTH_ATTACH', 11);define('AUTH_DELAYEDPOST', 12);// RegMod-Begindefine('AUTH_REG', 13);// RegMod-Enddefine('AUTH_CAL', 20);define('AUTH_GLOBAL_ANNOUNCE', 21);define('AUTH_PAID_VIEW', 25);  // ### Data Tables ###define('ACCT_HIST_TABLE', $table_prefix.'account_hist');define('ACRONYMS_TABLE', $table_prefix.'acronyms');define('ADMIN_PM_TABLE', $table_prefix.'admin_pm');define('ALBUM_CAT_TABLE', $table_prefix.'album_cat');define('ALBUM_COMMENT_TABLE', $table_prefix.'album_comment');define('ALBUM_CONFIG_TABLE', $table_prefix.'album_config');define('ALBUM_RATE_TABLE', $table_prefix.'album_rate');define('ALBUM_SP_CONFIG_TABLE', $table_prefix.'album_sp_config');define('ALBUM_TABLE', $table_prefix.'album');define('APPROVE_FORUMS_TABLE', $table_prefix.'approve_forums');define('APPROVE_POSTS_TABLE', $table_prefix.'approve_posts');define('APPROVE_TOPICS_TABLE', $table_prefix.'approve_topics');define('APPROVE_USERS_TABLE', $table_prefix.'approve_users');define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');define('BANNER_STATS_TABLE', $table_prefix.'banner_stats');define('BANNERS_TABLE', $table_prefix.'banner');define('BANLIST_TABLE', $table_prefix.'banlist');define('BLOCK_POSITION_TABLE', $table_prefix.'block_position');define('BLOCK_VARIABLE_TABLE', $table_prefix.'block_variable');define('BLOCKS_TABLE', $table_prefix.'blocks');define('BOOKMARK_TABLE', $table_prefix.'bookmarks');define('BUDDY_TABLE', $table_prefix.'contact_list');define('BUDDYS_TABLE', $table_prefix.'buddy');define('CATEGORIES_TABLE', $table_prefix.'categories');define('CONFIG_TABLE', $table_prefix.'config');define('CONTACT_TABLE', $table_prefix.'contact_list');define('DIGEST_FORUMS_TABLE', $table_prefix.'digest_forums');define('DIGEST_TABLE', $table_prefix.'digest');define('DISALLOW_TABLE', $table_prefix.'disallow');//define('DISALLOW_TABLE', $table_prefix.'contact_list'); // Which to use? constants_contact.phpdefine('FORUM_TOUR_TABLE', $table_prefix.'forum_tour');define('FORUMS_TABLE', $table_prefix.'forums');define('GROUPS_TABLE', $table_prefix.'groups');define('HACKS_LIST_TABLE', $table_prefix.'hacks_list');define('IGNORE_TABLE', $table_prefix.'contact_list');define('IM_CONFIG_TABLE', $table_prefix.'im_config');define('IM_PREFS_TABLE', $table_prefix.'im_prefs');define('IM_SITES_TABLE', $table_prefix.'im_sites');define('IM_SESSIONS_TABLE', $table_prefix.'im_sessions');define('JR_ADMIN_TABLE', $table_prefix.'jr_admin_users');define('LAYOUT_TABLE', $table_prefix.'layout');define('LINK_CATEGORIES_TABLE', $table_prefix.'link_categories');define('LINK_CONFIG_TABLE', $table_prefix.'link_config');define('LINKS_TABLE', $table_prefix.'links');define('NEWS_TABLE', $table_prefix.'news');define('OPTIMIZE_DB_TABLE', $table_prefix.'optimize_db');define('PORTAL_CONFIG_TABLE', $table_prefix.'portal_config');define('POSTS_TABLE', $table_prefix.'posts');define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');define('PRUNE_TABLE', $table_prefix.'forum_prune');define('RANKS_TABLE', $table_prefix.'ranks');define('REFERERS_TABLE', $table_prefix.'referers');define('RULES_TABLE', $table_prefix.'rules');define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');define('SEARCH_TABLE', $table_prefix.'search_results');define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');define('SESSIONS_TABLE', $table_prefix.'sessions');define('SESSIONS_KEYS_TABLE', $table_prefix.'sessions_keys');define('SHOUTBOX_TABLE', $table_prefix.'shout');define('SMILIES_TABLE', $table_prefix.'smilies');define('SUBSCRIPTIONS_TABLE', $table_prefix.'mod_subscriptions');define('SUBSCRIBED_FORUMS_TABLE', $table_prefix.'mod_subscribed_forums');define('THEMES_NAME_TABLE', $table_prefix.'themes_name');define('THEMES_TABLE', $table_prefix.'themes');define('TOPICS_TABLE', $table_prefix.'topics');define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');define('USER_GROUP_TABLE', $table_prefix.'user_group');define('USERS_TABLE', $table_prefix.'users');define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');// RegMod-Begindefine('REGISTRATION_TABLE', $table_prefix.'registration');// RegMod-Enddefine('WEBLOG_BLOCKED_TABLE', $table_prefix.'weblog_blocked');  define('WEBLOG_CONFIG_TABLE',   $table_prefix.'weblog_config');  define('WEBLOG_ACTIONS_TABLE', $table_prefix.'weblog_actions');  define('WEBLOG_ENTRIES_TABLE', $table_prefix.'weblog_entries');  define('WEBLOG_FRIENDS_TABLE', $table_prefix.'weblog_friends');  define('WEBLOG_MOODS_TABLE', $table_prefix.'weblog_moods');  define('WEBLOG_MOOD_SETS_TABLE', $table_prefix.'weblog_mood_sets');  define('WEBLOG_CONTRIBUTORS_TABLE', $table_prefix.'weblog_contributors');  define('WEBLOG_REPLIES_TABLE', $table_prefix.'weblog_replies');  define('WEBLOG_SHOUTBOX_TABLE', $table_prefix.'weblog_shoutbox');  define('WEBLOG_TEMPLATES_TABLE', $table_prefix.'weblog_templates');  define('WEBLOG_TRACKBACKS_TABLE', $table_prefix.'weblog_trackbacks');  define('WEBLOGS_TABLE', $table_prefix.'weblogs');    define('WORDS_TABLE', $table_prefix.'words');define('WPM', $table_prefix.'wpm');  // ### Database Connection ###define('BEGIN_TRANSACTION', 1);define('END_TRANSACTION', 2);  // ### Error Codes ###define('GENERAL_MESSAGE', 200);define('GENERAL_ERROR', 202);define('CRITICAL_MESSAGE', 203);define('CRITICAL_ERROR', 204);  // ### Group Settings ###define('GROUP_OPEN', 0);define('GROUP_CLOSED', 1);define('GROUP_HIDDEN', 2);define('GROUP_AUTO', 3);define('GROUP_PAYMENT', 4);  // ### Page Numbers for Session Handling ###define('PAGE_INDEX', 0);define('PAGE_LOGIN', -1);define('PAGE_SEARCH', -2);define('PAGE_REGISTER', -3);define('PAGE_PROFILE', -4);define('PAGE_VIEWONLINE', -6);define('PAGE_VIEWMEMBERS', -7);define('PAGE_FAQ', -8);define('PAGE_POSTING', -9);define('PAGE_PRIVMSGS', -10);define('PAGE_GROUPCP', -11);define('PAGE_FORUM_TOUR', -12);define('PAGE_PORTAL', -13);define('PAGE_CARD', -14);define('PAGE_RULES', -15);define('PAGE_COOKIES', -16);define('PAGE_STAFF', -17);define('PAGE_LINKS', -18);define('PAGE_DOWNLOAD', -19);#======================================================================= |#==== Start: == Activity Mod Plus ====================================== |#==== v1.1.0 =========================================================== |#====define('PAGE_ACTIVITY', -20);define('PAGE_PLAYING_GAMES', -21);#====#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-amod.com] === |#==== End: ==== Activity Mod Plus ====================================== |   #======================================================================= |define('PAGE_ALBUM', -50);define('PAGE_ALBUM_PERSONAL', -51);define('PAGE_ALBUM_PICTURE', -52);define('PAGE_ALBUM_SEARCH', -53);define('PAGE_REDIRECT', -1031);define('PAGE_SHOUTBOX_MAX', -1035);define('PAGE_SHOUTBOX', -1035);define('PAGE_CONTACT', -8050);define('PAGE_PRILLIAN', -8051);define('PAGE_TOPIC_OFFSET', 5000);  // ### Points Status ###define('POINTS_DISABLED', 1);define('POINTS_ENABLED', 0);  // ### Post Types ###define('POST_NORMAL', 0);define('POST_STICKY', 1);define('POST_ANNOUNCE', 2);define('POST_GLOBAL_ANNOUNCE', 3);// RegMod-Begindefine('POST_REGISTER', 4);  // Registration typesdefine('REG_DO', 1);define('REG_MAYBE', 2);define('REG_DONT', 3);// RegMod-Enddefine('POST_BIRTHDAY', 9);define('POST_CALENDAR', 10);  // ### Prillian Constants ###// prillian installed?if (defined('PRILLIAN_INSTALLED')){define('ALLOW_BUDDY_SELF', false);define('CONTACT_PATH', $phpbb_root_path.'mods/contact/');define('CONTACT_URL', $phpbb_root_path.'contact.'.$phpEx);define('IM_NEW_MAIL', 6);define('IM_READ_MAIL', 7);define('IM_UNREAD_MAIL', 8);define('OFF_SITE', -2);define('OFF_SITE_USERS_URL', 'u');define('OFF_SITE_POST_URL', 'p');define('PRILL_PATH', $phpbb_root_path.'mods/prillian/');define('PRILL_URL', $phpbb_root_path.'imclient.'.$phpEx);define('MAIN_MODE', 1);define('WIDE_MODE', 2);define('MINI_MODE', 3);define('FRAMES_MODE', 4);define('NO_FRAMES_MODE', 5);}  // ### Private Message System ###define('PRIVMSGS_READ_MAIL', 0);define('PRIVMSGS_NEW_MAIL', 1);define('PRIVMSGS_SENT_MAIL', 2);define('PRIVMSGS_SAVED_IN_MAIL', 3);define('PRIVMSGS_SAVED_OUT_MAIL', 4);define('PRIVMSGS_UNREAD_MAIL', 5);  // ### Session Parameters ###define('SESSION_METHOD_COOKIE', 100);define('SESSION_METHOD_GET', 101);  // ### Software Status ###define('FORUM_UNLOCKED', 0);define('FORUM_LOCKED', 1);  // ### Topic Status ###define('TOPIC_UNLOCKED', 0);define('TOPIC_LOCKED', 1);define('TOPIC_MOVED', 2);define('TOPIC_WATCH_NOTIFIED', 1);define('TOPIC_WATCH_UN_NOTIFIED', 0);  // ### URL Parameters ###define('POST_TOPIC_URL', 't');define('POST_CAT_URL', 'c');define('POST_FORUM_URL', 'f');define('POST_USERS_URL', 'u');define('POST_POST_URL', 'p');define('POST_GROUPS_URL', 'g');define('POST_WEBLOG_URL', 'w');  define('POST_ENTRY_URL', 'e');  define('POST_REPLY_URL', 'r');    // ### User Avatar Settings ###define('USER_AVATAR_NONE', 0);define('USER_AVATAR_UPLOAD', 1);define('USER_AVATAR_REMOTE', 2);define('USER_AVATAR_GALLERY', 3);  // ### User Levels ###define('DELETED', -1);define('ANONYMOUS', -1);define('USER', 0);define('ADMIN', 1);define('MOD', 2);define('JADMIN', 7);define('ADMIN_FOUNDER', 99);define('GUEST_ONLY', 1000);  // ### Special Constants ###define('NO', 0);define('YES', 1);define('FRIEND_ONLY',2);define('UNKNOWN', 0);define('MALE', 1);define('FEMALE', 2);define('VIP_RANK_TITLE', 'VIP');define('OVERIDE_THEME', false);define('DIGEST_THEME', 1);define('DIGEST_LOGGING', true);define('DIGEST_SUPPORT', "http://www.phpbb.com/phpBB/viewtopic.php?t=187868");define('DIGEST_HTML', 1);define('DIGEST_TEXT', 0);  #======================================================================= |#==== Start: == Activity Mod Plus ====================================== |#==== v1.1.0 =========================================================== |#====define('iNA', $table_prefix.'ina_data');define('iNA_GAMES', $table_prefix.'ina_games');define('iNA_SCORES', $table_prefix.'ina_scores');#====#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-amod.com] === |#==== End: ==== Activity Mod Plus ====================================== |   #======================================================================= |define('LOTTERY_TABLE', $table_prefix.'lottery');define('LOTTERY_HISTORY_TABLE', $table_prefix.'lottery_history');/* Start Helpdesk By aUsTiN */define('HELPDESK_E', $table_prefix.'helpdesk_emails');define('HELPDESK_I', $table_prefix.'helpdesk_importance');define('HELPDESK_M', $table_prefix.'helpdesk_msgs');define('HELPDESK_R', $table_prefix.'helpdesk_reply');/* End Helpdesk By aUsTiN */define('SHOPS_TABLE','phpbb_shops');define('SHOPITEMS_TABLE', 'phpbb_shopitems');define('TABLE_USER_SHOPS', $table_prefix . 'user_shops');define('TABLE_USER_SHOP_ITEMS', $table_prefix . 'user_shops_items');  ?>



There are not any entries in there for the vault mod. Where did you get that mod from? Is there a link where I can download and take a look at this mod? I am not familar with it.
Last edited by Dragonsys on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 6:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Tue May 09, 2006 11:09 am

Hello again. Not sure where I got ti from. I thought it was from somewhere on the ohter IM site. It has been installed now for 2 or 3 months with no issues what so ever. And I am sorry for this not being on topic with blog mod. Im thinking it was just coincidental thats all, but yes I believe I donloaded it from the other site if Im not mistaken. The vault mod is available for donload right here on IM2.com
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

PreviousNext

Return to Mods/Hacks

Who is online

Registered users: Bing [Bot], Helter, Majestic-12 [Bot]