[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

Re: [BETA] - The Blog Mod

PostAuthor: Dragonsys » Tue May 09, 2006 11:19 am

ok.. check this file edit:

Code: Select all
##-----[ OPEN ]------------------------------------------#common.php  ##-----[ FIND ]------------------------------------------#?>  ##-----[ BEFORE, ADD ]------------------------------------------#include_once($phpbb_root_path . 'includes/functions_vault.'.$phpEx);  ##-----[ OPEN ]------------------------------------------#admin/xs_cache.php  ##-----[ FIND ]------------------------------------------#$skip_files = array(     '.',     '..',     '.htaccess',     'index.htm',     'index.html',     'index.php',     'attach_config.php',     );  ##-----[ REPLACE WITH ]------------------------------------------#$skip_files = array(     '.',     '..',     '.htaccess',     'index.htm',     'index.html',     'index.php',     'vault_config.php',     'vault_config_def.tpl',     'attach_config.php',     );


and reupload includes/functions_vault.php

That is the file which defines the table.
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 » Tue May 09, 2006 11:20 am

when you did the security update, did you do the manual file edits, or use the pre-modded files?
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:38 am

Ok found the problem. Right before I ran that query for the blog mod, I also updated my phpBb security... In common.php there was a line right before the end of the code( ?> )
Code: Select all
include_once($phpbb_root_path . 'includes/functions_vault.'.$phpEx);
that was overwritten when i updated my security. I must have got fat fingered when I did this. I added that 1 particular line of code back in and all is fine in profile and the vault.........

I'm sure sorry for getting us offtopic. I knew it was coincidental that this occured. I should never do two things that close to each other so i can trouble shoot as I go. My apologies.. Now back to users getting banned whilst trying to create a blog....
Last edited by MWE_001 on Tue May 09, 2006 11:43 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 11:39 am

"MWE_001";p="5213" wrote:Now back to the blog mod..ha ha ha... Sorry for the trouble Dragonsys... I thought it was all just coincidental.


<img>
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 » Sat May 27, 2006 6:28 am

Now since I have run the update for the blog mod, I have went through every single file and checked ALL permissions, double checked my edits 5 times, and all is good. ECEPT when trying to upload a pic to display in the blog i get this........

Warning: copy(): SAFE MODE Restriction in effect. The script whose uid is 1013 is not allowed to access /home/midwest/domains/mweva.com/public_html/weblogs/upload/1 owned by uid 1003 in /home/midwest/domains/mweva.com/public_html/weblog_posting.php on line 841

Warning: copy(./weblogs/upload/1/155321740744786e8230952.jpg): failed to open stream: Invalid argument in /home/midwest/domains/mweva.com/public_html/weblog_posting.php on line 841

Warning: Cannot modify header information - headers already sent by (output started at /home/midwest/domains/mweva.com/public_html/weblog_posting.php:841) in /home/midwest/domains/mweva.com/public_html/includes/functions_weblog.php on line 98

Warning: Cannot modify header information - headers already sent by (output started at /home/midwest/domains/mweva.com/public_html/weblog_posting.php:841) in /home/midwest/domains/mweva.com/public_html/includes/functions_weblog.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /home/midwest/domains/mweva.com/public_html/weblog_posting.php:841) in /home/midwest/domains/mweva.com/public_html/includes/functions_weblog.php on line 101

I understand that the safemode error is in my php.ini file but the can not send headers is an editing mistake Im quite sure. Foundit has busted me out a few times on that one, I am using dreamweaver to do all of my editing and it is all good.............This never occured before I did the update. The rest of the mod works excellent.... Now in order to display a pic in the blog I have to upload it to my server and use the old [img] tags now................I am lost, I would revert back to the old version to trouble shoot, but I no longer have it <img>
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: Jason Sanborn » Sat May 27, 2006 6:43 am

Actually, it is probably because of the Safe Mode as well. The Safe Mode caused the headers to be sent early, which caused all the other errors.
Last edited by Jason Sanborn on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 9:40 am
Cash on hand: 0.00
Location: Marina, CA

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Sat May 27, 2006 7:23 am

Thats what I was leaning towards as well........Da**it! have to get into shell afterall........I hate that..... <img> Bad part is I dont know how to locate the files or how to edit the ini file....
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: Threat009 » Sun May 28, 2006 2:36 pm

