From reblogger-support@lists.jsoft.ca Sun Jun 6 05:09:14 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Sun, 6 Jun 2004 00:09:14 -0400 (EDT) Subject: [Reblogger-support] Welcome to the Reblogger support mailing list Message-ID: <1358.192.168.1.3.1086494954.squirrel@jsoft.ca> From reblogger-support@lists.jsoft.ca Wed Jun 9 02:29:19 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Tue, 8 Jun 2004 21:29:19 -0400 (EDT) Subject: [Reblogger-support] [Fwd: Re: Reblogger Email Display Help...] Message-ID: <3347.192.168.1.3.1086744559.squirrel@jsoft.ca> ---------------------------- Original Message ---------------------------- Subject: Re: Reblogger Email Display Help... From: reblogger@jsoft.ca Date: Tue, June 8, 2004 9:28 pm To: "Jessyel Ty Gonzalez" -------------------------------------------------------------------------- Hello again, To do that replace the line you changed the last time (line 538) with the following code: my $linkhtml = "$name<\/a>"; if ($homepage eq '') { $linkhtml = $name; } $output =~ s/<\*name\*>/$linkhtml/gi; Thanks for your questions, Jesse Malone > Excellent! That worked perfectly. Just ONE more questions (I promise). I noticed that if you don't enter your email or web site into the fields, when > you submit, they are still linked (the web address for example has a link to 'http:///'). Any way they can be clear (with no link) when they're submitted...? > -- > Jessyel Ty Gonzalez > ColMex Films > DailySnap.com > (303) 426-6335 > > > Quoting reblogger@jsoft.ca: > > Hi, > > At present, the only way to do that would be to edit reblogger.pl. It > only > requires a change to 1 line of code, so its quite painless. > > Find this line in reblogger.pl(its line 538 in reblogger 2.1, and should be near line 538 in 2.0): > > $output =~ s/<\*name\*>/$name<\/a>( href="http:\/\/$homepage" target="_blank">www<\/a>)/gi; > > and replace it with this: > > $output =~ s/<\*name\*>/ target="_blank">name<\/a>)/gi; > > I will be making fairly frequent new releases over the summer. I'll be sure to include this option. > > > Jesse Malone > > > Hello, I recently installed Reblogger on my site. It's excellent! > However, > > I do > > have a couple of questions. > > > > For spamming and security reasons, I would like to NOT include a > poster's > > email > > address. You know when you post right now and it reads, "Posted by: > Your > > Name > > (www)" > > > > With your name having a link to your email, and then a link to your web site > > on 'www'? Is there any way I can not show the email address, and make > the > > person's web site link to their name? > > > > I don't know which file to go to in order to edit this. Overall, I > don't > > want > > the '(www)' showing. I would just like to know how, and where to edit > this > > for > > more customizablility. Thanks again for a wonderful service to all! -- > > Jessyel Ty Gonzalez > > ColMex Films > > DailySnap.com > > (303) 426-6335 > > > > > > > From reblogger-support@lists.jsoft.ca Sun Jun 6 05:09:14 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Sun, 6 Jun 2004 00:09:14 -0400 (EDT) Subject: [Reblogger-support] Welcome to the Reblogger support mailing list Message-ID: <1358.192.168.1.3.1086494954.squirrel@jsoft.ca> From reblogger-support@lists.jsoft.ca Wed Jun 9 02:29:19 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Tue, 8 Jun 2004 21:29:19 -0400 (EDT) Subject: [Reblogger-support] [Fwd: Re: Reblogger Email Display Help...] Message-ID: <3347.192.168.1.3.1086744559.squirrel@jsoft.ca> Hello again, To do that replace the line you changed the last time (line 538) with the following code: my $linkhtml = "$name<\/a>"; if ($homepage eq '') { $linkhtml = $name; } $output =~ s/<\*name\*>/$linkhtml/gi; Thanks for your questions, Jesse Malone > Excellent! That worked perfectly. Just ONE more questions (I promise). I noticed that if you don't enter your email or web site into the fields, when > you submit, they are still linked (the web address for example has a link to 'http:///'). Any way they can be clear (with no link) when they're submitted...? > -- > > > Quoting reblogger@jsoft.ca: > > Hi, > > At present, the only way to do that would be to edit reblogger.pl. It > only > requires a change to 1 line of code, so its quite painless. > > Find this line in reblogger.pl(its line 538 in reblogger 2.1, and should be near line 538 in 2.0): > > $output =~ s/<\*name\*>/$name<\/a>( href="http:\/\/$homepage" target="_blank">www<\/a>)/gi; > > and replace it with this: > > $output =~ s/<\*name\*>/ target="_blank">name<\/a>)/gi; > > I will be making fairly frequent new releases over the summer. I'll be sure to include this option. > > > Jesse Malone > > > Hello, I recently installed Reblogger on my site. It's excellent! > However, > > I do > > have a couple of questions. > > > > For spamming and security reasons, I would like to NOT include a > poster's > > email > > address. You know when you post right now and it reads, "Posted by: > Your > > Name > > (www)" > > > > With your name having a link to your email, and then a link to your web site > > on 'www'? Is there any way I can not show the email address, and make > the > > person's web site link to their name? > > > > I don't know which file to go to in order to edit this. Overall, I > don't > > want > > the '(www)' showing. I would just like to know how, and where to edit > this > > for > > more customizablility. Thanks again for a wonderful service to all! -- > > > > > > > From reblogger-support@lists.jsoft.ca Wed Jun 9 02:53:25 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Tue, 8 Jun 2004 21:53:25 -0400 (EDT) Subject: [Reblogger-support] [Fwd: Re: comments missing] Message-ID: <3385.192.168.1.3.1086746005.squirrel@jsoft.ca> It looks like the blog item numbers stored with your old comments were being rounded. All that I can think of that could cause that is missing quotes from the comment link. Have you made any changes to your blog template? At the moment the only thing that I can think of that would cause the old comments to dissappear is adding quotes to the comment link, if it had none before. Try removing the single quotes from the two occurences of <$BlogItemNumber$> in the comment link. That might bring back the old comments, however will lead to inconsistencies(like comments showing up on the wrong post) in the future. Jesse > http://coffeegirl.blogspot.com/2004_04_01_coffeegirl_archive.html#108286680235636103 the above link is an example of an entry that had comments before and now has zero. some of the more recent entries had comments that disapeared, but > new ones have been added since. i thought one with zero new would be less confusing. as i said, these comments still show when i log into reblogger. so strange. > thanks. > > > >>From: reblogger@jsoft.ca >>To: >>Subject: Re: comments missing >>Date: Tue, 11 May 2004 13:59:21 -0400 (EDT) >> >>Hi, >> >>That's bizarre. It's very unlikely that the comments are lost, since they still show up in the comment manager. Can you send me a link to one of your blog posts that used to have comments, but doesn't any more? >> >>Jesse >> >> > Hello. >> > I've had a couple of problems with my reblogger account for >> > http://coffeegirl.blogspot.com >> > a few days ago I noticed that comments posted by internet explorer >> users >> > were only showing in IE while comments posted by mozilla users were >> only >> > showing in mozilla. Shortly after discovering this oddity, all of my comment >> > counts reset to zero in my blog page, but still show up when I log >> into >> > the >> > reblogger mantainance area. New comments show up fine, and a few >> people >> > who >> > were having trouble commenting are able to comment now...but I still >>cant >> > see the old comments at the blog site. >> > >> > Any idea what's going on? if the old comments are lost, I'm okay with that, >> > I just want to know if it's possible to get the old ones back up. >> > >> > thanks! >> > >> > >> > _________________________________________________________________ MSN Toolbar provides one-click access to Hotmail from any Web page – >>FREE >> > download! http://toolbar.msn.com/go/onm00200413ave/direct/01/ >> > >> > >> > > > _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! > http://toolbar.msn.com/go/onm00200415ave/direct/01/ > > > From reblogger-support@lists.jsoft.ca Thu Jun 10 03:33:44 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Wed, 9 Jun 2004 22:33:44 -0400 Subject: [Reblogger-support] (Fwd) Re: Problems with Reblogger Message-ID: <40C79048.10496.336ABC@localhost> --Message-Boundary-30156 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body From: Jesse Malone To: Subject: Re: Problems with Reblogger Date sent: Mon, 23 Feb 2004 11:25:22 -0500 Hi, The problem is being caused by the sidebar script on your page. The script uses a variable named 'open' which when declared, supercedes the window.open method that is used to open new windows(like reblogger's window). Any references to 'open' that occur after the script are references to the variable 'open' and not the window.open method. To fix it, I just changed 'open' in the fooble script to 'isOpen'. Here's the modified flooble script: Jesse On 23 Feb 2004 at 1:35, Edwin wrote: > Good day, > > I am having problems with reblogger. Whenever I try to add a comment, I > get this error saying that object or property is not supported. Would > you be kind enough to help me see if there's a problem with my codes > etc.? > > Thank you. > > Regards, > Edwin > --Message-Boundary-30156 Content-type: Application/Octet-stream; name="-"; type=Plain text Content-disposition: attachment; filename="-" Content-transfer-encoding: BASE64 SGksDQoNClRoZSBwcm9ibGVtIGlzIGJlaW5nIGNhdXNlZCBieSB0aGUgc2lkZWJhciBzY3Jp cHQgb24geW91ciBwYWdlLiANClRoZSBzY3JpcHQgdXNlcyBhIHZhcmlhYmxlIG5hbWVkICdv cGVuJyB3aGljaCB3aGVuIGRlY2xhcmVkLCANCnN1cGVyY2VkZXMgdGhlIHdpbmRvdy5vcGVu IG1ldGhvZCB0aGF0IGlzIHVzZWQgdG8gb3BlbiBuZXcgDQp3aW5kb3dzKGxpa2UgcmVibG9n Z2VyJ3Mgd2luZG93KS4gQW55IHJlZmVyZW5jZXMgdG8gJ29wZW4nIHRoYXQgDQpvY2N1ciBh ZnRlciB0aGUgc2NyaXB0IGFyZSByZWZlcmVuY2VzIHRvIHRoZSB2YXJpYWJsZSAnb3Blbicg YW5kIG5vdCANCnRoZSB3aW5kb3cub3BlbiBtZXRob2QuIFRvIGZpeCBpdCwgSSBqdXN0IGNo YW5nZWQgJ29wZW4nIGluIHRoZSANCmZvb2JsZSBzY3JpcHQgdG8gJ2lzT3BlbicuIA0KDQpI ZXJlJ3MgdGhlIG1vZGlmaWVkIGZvb2JsZSBzY3JpcHQ6DQoNCjwhLS0gZmxvb2JsZSBzaWRl YmFyIG1lbnUgc3RhcnQgLS0+DQo8c2NyaXB0IGxhbmd1YWdlPSJqYXZhc2NyaXB0Ij4NCi8v IEZsb2F0aW5nIFNpZGViYXIgTWVudSBTY3JpcHQgZnJvbSBGbG9vYmxlLmNvbQ0KLy8gRm9y IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IA0KLy8JaHR0cDovL3d3dy5mbG9vYmxlLmNvbS9z Y3JpcHRzL3NpZGViYXIucGhwDQovLyBDb3B5cmlnaHQgMjAwMyBBbmltdXMgUGFjdHVtIENv bnN1bHRpbmcgaW5jLg0KLy8tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0NCiAgICB2YXIgaWUgPSBmYWxzZTsNCiAgICB2YXIgaXNP cGVuID0gdHJ1ZTsNCiAgICB2YXIgb2xkd2lkdGggPSAtMTsNCiAgICBpZiAoZG9jdW1lbnQu YWxsKSB7IGllID0gdHJ1ZTsgfQ0KDQogICAgZnVuY3Rpb24gZ2V0T2JqKGlkKSB7DQogICAg ICAgIGlmIChpZSkgeyByZXR1cm4gZG9jdW1lbnQuYWxsW2lkXTsgfQ0KICAgICAgICBlbHNl IHsgICAgcmV0dXJuIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKGlkKTsgICAgfQ0KICAgIH0N CiAgICANCiAgICBmdW5jdGlvbiB0b2dnbGVTaWRlYmFyKCkgew0KICAgICAgICB2YXIgc2lk ZWJhciA9IGdldE9iaignc2lkZWJhcmNvbnRlbnRzJyk7DQogICAgICAgIHZhciBtZW51ID0g Z2V0T2JqKCdzaWRlYmFybWVudScpOw0KICAgICAgICB2YXIgYXJyb3cgPSBnZXRPYmooJ3Np ZGVhcnJvdycpOw0KICAgICAgICBpZiAoaXNPcGVuKSB7DQogICAgICAgIAl2YXIgc2lkZWMg PSBnZXRPYmooJ3NpZGViYXInKTsgICAgICAgICAgICANCiAgICAgICAgICAgIHZhciBoID0g c2lkZWMuc2Nyb2xsSGVpZ2h0Ow0KICAgICAgICAgICAgaWYgKG9sZHdpZHRoIDwgMCkgeyAN CiAgICAgICAgICAgIAlvbGR3aWR0aCA9IHNpZGViYXIuc2Nyb2xsV2lkdGg7DQogICAgICAg ICAgICB9DQogICAgICAgICAgICBzaWRlYmFyLnN0eWxlLmRpc3BsYXkgPSAnbm9uZSc7DQog ICAgICAgICAgICB0ZCA9IGdldE9iaignc2lkZWJhcnRkJyk7DQogICAgICAgICAgICB0ZC5z dHlsZS53aWR0aCA9IDA7ICAgICAgICAgDQogICAgICAgICAgICBhcnJvdy5pbm5lckhUTUwg PSAnPic7DQogICAgICAgICAgICAvL2FsZXJ0KGggKyAnIC0gJyArIHNpZGVjLnNjcm9sbEhl aWdodCk7DQogICAgICAgICAgICBzaWRlYy5zdHlsZS5oZWlnaHQgPSBoOw0KICAgICAgICAg ICAgaXNPcGVuID0gZmFsc2U7DQogICAgICAgIH0gZWxzZSB7DQogICAgICAgICAgICBzaWRl YmFyLnN0eWxlLmRpc3BsYXkgPSAnYmxvY2snOw0KICAgICAgICAgICAgc2lkZWJhci5zdHls ZS53aWR0aCA9IG9sZHdpZHRoOw0KICAgICAgICAgICAgYXJyb3cuaW5uZXJIVE1MID0gJzwn Ow0KICAgICAgICAgICAgaXNPcGVuID0gdHJ1ZTsNCiAgICAgICAgfQ0KICAgICAgICBnZXRP YmooJ2ZvY3VzZXInKS5mb2N1cygpOw0KICAgICAgICANCiAgICB9ICAgIA0KICAgIA0KICAg IGZ1bmN0aW9uIHNldFNpZGViYXJUb3AoKSB7DQogICAgICAgIC8vYWxlcnQoJ2hveScpOw0K ICAgICAgICB2YXIgc2lkZWMgPSBnZXRPYmooJ3NpZGViYXInKTsNCiAgICAgICAgc2lkZWMu c3R5bGUudG9wID0gMTAgKyBkb2N1bWVudC5ib2R5LnNjcm9sbFRvcDsNCiAgICAgICAgc2V0 VGltZW91dCgnc2V0U2lkZWJhclRvcCgpJywgMTApOw0KICAgIH0NCiAgICANCiAgICBzZXRU aW1lb3V0KCdzZXRTaWRlYmFyVG9wKCk7JywgMjAwMCk7DQogICAgDQo8L3NjcmlwdD4gDQoN Cg0KSmVzc2UNCg0KT24gMjMgRmViIDIwMDQgYXQgMTozNSwgRWR3aW4gQ2hvdyB3cm90ZToN Cg0KPiBHb29kIGRheSwNCj4gIA0KPiBJIGFtIGhhdmluZyBwcm9ibGVtcyB3aXRoIHJlYmxv Z2dlci4gV2hlbmV2ZXIgSSB0cnkgdG8gYWRkIGEgY29tbWVudCwgSQ0KPiBnZXQgdGhpcyBl cnJvciBzYXlpbmcgdGhhdCBvYmplY3Qgb3IgcHJvcGVydHkgaXMgbm90IHN1cHBvcnRlZC4g V291bGQNCj4geW91IGJlIGtpbmQgZW5vdWdoIHRvIGhlbHAgbWUgc2VlIGlmIHRoZXJlJ3Mg YSBwcm9ibGVtIHdpdGggbXkgY29kZXMNCj4gZXRjLj8gTXkgYWRkcmVzcyBpcyBodHRwOi8v d29yZGVkLm5ldGZpcm1zLmNvbQ0KPiA8aHR0cDovL3dvcmRlZC5uZXRmaXJtcy5jb20vPiAN Cj4gIA0KPiBUaGFuayB5b3UuDQo+ICANCj4gUmVnYXJkcywNCj4gRWR3aW4NCj4gDQoNCg0K --Message-Boundary-30156-- From reblogger-support@lists.jsoft.ca Sun Jun 27 19:11:04 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Sun, 27 Jun 2004 14:11:04 -0400 Subject: [Reblogger-support] Fwd: Using reblogger without a blog In-Reply-To: <2749.192.168.1.3.1088359811.squirrel@jsoft.ca> References: <2749.192.168.1.3.1088359811.squirrel@jsoft.ca> Message-ID: Hi, Yes you can use reblogger outside a blog. When you create a user account, select 'other' as your weblog system. That will give you two pieces of code to paste into your web page. The second piece of code will display the comment link. Place it where you want the comment link to go on your page. In the second piece of code, replace the text '' with something unique to identify the comment thread that the link will open, it could be anything. Jesse Malone > Hello, Jesse. > > I have a question -- probably one you have been asked before, so I'll tha= nk > you in advance for your patience. > > Can I use reblogger as a commenting system outside of a blog? For example on > any page of my site, such as > http://visionquest.aboho.com/articles/dotcom.shtml. > > I've installed cgi scripts, and usually get tem working. However, some of the do-called commenting scripts have been a lot of problems. Typically the > instructions are confusing. > > Thank you for your time and consideration. > > _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee=AE Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3D3963 > > > From reblogger-support@lists.jsoft.ca Wed Jul 14 22:14:49 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Wed, 14 Jul 2004 17:14:49 -0400 (EDT) Subject: [Reblogger-support] Re: Help! In-Reply-To: References: Message-ID: <1724.192.168.1.3.1089839689.squirrel@jsoft.ca> Hi, You can get the template code here: http://jsoft.ca/cgi-bin/reblogger/blog-template-code.pl Jesse Malone > I've lost the Reblogger code and just can't find it anywhere at the > site. What do I do to get this code back? > > Thanks > > From reblogger-support@lists.jsoft.ca Wed Jul 14 22:27:06 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Wed, 14 Jul 2004 17:27:06 -0400 (EDT) Subject: [Reblogger-support] Re: Reblogger Counting and Importing...? Message-ID: <1731.192.168.1.3.1089840426.squirrel@jsoft.ca> Hi, Unfortunately there is no import function in the current version. Import is among the improvements coming in version 2.2, which should be ready in a couple of weeks. The format it will import from is CAIF, an XML format that haloscan, and other systems support. So hold on to your 600 comments for now, you'll be able to import them soon. Export will require a change to the way reblogger stores comments, and probably won't come until version 3.0, which will be out before the end of the summer. For the comment total add a line right after line 179 of reblogger.pl and insert the following: my $total_comments = 0; Then add a line right after line 182 and insert the this code: $total_comments += $pst_count{$item_id}; Then insert the following after line 269 (the displayReblogger function): function rebloggerCommentTotal() { document.write(\'$total_comments\'); } To display the comment count on a page use this html: If this doesn't work let me know, as I haven't tested it. --edit-- It didn't work. I made a couple of typos. The code above has been corrected. --/edit-- Jesse Malone > Hello once again. I use Reblogger over at DailySnap.com. I have two questions for you. > > The first is in trying to move some comments over to you guys. Let me explain. I used to use HaloScan.com's commenting feature before I discovered you guys. I have like 600 comments that I want to transfer over as part of Reblogger comments. Instead of going and copy/paste EVERY one of the 600+ comments, does your code/script offer anything for fast exporting? I have updated my pages to be Reblogger links; obviously there's no posts. Just wondering if you offer this service. HaloScan.com allows me to download every comment I have in XML format if that helps. > > My second question is if Reblogger 'counts' the total number of > comments I've had. I want to have a section in my 'about' page that keeps a real-time number of comments that I have (from the Reblogger comment system). Does anything in your code allow me to know the exact number of comments I've received across my whole site, and be able to post that number in real-time on a web page? > > I know these are toughies, so I apologize if I'm sounding ridiculous. Anyway, thanks again for such a great service, and hope to hear from you soon... > From reblogger-support@lists.jsoft.ca Mon Jul 19 23:23:12 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Mon, 19 Jul 2004 18:23:12 -0400 (EDT) Subject: [Reblogger-support] Re: reblogger problems In-Reply-To: References: Message-ID: <2965.192.168.1.3.1090275792.squirrel@jsoft.ca> Hi, to get rid of the border add this to the css in your blog template iframe { border-width: 0px; border-style: none; } Unfotunately, Internet Explorer ignores this, but any other browser should be fine. For your other two problems, please send me your blog template and your reblogger template as well as the css you want to add. The popup problem might be some other script in your template interfering with reblogger's javascript. Another user had the same problem a while ago, that was being caused by a flooble.com menu script. The script had a variable overriding the window.open() function. Jesse Malone > hello. my name is munin, i have an account at your reblogger site. ive > been > having problems with it. first of all, it wont open in a pop-up for me. i > pretty much gave up trying to get it to work with a pop up. > > secondly, i have a style sheet reblogger is linked to. it seems like it > doesnt read the css, only for the text area and imputs. i tried copying > the > css into the actual reblogger but it still didnt read most of it. > > thirdly, id really like to remove the frame border reblogger has when i > put > it on my site but i cant seem to find a way to do this. > > _________________________________________________________________ > Overwhelmed by debt? Find out how to ‘Dig Yourself Out of Debt’ from MSN > Money. http://special.msn.com/money/0407debt.armx > > > From reblogger-support@lists.jsoft.ca Wed Jul 21 02:48:14 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Tue, 20 Jul 2004 21:48:14 -0400 (EDT) Subject: [Reblogger-support] Re: reblogger problems In-Reply-To: References: Message-ID: <1069.192.168.1.4.1090374494.squirrel@jsoft.ca> ------=_20040720214814_83559 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi, I didn't wind up needing your username and password. The stylesheet problem is being caused by two missing '#' signs before the colors in the body part of style.css, the corrected file is attached. The window wasn't popping up because of the '<' and '>' characters in the string that was being passed to the rebloggerLink function(part of the comment link). Just change '' to plain and simple 'me'. I'll attach the modified me.php as well Jesse Malone > Okay. I think ive emailed you a zip file right now. it contains > header.txt, > me.php, footer.txt and style.css. style.css is the file ive tried getting > reblogger to link to. all of these files are also currently located at > http://munin.t35.com/nine. to see the page at my server, its the same > thing. > http://munin.t35.com/nine/me.php. > > mind you im using me.php as a test for this. i originally wanted reblogger > to be a popup but it didnt work for me, i dont know why. the pages in the > zip file and at the site are configured with the reblogger's iframe. if > you > can please tell me how i can format this to work for the popup version, id > be really thankful. > > the css file my reblogger is linked to is at > http://munin.t35.com/nine/style.css. id really appreciate it if you can > help > with the css problem and the popup problem. thank you so much for your > time > and your fast reply. > > ~munin > > > > >>From: reblogger@jsoft.ca >>To: "Raven Crow" >>CC: reblogger-support@lists.jsoft.ca >>Subject: Re: reblogger problems >>Date: Mon, 19 Jul 2004 18:23:12 -0400 (EDT) >> >>Hi, >> >>to get rid of the border add this to the css in your blog template >> >>iframe { >> border-width: 0px; >> border-style: none; >>} >> >>Unfotunately, Internet Explorer ignores this, but any other browser >> should >>be fine. >> >>For your other two problems, please send me your blog template and your >>reblogger template as well as the css you want to add. The popup problem >>might be some other script in your template interfering with reblogger's >>javascript. Another user had the same problem a while ago, that was being >>caused by a flooble.com menu script. The script had a variable overriding >>the window.open() function. >> >> >>Jesse Malone >> >> > hello. my name is munin, i have an account at your reblogger site. ive >> > been >> > having problems with it. first of all, it wont open in a pop-up for >> me. >>i >> > pretty much gave up trying to get it to work with a pop up. >> > >> > secondly, i have a style sheet reblogger is linked to. it seems like >> it >> > doesnt read the css, only for the text area and imputs. i tried >> copying >> > the >> > css into the actual reblogger but it still didnt read most of it. >> > >> > thirdly, id really like to remove the frame border reblogger has when >> i >> > put >> > it on my site but i cant seem to find a way to do this. >> > >> > _________________________________________________________________ >> > Overwhelmed by debt? Find out how to ‘Dig Yourself Out of Debt’ from >> MSN >> > Money. http://special.msn.com/money/0407debt.armx >> > >> > >> > > > _________________________________________________________________ > Don’t just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > ------=_20040720214814_83559 Content-Type: text/css; name="style.css" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="style.css" Body {font-family: verdana; font-size:11px; color:#598359; background-color:#EAEFE7; SCROLLBAR-FACE-COLOR: #D2E8C7; SCROLLBAR-HIGHLIGHT-COLOR: #598359; SCROLLBAR-SHADOW-COLOR: #598359; SCROLLBAR-3DLIGHT-COLOR: #EAEFE7; SCROLLBAR-ARROW-COLOR: #D2E8C7; SCROLLBAR-TRACK-COLOR: #EAEFE7; SCROLLBAR-DARKSHADOW-COLOR: #EAEFE7;} a:link {text-decoration:none; color:8BB98B; cursor:crosshair;} a:active {text-decoration:none; color:8BB98B; cursor:crosshair;} a:visited {text-decoration:none; color:8BB98B; cursor:crosshair;} a:hover {text-decoration:none; color:103810; cursor:crosshair;} .head {font-family: papyrus; font-size:15px; color:204F26; border-bottom: 1px dashed #669966;} .head2 {font-family: verdana; font-size:11px; color:84B86E; letter-spacing:2px; font-weight:bold;} table {font-family: verdana; font-size:11px; color:598359; text-align:justify; line-height:17px;} textarea { color : #598359; font-family : verdana ; font-size : 10px ; border : 1px solid #598359 ; background-color : #EAEFE7 ; width:150px; height: 50px;} input { color : #598359 ; font-family : verdana ; font-size : 10px ; border : 1px solid #598359 ; background-color : #EAEFE7 ; } ------=_20040720214814_83559 Content-Type: application/octet-stream; name="me.php" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="me.php" PD9waHAgaW5jbHVkZSgnaGVhZGVyLnR4dCcpOyA/Pg0KDQo8ZGl2IGNsYXNzPSJoZWFkIj5XaGF0 J3MgYmVoaW5kIHRoZSBtYXNrPC9kaXY+DQpOYW1lOiBNdW5pbjxicj4NCk5pY2tuYW1lczogTW9v LCBNb29jaGksIFNhbnRhIE1vbywgTWV3LCBLaXR0eSwgU2hvcnQgT25lLCBSaW5hcnUsIFJpbi1S aW4sIE1pbi1SaW48YnI+DQpBZ2U6IDE2LjU8YnI+DQpXZWlnaHQ6IDExNWxiPGJyPg0KSGVpZ2h0 OiA1JzA8YnI+DQpHcmFkZTogSnVuaW9yPGJyPjxicj4NCg0KRnJpZW5kcyAoaW4gbm8gc3BlY2lm aWMgb3JkZXIpOjxicj48YnI+DQoNCkZhdm9yaXRlIEZvb2Qocyk6IEl0YWxpYW4sIENoaW5lYXNl LCBjaG9jb2xhdGUvdmFuaWxsYSBwdWRkaW5nLCBTdHJhd2JlcnJ5IG1pbGtzaGFrZSwgKENoZWNr ZXJzKSBmcmVuY2ggZnJpZXMsIGNvcm5kb2csIEZyb3N0ZWQgRmxha2VzLjxicj4NCkxlYXN0IEZh dm9yaXRlIEZvb2Qocyk6IFNlYWZvb2QsIHBsYWluIHdoaXRlIHJpY2UsIHN1c2hpIChnb2VzIGFs b25nIHdpdGggc2VhZm9vZCksIG9saXZlcywgY2hlcnJpZXMuPGJyPg0KRmF2b3JpdGUgQm9vayhz KTogSW50ZXJ2aWV3IHdpdGggdGhlIFZhbXBpcmUsIFRoZSBLaWxsaW5nIEpva2UgKEJhdG1hbiBj b21pYykuPGJyPg0KTGVhc3QgRmF2b3JpdGUgQm9vayhzKTogUXVlZW4gb2YgdGhlIERhbW5lZC48 YnI+DQpGYXZvcml0ZSBNYW5nYShzKTogR3Jhdml0YXRpb24sIFBldHNob3Agb2YgSG9ycm9ycywg TWVnYXRva3lvLjxicj4NCkxlYXN0IEZhdm9yaXRlIE1hbmdhKHMpOiBDdXJyZW50bHkgdGhlcmUg YXJlIG5vbmUuPGJyPg0KRmF2b3JpdGUgU2hvcnQgU3RvcmllczogRmFsbCBvZiB0aGUgSG91c2Ug b2YgVXNoZXIsIFJlZCBEZWF0aC48YnI+DQpMZWFzdCBGYXZvcml0ZSBTaG9ydCBTdG9yaWVzOiBT YWJiYXRoIE1hbm9yLCBXaW5ncy48YnI+DQpGYXZvcml0ZSBXcml0ZXIocyk6IEVkZ2FyIEFsbGFu IFBvZSwgQW5uZSBSaWNlLCBSb2JlcnQgSm9yZGFuLjxicj4NCkxlYXN0IEZhdm9yaXRlIFdyaXRl cihzKTogQ3VycmVudGx5IHRoZXJlIGFyZSBub25lLjxicj4NCkZhdm9yaXRlIFNvbmcocyk6IChj dXJyZW50bHkgdGhleSBhcmUpIE1vb24gKHR1cm4gYSBndW5kYW0pLCBFdm9sdXRpb24gKEF5dW1p IEhhbWFzYWtpKS48YnI+DQpMZWFzdCBGYXZvcml0ZSBTb25nKHMpOiBFeWVzIG9uIG1lLCBPb3Bz IEkgZGlkIGl0IGFnYWluLjxicj4NCkZhdm9yaXRlIE11c2ljIEFydGlzdChzKTogQXl1bWkgSGFt YXNha2ksIFV0YWRhIEhpa2FydSwgS290b3JpLCBLaXJvcm8sIEV2YW5lc2NlbmNlLCBTeXN0ZW0g b2YgYSBEb3duLjxicj4NCkxlYXN0IEZhdm9yaXRlIE11c2ljIEFydGlzdChzKTogQnJpdG5leSBT cGVhcnMuPGJyPg0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPnJlYmxvZ2dlckxpbmso J21lJyk7PC9zY3JpcHQ+DQoNCg0KPD9waHAgaW5jbHVkZSgnZm9vdGVyLnR4dCcpOyA/Pg== ------=_20040720214814_83559-- From reblogger-support@lists.jsoft.ca Thu Aug 12 05:10:58 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Thu, 12 Aug 2004 00:10:58 -0400 (EDT) Subject: [Reblogger-support] Re: Reblogger Counting and Importing...? In-Reply-To: <87cb2bd6040807024275167115@mail.gmail.com> References: <87cb2bd60407110141497b9ca5@mail.gmail.com> <1239.192.168.1.3.1089693599.squirrel@jsoft.ca> <87cb2bd6040712223365458680@mail.gmail.com> <4165.65.92.11.211.1089719848.squirrel@jsoft.ca> <87cb2bd6040713093113b71080@mail.gmail.com> <1651.192.168.1.3.1089765403.squirrel@jsoft.ca> <87cb2bd6040713183626efa85a@mail.gmail.com> <1729.192.168.1.3.1089840071.squirrel@jsoft.ca> <87cb2bd6040807024275167115@mail.gmail.com> Message-ID: <4138.192.168.1.3.1092283858.squirrel@jsoft.ca> Hello, I have yet another question. I've been trying to jazz up my > template, but I'm having the hardest time. I'm trying to make > something similar to this: > > http://www.chromasia.com/cgi-bin/converse.cgi?entry_id=509 > > But obviously WITHOUT the first part (info about the photo, EXIF data, > etc). I'm just interested in the comment section. How does he make > every comment indent itself (as if he's using the TAB key?), and how > does one make the solid line after every comment? How does he make the > 'insert your comment' section look like that? > > Overall, can this be done with Reblogger? I am having the hardest time > doing this. Is there any way you can make this an available template? Try this in your reblogger template:
--whatever code was here before--
> > > And also, once I change my template, will the other 900+ comments I > have on the site change to match this new template? TIA! > Not until version 3.0 is out. For now comments are "sticky". (the appearance of the comment won't change after it is posted, even after template changes). 3.0 will bring about huge changes in how comments are stored, meaning no more sticky comments. I don't anticipate having any problem coming up with a conversion tool to unstickify old comments. At present all of version 2.2 except the import function is ready. I had intended to use an existing XML parser that would make importing a breeze, but, some of it is in C and would need to be compiled by anyone wanting to install reblogger. That's bad, so I've had to start writing my own parser specifically for CAIF. Jesse From reblogger-support@lists.jsoft.ca Sat Aug 14 20:16:40 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Sat, 14 Aug 2004 12:16:40 -0700 Subject: [Reblogger-support] Problem with reblogger and IE Message-ID: <411E6518.5030102@malakin.com> Helping a friend get their comments working again in IE. If you go to this webpage here in IE: http://deviantgoddess.diary-x.com/journal.cgi?entry=20040811 You'll find it gives an error when you click on comments to make a comment. (Tested with IE 6.0.2800.1106 and 6.0.2900.2180) (Works fine in any other browser I tested) If you save what http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=load&user=deviantgoddess spits out at you as a file I found at the bottom if you edit this line: window.open(source,"Reblogger"+item,"width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); So it looks like this: window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); (removing the +item) It starts working. Seems like a bug in IE as far as I can tell and it must be fairly new since people have only recently complained about it. I don't see any way to fix this from the users end. -Jason From reblogger-support@lists.jsoft.ca Fri Aug 27 22:52:21 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Fri, 27 Aug 2004 17:52:21 -0400 (EDT) Subject: [Reblogger-support] Problem with reblogger and IE Message-ID: <3402.192.168.1.3.1093643541.squirrel@jsoft.ca> Hi, Sorry for the (extreme) lateness of my reply. I've been bogged down with work for that last while. Yes, one other person has had this problem that I know of. They had '<' and '>' characters in the string being to rebloggerLink() (which gets placed in 'item'). IE is seems to be picky about characters used in window names. In your freind's case its probably the ':' in the timestamp being passed to rebloggerLink(). The variable 'item' is where the string passed to rebloggerLink resides. I included 'item' in the window name so that each comment thread would open in its own window. I will come up with a different way to achieve this in reblogger 2.2. For now your fix is exactly the right thing to do. Thankyou for pointing this out, Jesse Malone > Helping a friend get their comments working again in IE. > > If you go to this webpage here in IE: > http://deviantgoddess.diary-x.com/journal.cgi?entry=20040811 > > You'll find it gives an error when you click on comments to make a comment. > (Tested with IE 6.0.2800.1106 and 6.0.2900.2180) > (Works fine in any other browser I tested) > > If you save what > http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=load&user=deviantgoddess spits out at you as a file I found at the bottom if you edit this line: > > > window.open(source,"Reblogger"+item,"width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); > > So it looks like this: > window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); (removing the +item) > > It starts working. > > Seems like a bug in IE as far as I can tell and it must be fairly new since people have only recently complained about it. > > I don't see any way to fix this from the users end. > > -Jason > > > > > > > > _______________________________________________ > Reblogger-support mailing list > Reblogger-support@lists.jsoft.ca > http://lists.jsoft.ca/listinfo/reblogger-support > > From reblogger-support@lists.jsoft.ca Mon Sep 6 07:59:35 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Mon, 6 Sep 2004 02:59:35 -0400 (EDT) Subject: [Reblogger-support] Re: change email on reblogger account? In-Reply-To: <45c09f59040905153431d60a25@mail.gmail.com> References: <45c09f59040905153431d60a25@mail.gmail.com> Message-ID: <1147.192.168.1.4.1094453975.squirrel@jsoft.ca> Hi, If you have email notifacation enable, click on "Disable email notification", then re-enable it by clicking on "Enable email notification". It will ask you for an email address. Otherwise, just click "Enable email notification". Jesse Malone > Hi, I've been using reblogger for a year plus with Blogger and am > losing the email address my comments come to. I can't find a place to > change my account's email after I log in. How do I do this? > thanks > Beth > > From reblogger-support@lists.jsoft.ca Thu Sep 30 16:01:05 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: 30 Sep 2004 11:01:05 -0400 Subject: [Reblogger-support] Re: Comment box size In-Reply-To: References: Message-ID: <1096556468.1658.13.camel@JSoft> hi, In your reblogger template, replace <*fcomment*> with . You can set cols and rows to whatever value you want to get the right size. You can do the same for the input boxes, here's the code for them: <*fname*>: <*email*>: <*homepage*>: Change "size" to whatever size you want. You can also change maxlength if 30 characters aren't enough. Jesse On Thu, 2004-09-30 at 08:10, Gerkin, Sr., James wrote: > Hi, > I have a comment box on my blog and I want to make the comment box bigger. > I am using the blogger service and I went through the set up. Now I can not > figure out how to make the box wider. > The screen shot below shows the box I have. How do I get the input boxes > wider? > Thanks, > Jim Gerkin > > <<...OLE_Obj...>> From reblogger-support@lists.jsoft.ca Thu Oct 7 14:34:41 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Thu, 7 Oct 2004 19:04:41 +0530 Subject: [Reblogger-support] Reblogger Message-ID: <344A7E17732B82545B3DF6744C56E79C@fairyqueen3.care2.com> Hello, I am setting up my reblogger template and shall be using it with blogger. Is there any way to put some space between the name and the website address? I can't edit or manipulate the '*name*' code and no matter what I do, it's always in this format - 'Posted by Kavi(www)' without the space in between. I'd also like to change the text of the website url from 'www' to something else? Is this possible? Thanks. Kavi Care2 Mail is new and improved - 100MB free storage! http://www.care2.com/go/z/100MB From reblogger-support@lists.jsoft.ca Sat Oct 23 23:53:49 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Sat, 23 Oct 2004 15:53:49 -0700 (PDT) Subject: [Reblogger-support] reblogger date/time stamp Message-ID: <20041023225349.15145.qmail@web13702.mail.yahoo.com> --0-1995771584-1098572029=:13270 Content-Type: text/plain; charset=us-ascii This is probaby a dumb question, but I don't know how to fix it. The date is slightly wrong. The number and time are right, but the month is one ahead. It says it is November instead of October. Thanks in advance for info, -Sarah --------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! --0-1995771584-1098572029=:13270 Content-Type: text/html; charset=us-ascii
This is probaby a dumb question, but I don't know how to fix it.
 
The date is slightly wrong. The number and time are right, but the month is one ahead. It says it is November instead of October.
 
Thanks in advance for info,
 
-Sarah


Do you Yahoo!?
vote.yahoo.com - Register online to vote today! --0-1995771584-1098572029=:13270-- From reblogger-support@lists.jsoft.ca Wed Oct 27 19:24:52 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Wed, 27 Oct 2004 16:24:52 -0200 Subject: [Reblogger-support] Problems with reblogger Message-ID: I=B4m having some problems with the date at reblogger. It=B4s October, 27th and the reblogger shows the date: November 27th. Carolina. From reblogger-support@lists.jsoft.ca Thu Nov 11 16:49:40 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Thu, 11 Nov 2004 16:49:40 -0000 Subject: [Reblogger-support] Displaying IP Adress of author Message-ID: Good afternoon, I would like to know if it is possible to display the IP adress of the ones who post comments. That information is, I belive, somewhere in the database, as it appears when one is about to delete an unwanted comment. The thing is that there is no special tag for it, as there is for mail or author. Eg: <*ip*> Is there any way to work around this issue? Thanks ginger ale From reblogger-support@lists.jsoft.ca Wed Nov 17 10:53:14 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Wed, 17 Nov 2004 10:53:14 +0000 Subject: [Reblogger-support] the date is a month out Message-ID: Is it just me or is the date wrong everywhere? My comments are reg'd as december 17th rather than november 17th. (also could you let me know if you ever delete comments once in a while and if you do, how often?) Thanks. Vit member since yesterday. From reblogger-support@lists.jsoft.ca Mon Dec 20 23:24:56 2004 From: reblogger-support@lists.jsoft.ca (reblogger-support@lists.jsoft.ca) Date: Mon, 20 Dec 2004 18:24:56 -0500 (Eastern Standard Time) Subject: [Reblogger-support] Maximum number of users Message-ID: <41C75F48.000026.00840@ROB> --------------Boundary-00=_KPN1LHG2QL8000000000 Content-Type: Multipart/Alternative; boundary="------------Boundary-00=_KPN1GSK2QL8000000000" --------------Boundary-00=_KPN1GSK2QL8000000000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Tried to sign up for ReBlogger, got the error message that states. "Maxim= um number of users on this server".=0D =0D Reg Hardy --------------Boundary-00=_KPN1GSK2QL8000000000 Content-Type: Text/HTML; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Tried to sign up for ReBlogger, got the error message that states. "= Maximum number of users on this server".
 
Reg Hardy
 
3D"Add== --------------Boundary-00=_KPN1GSK2QL8000000000-- --------------Boundary-00=_KPN1LHG2QL8000000000 Content-Type: Image/jpg; name="BackGrnd.jpg" Content-ID: <9622A07A-2F29-469C-94E0-BA9D75FF6EA6> Content-Transfer-Encoding: base64 /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAHbAAAC1gAABZX/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIAGUAcwMBIgACEQEDEQH/ xACAAAEBAQEAAAAAAAAAAAAAAAAAAQIGAQEBAAAAAAAAAAAAAAAAAAAAARABAAICAwEAAgMAAAAA AAAAAQARIQIxQRIiQDIQMFARAAICAgIBBAIDAQEAAAAAAAERACExQVFhcYGRobECEsHhMtHxEgEA AAAAAAAAAAAAAAAAAABQ/9oADAMBAAIRAxEAAADtRZYE1ASghQFgUZoCkKSwLmhcllAEqkSkqFAl hUomoAS3IoJqFlDNpFEAQFE1AIVYAWIVKAJRNZpYCwVmmshKACA0CBAUCBYGwf/aAAgBAgABBQD8 B/yP/9oACAEDAAEFAPz6/or8H//aAAgBAQABBQC2+ZeHjbD+saX6hwXeDW1Rg4xLLTa+m7ZiIEsI 1MTiHP1dYpvFADiFM1/X6nq9byuwdPPz5oFofWlEMQ9ULKrWq2ppG9Y2J6INQma9lVTRdlUKgHzX XSEECw1SYu5WsGoJPkisZYpx31GvXZQ/JM3VwShzVTsp1EZbBI8LcaUSih86+s2Zl4Wp6+lAZnVs Dkjdku5m+lJTdXDG2SHM9M2wKX1YxsaZTTwmoVrYnqsMrM652yjs01K0mtbGAz6Y5dpfqNz06qpq 5QNjiIjiZtbhtceNuf0jyeqGgu6rXMvI4omPWbPMYzEfMI+axHnFvOP4/9oACAECAgY/AGP/2gAI AQMCBj8AY//aAAgBAQEGPwB72Yucb1BfIhFEaeZ+xRXFQELN+HEUQdjU0Xn4g9gRCQcpw1yajGYs P/kFvUzvjUBWrIMFHI2OJQNEAjiEEFdTmfG/MTHq5RFOnpTV3kzCBx7x4YOD1AV5uYJvnqMA0hep jfwpYCwC4Bx3q55zeZRBCw9TkoIuHw78RdczSNH2mgqcLpRC+RASAkA3B13mcYd5mR84c/yOx4lW tRAZ6mGDhiP9WgXVyhWA+xDgMOWGMsTg/wBTz8SjjXrP8hHIlX1MZ6mDzgc/cIV/iyN1GBR0MQMK jnEzvvMz8mUkErKlfqU63iV+IKNH7mNZBLFQEpEDeDOV32IVn8WR4caoywqI2p695mbZzNUQIcKf k0bo+0NpCqn7CiQiNGXkdQen1DpjGeZ7WNw3pK+I93maCPc16+Zkf6XxMCsFwAkaiIB57vc/IAhZ /HqZBBbB0ZokAEOGxsYqBgPp8agQBu4VSMJdqx6SwDsGBrTmAR93uZGX6KePowEADAIjoX8gw459 CICaW/MLGvodQfkDW71zBxRHtB3j3jC4PMIYoAgKNfPMCQNN7jCzvlzXPopzhQvNZY3CRya9ZrEF fRE0iCB5mscZuVYfKmAi94uE3Q8qfytQ7xD0svmFcmaxNPI8iMjh3pmF2HbzqeUi+YkiD/MrOl5L mbwPuWVfmXpv3hDH8qAjPpiZHXkRnSd6ZhB53mejzKV6US0K9TCCLyCeIhtETX5MsHBGJkD/ANiF kMCE2qGoCdZ8Q8AMGpYFqEhdhRIYH3CF3d1M/Mexma+4CwdQ2Ddcx0exAlmj04QUQd8QWLB/iB5G xmEg5TENVZqPYzFV8eHAy9T/AEc8a4n3Ov6g/VwvE6lpQ4VNysXzhS8esOO8w/rlF/rypjV3B5H1 Knr8T//Z --------------Boundary-00=_KPN1LHG2QL8000000000--