boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LJ update - Was there then disappeared - ver. b2-0.6.1

 
Post new topic   Reply to topic    boardom Forum Index -> Installation issues
View previous topic :: View next topic  
Author Message
XianghuaALPHA



Joined: 05 Aug 2003
Posts: 79
Location: Tulsa, OK

PostPosted: Tue Aug 05, 2003 10:39 pm    Post subject: LJ update - Was there then disappeared - ver. b2-0.6.1 Reply with quote

Okay, first off I'm totally new to the community, and appologize if I wasn't able to find another thread that contains this same question if it's out there - or if this is in the wrong area Anyway, I tried to get it right Smile



Okay, I am the user of a b2 blog that a friend has setup for me, and helps me with - but we have both come to a 'wtf' point. He set the blog up for me a while back off this file -

b2-0.6.1-20021104+ljupdate-0.2.tar.gz

Initially we had some issues where I couldn't see any profile info o_0 Perhaps it's because I'm running IE 5.5 and it was a cookie issue? [I reviewed the 6.0 issue and yea] Anyway, so that fixed after a day / time / yea. Upon review of the nifty new shiney B2 love I saw a "LJ update, login and password" field that was nice and shiney and I came in here and read about a while back...


A few weeks ago I got a LJ with the express reason of using it as a mirror for my B2 blog. Yet - when I went BACK to put in that info - things had - changed?! The login - was gone.


Now - my friend insists he didn't update/change anything, and I did meddle a bit with the templates for output of the BLOG some, but don't think I got anywhere near anything profile or LJ releated... Later after I found it was gone I meddled a bit with the config file - only where Sir V says to, yet I still got no changes.


So. With no updates ran, and no file tampering with the Config file that I know of - what COULD have happened?


I'm trying to think back to what I might have done in my new glee of the blog, and I MAY have been a fool and doubled up my pass and user into that LJ field... Would the fact that I have no LJ account cause them to block me or something? Even so - how would lj.com blocking my stupidity - take away the LOG IN aspect of the profile?


Anyway, I'm at a loss, I did a number of searches for this on the forums a bit back and skimmed through just now after signing up - but found nothing I could identify being about something like this. I would appreciate any help, and I thank you in advance.


[edit] : screams in pain :

Okay. Another aspect. A - I'm pretty sure that I DID have the whole pass in there and left it that way for some DUMB NEWBIE REASON. B - my friend also setup a account out of the same main 'blog' dir but just different sub dir's for my partner... HE HAS THE LJ UPDATE. AnD iT wOrKs FoR hiM!@ So. Please. Help.



X A
_________________
[ [ - - There can be only 2 or 3 - - ]]

You know what. On a quite board - you end up talking to yourself alot....


Friends don't let friends play Tekken™
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
XianghuaALPHA



Joined: 05 Aug 2003
Posts: 79
Location: Tulsa, OK

PostPosted: Thu Aug 07, 2003 3:03 pm    Post subject: aww mommy, everyone else got comments and I didn't! Reply with quote

Uh. Please Smile I'd give you a dollar but I'm currently too poor Sad


But yea. Thanks ahead. And yea. Very Happy



X A
_________________
[ [ - - There can be only 2 or 3 - - ]]

You know what. On a quite board - you end up talking to yourself alot....


Friends don't let friends play Tekken™
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
XianghuaALPHA



Joined: 05 Aug 2003
Posts: 79
Location: Tulsa, OK

PostPosted: Tue Aug 12, 2003 11:55 pm    Post subject: Reply with quote

I've seen several places where posting the config file has brought alot of light on the subject... Don't know if my problem is THERE - but this file and of course my index.php file has pretty much been the only thing I've edited... So perhaps this will give some info and spurn some help.


I'll kill the comments as the pro's will heh, kinda know what the stuff is anyway.


$siteurl = 'http://www.designhaven.net/blog/saif';
$blogfilename = 'index.php';
$blogname = "Full Moon Blog";
$blogdescription = "A place for Saif [ aka Saif Khan aka XianghuaALPHA] to rant, rave, and comment on things important to him and his.";



