Search found 16 matches

by vinman
Mon May 22, 2006 4:16 pm
Forum: Installation
Topic: truble intigrating into site
Replies: 11
Views: 6934

I am still having the same problem.

I am using the code up above as you (Garvin) suggested.

I get a blank page....but maybe this is why:

if I type
www.mysite.com/serendipity

I get the blank page

if I type

www.mysite.com/serendipity/index.php

I get the blog.

Perhaps this is why it is showing ...
by vinman
Thu May 04, 2006 4:30 am
Forum: Development
Topic: Embedding Problem
Replies: 10
Views: 12480

Disable Comments and Trackbacks

Since my spam has become an epidemic and I cannot get the latest s9y to work embedding-wise, I need to completely disable comments and trackbacks.

Didn't want to do that, but sadly, it's necessary.

So how do you DISABLE comments and trackbacks completely?

TIA
by vinman
Sat Apr 22, 2006 5:36 am
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Garvin,

I read the threads. The first, although the code may have differed slightly, was the same problem - either a blank page or double output.

After reading the second one, I'm now more confused than before with no clear cut way of which to go. Perhaps you should 'merge" these three threads so ...
by vinman
Fri Apr 21, 2006 7:24 pm
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

still blank

php is the latest, 5
by vinman
Thu Apr 20, 2006 7:50 pm
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Garvin,
Back to a blank page.

a.php is the same as before and it was copied to the serendipity directory.

serendipity/wrapper.php is

<?php

chdir('/www/mysite/htdocs/serendipity/');
require("index.php");
chdir('/www/c/htdocs/');
$serendipity_contents = ob_get_clean();
//ob_end_clean();
?>

I ...
by vinman
Thu Apr 20, 2006 6:14 pm
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Garvin,
Ok, I got something going on now, but I'm doing something wrong.

Take a look at

www.cybermidi.com/a.php

There are 2 instances of Serendipity now running. Close but no cigar.

Here's the code and setup

1. a.php in root directory contains


require("/www/c/mysite/htdocs/serendipity ...
by vinman
Thu Apr 20, 2006 3:21 pm
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Absolutely nothing in the logs.

I'm giving up.
by vinman
Thu Apr 20, 2006 12:52 am
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Garvin,
Again, I figured I would give it another shot, this time doing a fresh install. Still getting blank page.

Default.php in root directory contains this code on the top:

<?php
require("serendipity_wrapper.php");
?>

Down further where I want the content is:


<?php
echo $serendipity_contents ...
by vinman
Wed Apr 19, 2006 4:16 am
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

ok, I'll give it one more shot.

But please, if I edit the smarty templates, what is the code to
use to embed s9y on my default.php page?

Is it a php include?

default.php is main page in root directory

serendipity is installed in a subdirectory

I've been searching the forums and I've seen a lot ...
by vinman
Tue Apr 18, 2006 4:13 pm
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Re: Trackback Spam

Garvin,
would this update work with 0.7.1 (since I am unable to update) ?


quote="garvinhicking"]You can configure your spamblock plugin to filter by those www.msn.com URLs or by authorname...also read http://blog.s9y.org/archives/122-Spambl ... ments.html

Regards,
Garvin[/quote]
by vinman
Tue Apr 18, 2006 6:29 am
Forum: General discussions
Topic: Trackback Spam
Replies: 17
Views: 12599

Trackback Spam

I've been getting deluged with spam. I don't understand how it is being done, or what it is accomplishing, if anything at all. How is this
trackback spam being sent and from where? And how does it come from different ips all within a short period of time?

[2006-04-17 19:34:35] - [MODERATE: Auto ...
by vinman
Sat Apr 15, 2006 5:24 pm
Forum: Installation
Topic: BLANK - Then Errors on upgrade
Replies: 8
Views: 4997

That's another area where i don't have a clue :(
by vinman
Sat Apr 15, 2006 4:41 pm
Forum: Installation
Topic: BLANK - Then Errors on upgrade
Replies: 8
Views: 4997

I simply do not understand this embedding stuff. I will need to roll back to 0.7.1 and find another solution.
by vinman
Sat Apr 15, 2006 5:16 am
Forum: Installation
Topic: BLANK - Then Errors on upgrade
Replies: 8
Views: 4997

Here's a shortened version of the default file which won't work


<?php
if (!preg_match('@/plugin/@', $_SERVER['REQUEST_URI'])) {
include("/www/c/cybermidi/opencon.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 Transitional//EN">
<html>
<head>

</head>

<BODY>

<div align="center">
YADA ...
by vinman
Fri Apr 14, 2006 5:00 am
Forum: Installation
Topic: BLANK - Then Errors on upgrade
Replies: 8
Views: 4997

Garvin,
I sent you the entire default.php by PM.

I hope you can determine the problem

thanks