How stable is this thing? I wanna try it, but the word beta could mean alot more updates :grin:
Last edited by Threat009 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://i63.photobucket.com/albums/h129/Threat009/donate.gif[/img][/url]
User avatar
Threat009
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 11:48 pm
Cash on hand: 0.00

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Mon May 29, 2006 8:02 am

The Blog Mod is actually pretty cool if ya ask me, Beta or not.....My erros I reported are due to my php ini file, so I wouldnt let that scare ya any.. I believe if Im not mistaken there are 25 templates.....Only the Infinity template has been upgraded with the new release of the Blog Mod....It is in use in my site. My sig is the link. you can check it out if ya like. have a nice day/night.....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: Jason Sanborn » Mon May 29, 2006 8:12 am

I've been using a slightly older version on my site, and it works well. It does have some minor issues that were probably addressed in the newer release. I just haven't taken the time to update it. <img>
Last edited by Jason Sanborn on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 9:40 am
Cash on hand: 0.00
Location: Marina, CA

PostAuthor: Threat009 » Mon May 29, 2006 8:54 am

"Jason Sanborn";p="7753" wrote:I've been using a slightly older version on my site, and it works well. It does have some minor issues that were probably addressed in the newer release. I just haven't taken the time to update it. <img>

Thanks for the replies guys! Does the older version include the multiple templates? and Jason what issues did you have w/the older version? Anything of concern or worry? I think I may go w/the older version if there are more templates to choose from.
Last edited by Threat009 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://i63.photobucket.com/albums/h129/Threat009/donate.gif[/img][/url]
User avatar
Threat009
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 11:48 pm
Cash on hand: 0.00

PostAuthor: Jason Sanborn » Mon May 29, 2006 9:16 am

The older version had bugs within the templates. Some images were corrupted and a couple files were missing. It was easily resolved by copying the missing files and images from other templates that had them, though.

I also have an issue with some people who aren't authorized to post blogs getting messages that they weren't authorized to view or reply to them, even though the permissions were set to Guests. This doesn't happen with everyone, either. I don't know if you can get the older version anymore, though.
Last edited by Jason Sanborn on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 9:40 am
Cash on hand: 0.00
Location: Marina, CA

PostAuthor: Threat009 » Mon May 29, 2006 9:57 am

"Jason Sanborn";p="7765" wrote:The older version had bugs within the templates. Some images were corrupted and a couple files were missing. It was easily resolved by copying the missing files and images from other templates that had them, though.

I also have an issue with some people who aren't authorized to post blogs getting messages that they weren't authorized to view or reply to them, even though the permissions were set to Guests. This doesn't happen with everyone, either. I don't know if you can get the older version anymore, though.

Sounds like easy fixes, but your right, the only download I've found leads to the current beta. Well, guess I will wait for the new skins and hope they arrive soon :grin:
Last edited by Threat009 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://i63.photobucket.com/albums/h129/Threat009/donate.gif[/img][/url]
User avatar
Threat009
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 11:48 pm
Cash on hand: 0.00

Re: [BETA] - The Blog Mod

PostAuthor: Michaelo » Tue May 30, 2006 3:55 pm

Dragonsys, I would like to test the mod in 1.4.1 beta how it coming along?

[color=red]Update]
I downloaded and installed the blog mod on one of my 1.4.1 test installs, and from my preliminary test it works perfectly with only a few edits required to the install instructions regards Findà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ several of markers (the text you are required to find) are either altered of do not appear in the complete form as indicatedà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦

For my part I would have liked the block to appear inside the portal page similar to viewtopics/viewforums but I suppose I cant have everything still it could be done in the futureà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ ;)
Many thanksà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ Mike
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

Re: [BETA] - The Blog Mod

PostAuthor: Michaelo » Tue May 30, 2006 7:49 pm

[color=red]Security] I came across these should they be added? [url=http]Security Update Here![/url]

I had to install themes a couple of times? Changing themes requires setting the Load Template option?
I downloaded several themes but I note some images were corrupt... Perhaps some text file were also corrupt <img>
Mike
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

PreviousNext

Return to Mods/Hacks

Who is online

Registered users: Google [Bot], Helter, Vendethiel