$cafelogID = '';
$use_cafelogping = 0; # set this to 1 if you do have a Cafelog ID



$pathserver = 'http://www.designhaven.net/blog/saif';


$admin_email = '[email protected]';


$new_users_can_blog = 0;


$users_can_register = 1;


$start_of_week = 1;



// ** MySQL settings **

$dbname = 'b2'; // the name of the database
$dbhost = 'localhost'; // 99% chances you won't need to change this value
$dbusername = '******'; // your MySQL username
$dbpassword = '******'; // ...and password

$tableposts = 'saif_b2posts';
$tableusers = 'saif_b2users';
$tablesettings = 'saif_b2settings';
$tablecategories = 'saif_b2categories';
$tablecomments = 'saif_b2comments';


// ** Post preview function **

$use_preview = 1;



// ** Spell Checker functions **


$use_spellchecker = 1;



// ** Text formatting options **

$use_bbcode = 1; // use BBCode, like bold
$use_gmcode = 0; // use GreyMatter-styles: **bold** \italic\ __underline__
$use_quicktags = 1; // buttons for HTML tags (they won't work on IE Mac yet)

$use_htmltrans = 1;


$use_smartquotes = 0;


// ** Image upload **



$use_fileupload = 1;

$fileupload_realpath = '/home/saif/public_html/blog/saif/b2-img';

$fileupload_url = 'http://designhaven.net/blog/saif/b2-img';

$fileupload_allowedtypes = ' jpg gif png ';

$fileupload_maxk = '9999999';

$fileupload_minlevel = '3';

$fileupload_allowedusers = '';



// ** LiveJournal Integration settings **
// enable livejournal integration
$use_ljupdate = 1;

// database tables' names (change them if you want to have multiple b2's with ljupdate in a single database)
$tableljusers = 'saif_ljusers';
$tableljposts = 'saif_ljposts';

$lju_post = 1;
$lju_disablecomments = 0;
$lju_sourcefooter = 1;

// ** end LiveJournal Integration settings **


// ** RSS syndication options **

$posts_per_rss = 10;

$rss_language = 'en';

$rss_encoded_html = 0;

$rss_excerpt_length = 50;



// ** Weblogs.com ping **

$use_weblogsping = 0;


// ** Blo.gs ping **

$use_blodotgsping = 0;

$blodotgsping_url = 'http://example.com';



// ** Trackback / PingBack **

$use_trackback = 1;

$use_pingback = 1;



// ** Comments options **

$require_name_email = 1;

$comment_allowed_tags = '<b><i><u><strong><em><code><blockquote><p><br><strike><a>';

$comments_notify = 1;



// ** Smilies options **

$smilies_directory = 'http://designhaven.net/blog/saif/b2-img/smilies';

$b2smiliestrans = array(
'Smile' => 'icon_smile.gif',
'Very Happy' => 'icon_biggrin.gif',
'Very Happy' => 'icon_biggrin.gif',
'Smile' => 'icon_smile.gif',
'Smile' => 'icon_smile.gif',
'Sad' => 'icon_sad.gif',
'Sad' => 'icon_sad.gif',
'' => 'icon_surprised.gif',
'' => 'icon_surprised.gif',
'' => 'icon_eek.gif',
'' => 'icon_eek.gif',
'' => 'icon_confused.gif',
'' => 'icon_confused.gif',
'Cool' => 'icon_cool.gif',
'Cool' => 'icon_cool.gif',
'' => 'icon_lol.gif',
'' => 'icon_mad.gif',
'' => 'icon_mad.gif',
'' => 'icon_mad.gif',
'Razz' => 'icon_razz.gif',
'Razz' => 'icon_razz.gif',
'' => 'icon_redface.gif',
'' => 'icon_cry.gif',
'' => 'icon_evil.gif',
'' => 'icon_twisted.gif',
'' => 'icon_rolleyes.gif',
'' => 'icon_wink.gif',
'' => 'icon_wink.gif',
'' => 'icon_exclaim.gif',
'Question' => 'icon_question.gif',
'Idea' => 'icon_idea.gif',
'' => 'icon_arrow.gif',
'Neutral' => 'icon_neutral.gif',
'Neutral' => 'icon_neutral.gif',
'Neutral' => 'icon_neutral.gif',
'Mr. Green' => 'icon_mrgreen.gif',
);



