Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] Blog Mod
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5, 6, 7  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: [Solved] Blog Mod
PostPosted: 05/23/2007 12:28 AM Reply with quote
Citation
neil
Citation
Posts 1131
Word Cnt. 66,964
BDay Jun 9
Sign Gemini
Joined: Mar 07, 2007
Local time: 8:41 AM
australC_1xa.gif
It does do a good job, I have 2 very good bloggers and they use many areas to promote their blogs, this also directs traffic back to the forum. I have one myself but rarely get the time to update it. Alianora La Canta is our biggest blogger so if anyone needs any info about trackback etc, I know she would be very happy to help out.
Back to Top
View user's profile Find all posts by neil Send private message   Visit poster's website Phoogle Map
Re: [Solved] Blog Mod
PostPosted: 05/23/2007 12:31 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 7:41 AM
Location: Upside down
australC_1xa.gif
I don't know if my members would use it or not but it doesn't hurt to try these things. I know of 3 that have a myspace page. I have one too but there's nothing in it.

I'll see if I can find this word press mod.
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Blog Mod
PostPosted: 05/23/2007 12:36 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:41 PM
Location: St Pete, FL
peace.gif
The WP-Uniited MOD has a few bugs in it still and the MOD author may be trying to correct it for AB.  If The Blog MOD is mostly error free, it might be the better option at the moment.  WordPress might be more powerful though...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Blog Mod
PostPosted: 05/23/2007 12:40 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 7:41 AM
Location: Upside down
australC_1xa.gif
I was just looking at the word press one and I don't really like it. The blog mod looks like the one to go with so I might download it and see what happens.
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Blog Mod
PostPosted: 05/23/2007 12:46 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:41 PM
Location: St Pete, FL
peace.gif
For now, that's probably the better choice...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Blog Mod
PostPosted: 05/23/2007 1:24 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 7:41 AM
Location: Upside down
australC_1xa.gif
I'm sure there'll be a few errors with this especially with the links to the header.

The first one is -

Code:
Could not perform improperly formed COPY command.
./*.* to ./*.*


Normally I am ok with these errors but why does it have copy ./*.* to ./*.* ?

Here is the copy commands from the mod file. Notice the ./*.* is also at the end of a couple others.

Code:
#
#-----[ COPY ]------------------------------------------
#
./*.*                                                       to ./*.*
admin/*.*                                                   to admin/*.*
images/xml.gif to images/xml.gif                            to images/xml.gif to images/xml.gif
images/weblogs/*.*                                          to images/weblogs/*.*
includes/functions_trackback.php                            to includes/functions_trackback.php
includes/functions_weblog.php                               to includes/functions_weblog.php
includes/weblogs_common.php                                 to includes/weblogs_common.php
language/language_english/lang_weblog_admin.php             to language/language_english/lang_weblog_admin.php
language/language_english/lang_weblog_main.php              to language/language_english/lang_weblog_main.php
templates/subSilver/admin/*.*                               to templates/subSilver/admin/*.*
templates/subSilver/images/lang_english/icon_weblog.gif     to templates/subSilver/images/lang_english/icon_weblog.gif
templates/subSilver/*.*                                     to templates/subSilver/*.*
weblogs/index.htm                                           to weblogs/index.htm
weblogs/colors.htm                                          to weblogs/colors.htm
weblogs/upload/.htaccess                                    to weblogs/upload/.htaccess
weblogs/upload/index.htm                                    to weblogs/upload/index.htm
weblogs/templates/index.htm                                 to weblogs/templates/index.htm
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Blog Mod
PostPosted: 05/23/2007 1:38 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:41 PM
Location: St Pete, FL
peace.gif
The entire Copy section is wrong.  This is how it should look:

Code:
#
#-----[ COPY ]------------------------------------------
#
copy *.php to *.php
copy admin/*.php to admin/*.php
copy images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif
copy images/weblogs/*.gif to images/weblogs/*.gif
copy includes/functions_trackback.php to includes/functions_trackback.php
copy includes/functions_weblog.php to includes/functions_weblog.php
copy includes/weblogs_common.php to includes/weblogs_common.php
copy language/lang_english/lang_weblog_admin.php to language/lang_english/lang_weblog_admin.php
copy language/lang_english/lang_weblog_main.php to language/lang_english/lang_weblog_main.php
copy templates/subSilver/admin/*.tpl to templates/subSilver/admin/*.tpl
copy templates/subSilver/images/lang_english/icon_weblog.gif to templates/subSilver/images/lang_english/icon_weblog.gif
copy templates/subSilver/*.tpl to templates/subSilver/*.tpl
copy weblogs/index.htm to weblogs/index.htm
copy weblogs/colors.htm to weblogs/colors.htm
copy weblogs/upload/.htaccess to weblogs/upload/.htaccess
copy weblogs/upload/index.htm to weblogs/upload/index.htm
copy weblogs/templates/index.htm to weblogs/templates/index.htm

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Blog Mod
PostPosted: 05/23/2007 1:45 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 7:41 AM
Location: Upside down
australC_1xa.gif
Still getting a copy error

Code:
Could not perform improperly formed COPY command.
copy images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif
MOD script line #361 :: FAQ :: Report


I noticed you doubled up there so I removed the extra bits. There's still some errors but they'll have to wait til I get back online.

Might go watch a dvd  sunny
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
Re: Blog Mod
PostPosted: 05/23/2007 2:12 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:41 PM
Location: St Pete, FL
peace.gif
LOL  That was a problem that came with the original script.  I fixed the spelling of the lang_english folder, but I didn't see this...

FIND
Code:
copy images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif

REPLACE WITH
Code:
copy images/xml.gif to images/xml.gif

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Blog Mod
PostPosted: 05/23/2007 3:55 AM Reply with quote
Citation
Glenn I
Citation
Posts 2152
Word Cnt. 78,257
BDay Jun 15
Sign Gemini
Sex Sex:Male
Joined: Apr 22, 2005
Local time: 7:41 AM
Location: Upside down
australC_1xa.gif
Yep I figured that one out.

Ok what about this one -

Code:
Critical Error

COPY FAILED: The target file to be copied [./mods/the_blog_mod_023/weblogs/upload/.htaccess] could not be found.
copy weblogs/upload/.htaccess to weblogs/upload/.htaccess
MOD script line #361 :: FAQ :: Report


In the mod file it says -

Code:
copy weblogs/upload/.htaccess to weblogs/upload/.htaccess


There is no .htaccess file that I can see in that folder
Back to Top
View user's profile Find all posts by Glenn I Send private message   Visit poster's website Phoogle Map
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

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
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 2 of 7


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0835s (PHP: 65% - SQL: 35%) - SQL queries: 57 - GZIP disabled - Debug on