Search found 53 matches

by gotchi
Mon May 21, 2007 11:16 pm
Forum: General discussions
Topic: [FREQ] Disabling hotlinking + media issues
Replies: 12
Views: 8640

http://surprisehighway.com/blog/2006/02 ... nking_and/

found a solution to blog special sites to prevent hotlinking
it works and now I am able handle it like I wanna do - free as in internet ;)
by gotchi
Mon May 21, 2007 10:58 pm
Forum: General discussions
Topic: [FREQ] Disabling hotlinking + media issues
Replies: 12
Views: 8640

I have not problem with the freedom of internet and everybody is allowed to copy my information oder link to it.

but if people are linking pictures directly to my webspace - nobody of them pays my bandwith costs.
thats the only thing

thats also the reason why I store pictures of other sites on my ...
by gotchi
Sat May 19, 2007 2:42 am
Forum: General discussions
Topic: [FREQ] Disabling hotlinking + media issues
Replies: 12
Views: 8640

i tested the stuff with three different browser opera, safari and firefox - same thing with every browser

and in the acutall file a deletet the # - otherwise it would be a comment in a htaccess file.

so thats not the problem ;)
why does s9y doesnt offer the feature of hot linking for users via a ...
by gotchi
Thu May 17, 2007 3:16 pm
Forum: General discussions
Topic: [FREQ] Disabling hotlinking + media issues
Replies: 12
Views: 8640

ok I tried

#RewriteEngine on
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !^http://(www\.)?gotchi.at/.*$ [NC]
#RewriteRule \.(gif|jpg|png|jpeg)$ http://www.gotchi.at/visit_gotchi_at.png [R,L]


the effect was, that all images also the images linke from my domain to my domain got ...
by gotchi
Sun Apr 29, 2007 10:38 pm
Forum: Plugins
Topic: Howto write a plugin?
Replies: 4
Views: 3169

ok, perhaps you are right
in case of this - I will stick to the docs and existing plugins to build my own one ;)
by gotchi
Fri Apr 27, 2007 2:59 pm
Forum: Plugins
Topic: Howto write a plugin?
Replies: 4
Views: 3169

on my searching tour I found your mentioned docs.
the problem is - how many free time programmers are able to read this sort of documentation.

a lot of stuff described there, events, methods etc. etc.
taking an existing plugin is nice, but in my opinion there should be a howto which describes the ...
by gotchi
Fri Apr 27, 2007 9:54 am
Forum: Plugins
Topic: Howto write a plugin?
Replies: 4
Views: 3169

Howto write a plugin?

Hi

I googled a little bit, searched on the s9y.org homepage and after all I wasn't able to find out how to code a plugin.
In case of this, it's no wonder why most of the plugins were written by a few people.

So, what I wanna do is write a sidebar plugin, is there a easy way or a good howto who ...
by gotchi
Thu Nov 09, 2006 12:05 am
Forum: Bugs
Topic: Trouble getting Technorati to craw and update your blog?
Replies: 28
Views: 26522

my solution was to write a mail to technorati
5 days later they modified their crawler and now everything is working.
by gotchi
Fri Nov 03, 2006 1:00 pm
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

hmm, ok
ok does it mean that there is a wrong lib inside the s9y installation or do you mean a wrong lib on the server.

the problem is I dont have a lot of expirience with pear stuff but I can look on the server, can try to reinstall s9y perhaps ther went something wront with an update or spartacus ...
by gotchi
Fri Nov 03, 2006 12:48 pm
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

ok I will try to setup an account

but befor
if I configure the rpc connection for blogging whicht links I have to add
most programms only ask for one link

is it correct wenn I put in this link?
http://blog.gotchi.at/serendipity_xmlrpc.php

or should I take another one, I wasnt able to find a ...
by gotchi
Thu Nov 02, 2006 11:36 pm
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

ok, i know that blog.gotchi.at is only a domain name ;)

nervertheless find says rpc.php is laying here
./bundled-libs/XML/RPC.php
./plugins/serendipity_event_xmlrpc/PEAR/XML/RPC.php

thanks
by gotchi
Thu Nov 02, 2006 4:18 am
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

sorry for waiting

so - ok - what I wanna ask first if it is correct when I set the path for blogging with any program to
blog.gotchi.at/serendipity_xmlrpc.php

or should I have set the path to an other location? cause also in the bundle directory for the xmlrpc stuff is I file called like the one ...
by gotchi
Tue Oct 24, 2006 2:58 am
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

ok next try
both code samples give me the same output, I made the chances in the normal config file not the local
$serendipity['use_PEAR'] = false;

if (!isset($serendipity['use_PEAR'])) {
$serendipity['use_PEAR'] = true;
//$serendipity['use_PEAR'] = false;
}


>>> use_pear:
---
New Include ...
by gotchi
Mon Oct 23, 2006 3:16 am
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

Bwah! There have been other people with similar problems, and that's why the 'use_PEAR' variable is there. Of course, it generally indicates a poorly configured server.

that's a hard judgement ;) - a poorly configured server
ok what can I change on the server configuration that my server is in ...
by gotchi
Thu Oct 19, 2006 5:33 am
Forum: Bugs
Topic: Bug with xmlrpc plugin
Replies: 34
Views: 19811

I put the info $serendipity['use_PEAR'] into the serendipity_config_local.inc.php.
I also updated today to the ne beta 5 version - same problem ;)

output with no settings in the config:
>>> use_pear: 1
---
New Include Path: .:/usr/share/php:/usr/share/adodb:/home/noble/www/sub_blog/bundled-libs ...