$weekday[0]='Sunday';
$weekday[1]='Monday';
$weekday[2]='Tuesday';
$weekday[3]='Wednesday';
$weekday[4]='Thursday';
$weekday[5]='Friday';
$weekday[6]='Saturday';


$month['01']='January';
$month['02']='February';
$month['03']='March';
$month['04']='April';
$month['05']='May';
$month['06']='June';
$month['07']='July';
$month['08']='August';
$month['09']='September';
$month['10']='October';
$month['11']='November';
$month['12']='December';



$b2inc = './b2-include';


// ** Querystring Configuration ** (don't change if you don't know what you're doing)

$querystring_start = '?';
$querystring_equal = '=';
$querystring_separator = '&';




// ** Configuration for b2mail.php ** (skip this if you don't intend to blog via email)

$mailserver_url = 'mail.example.com';
$mailserver_login = '[email protected]';
$mailserver_pass = 'password';
$mailserver_port = 110;

$default_category = 1;

$subjectprefix = 'blog:';

$bodyterminator = "___";

$thisisforfunonly = 0;


### Special Configuration for some phone email services


$use_phoneemail = 0;
$phoneemail_separator = ':::';





/* Stop editing */


$HTTP_HOST=getenv('HTTP_HOST'); /* domain name */
$REMOTE_ADDR=getenv('REMOTE_ADDR'); /* visitor's IP */
$HTTP_USER_AGENT=getenv('HTTP_USER_AGENT'); /* visitor's browser */

$server = $dbhost;
$loginsql = $dbusername;
$passsql = $dbpassword;
$path = $pathserver;
$base = $dbname;

?>



-----


I hope this will help anyone out that was thinking I probably knew nothing heh - I can edit yes, but I do not have any server side knowledge, I'm a designer, not a code boy, and have not been able to take on the full knowledge of this software yet. It's easy, and it's really well coded / created from what I know of - but yea, this is my ONE big issue I cannot seem to solve.


X A
_________________
[ [ - - There can be only 2 or 3 - - ]]

You know what. On a quite board - you end up talking to yourself alot....


Friends don't let friends play Tekken™
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
Candle



Joined: 23 Dec 2002
Posts: 547

PostPosted: Wed Aug 13, 2003 12:23 am    Post subject: .......... Reply with quote

I had it working at one time when I was using b2 and it just stop working too .
Never could get it to post again to LJ .
It maybe at LJ that something they changed ?
Back to top
View user's profile Send private message
XianghuaALPHA



Joined: 05 Aug 2003
Posts: 79
Location: Tulsa, OK

PostPosted: Wed Aug 13, 2003 12:30 am    Post subject: Re: .......... Reply with quote

Candle wrote:
I had it working at one time when I was using b2 and it just stop working too .
Never could get it to post again to LJ .
It maybe at LJ that something they changed ?



See, I'm wondering if B2 auto removes it if your pass doesn't work a X amount of times, say you were posting while LJ was down?


All I know is this. The damn thing WOULD work - because a friend at /blog/carlos can mirror up his posts...

So it's a setting. A bug. A SOMETHING. But it would work, I've / we've / something has changed. LJ couldn't make the dang login info on MY blog dissapear, so thus I eliminated it from a potential possiblity. Unless there is something in a php file I haven't read - which is possible... That's why I was **hoping** someone with some knowledge of it would have responded by now -_-


It's just frustrating. I love b2's config writing, and the software's flexablity and the cause and everything, so I was UBER happy when I finally got a LJ account - so I could mirror it... Now I have 2 blogs and manual copies if I want to mirror currently. Please, please someone help us out here.



X A
_________________
[ [ - - There can be only 2 or 3 - - ]]

You know what. On a quite board - you end up talking to yourself alot....


Friends don't let friends play Tekken™
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Installation issues All times are GMT + 1 Hour
Page 1 of 1

 
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


Powered by phpBB 2 © 2001, 2002 phpBB Group