Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > Search Forums

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: dan1el
Forum: Lounge 06-13-2007, 06:52 PM
Replies: 3
Views: 1,060
Posted By dan1el
Consider the D80, also.

Consider the D80, also.
Forum: Photo and Website Critique 04-14-2007, 07:28 PM
Replies: 5
Views: 646
Posted By dan1el
Thank you for your comment :)

Thank you for your comment :)
Forum: Lounge 04-11-2007, 03:30 PM
Replies: 604
Views: 110,733
Posted By dan1el
I'll leave my site here as well: - Daniel...

I'll leave my site here as well:


- Daniel Forsbakk Photoblog (http://danielforsbakk.com)


:)
Forum: Photo and Website Critique 04-11-2007, 03:28 PM
Replies: 6
Views: 715
Posted By dan1el
You have some very nice photos there! The image...

You have some very nice photos there! The image from Hidden Treasure (Halong Bay, Vietnam) really stands out. I see you have several shots where the horizon isnt straight, including the "Hidden...
Forum: Photo and Website Critique 04-11-2007, 03:20 PM
Replies: 5
Views: 646
Posted By dan1el
danielforsbakk.com (images)

Hi there.

I was just wondering what you guys and girls think of my images... Here are three images which I am very proud of:

http://danielforsbakk.com/index.php?showimage=124
...
Forum: Pixelpost Help 08-31-2006, 12:36 PM
Replies: 0
Views: 643
Posted By dan1el
Give us your Black List and Referer Banned List!

In order to fight as much spam as possible, I thought it might help if we all collected banned words and such.

Well, here is mine

tramadol
wholesale
valium
buy
-online
adipex
Forum: Addons 08-14-2006, 05:48 PM
Replies: 166
Views: 25,858
Posted By dan1el
Shouldnt each letter/numer be different sized...

Shouldnt each letter/numer be different sized with different color? It very easy for the spammer robots to exclude the yellow background and only read the black letters....
Forum: Pixelpost Help 08-13-2006, 03:58 PM
Replies: 8
Views: 848
Posted By dan1el
I had up to 50 spam comments a day. That's bad!...

I had up to 50 spam comments a day. That's bad! What about entering a "code" before each comment? Where the code is inside an image...
Forum: Pixelpost Help 08-13-2006, 03:47 PM
Replies: 8
Views: 848
Posted By dan1el
Is the spam-issue solved in PIxelpost 1.5 final?...

Is the spam-issue solved in PIxelpost 1.5 final? I had the RC before.
Forum: Pixelpost Help 06-21-2006, 01:14 AM
Replies: 5
Views: 1,469
Posted By dan1el
Well. All I added was a && ($_POST['submit']) to...

Well. All I added was a && ($_POST['submit']) to the comment-checking along with all the other stuff, and it helped alot.

I had even disabled the input-forms, and I still got spam. Cross-site...
Forum: Pixelpost Help 06-18-2006, 07:26 PM
Replies: 5
Views: 1,469
Posted By dan1el
Pixelpost must check for $_POST !

After getting INSANE ammounts of spam, I found a flaw. Pixelpost doesn't check for POST when it processes comments, only GET.

When I changed this, spam decreased A LOT.
Forum: Photo and Website Critique 03-23-2006, 01:42 PM
Replies: 13
Views: 1,728
Posted By dan1el
I can upload a color version as well.. if...

I can upload a color version as well.. if anyone's interesed...
Forum: Photo and Website Critique 03-21-2006, 01:39 PM
Replies: 13
Views: 1,728
Posted By dan1el
Thanks. In case you are wondering, the font is...

Thanks. In case you are wondering, the font is Myriad Pro Light.
Forum: Photo and Website Critique 03-21-2006, 12:39 PM
Replies: 13
Views: 1,728
Posted By dan1el
Feedback on my photoblog

Hi.

I was just wondering what you guys (and girls) thought about my image

Its located at
http://photoblog.dan1el.net/index.php?showimage=83


Thanks in advance,
Daniel.
Forum: Pixelpost Help 11-03-2005, 11:47 AM
Replies: 8
Views: 1,346
Posted By dan1el
I could, but im lazy. :)

I could, but im lazy. :)
Forum: Pixelpost Help 11-01-2005, 02:01 PM
Replies: 8
Views: 1,346
Posted By dan1el
Got it working. Correct code: <?php ...

Got it working.

Correct code:

<?php

require("./photoblog/includes/pixelpost.php");
require("./photoblog/includes/functions.php");

start_mysql();
Forum: Pixelpost Help 11-01-2005, 01:46 PM
Replies: 8
Views: 1,346
Posted By dan1el
I tried this: <?php ...

I tried this:

<?php

require("./photoblog/includes/pixelpost.php");
require("./photoblog/includes/functions.php");

start_mysql();
$cdate = $datetime;
$row = sql_array("select * from...
Forum: Pixelpost Help 11-01-2005, 01:33 PM
Replies: 8
Views: 1,346
Posted By dan1el
How to "Get latest image" on external site

Hi.

I would like to fetch the latest image and put on my website. I have the photoblog in /photoblog/ but I want the picture in the root.

Like this:
"Latest image in my photoblog:"

Perhaps...
Forum: Pixelpost Help 08-18-2005, 07:58 PM
Replies: 8
Views: 1,139
Posted By dan1el
Im using PP 1.4.2.

Im using PP 1.4.2.
Forum: Pixelpost Help 08-18-2005, 07:51 PM
Replies: 8
Views: 1,139
Posted By dan1el
Okay, the problem was that <IMAGE_CATEGORY> had...

Okay, the problem was that <IMAGE_CATEGORY> had links. Still, that is irrelevant.

The PROBLEM is an XML-parsing error:
title='A broken arm doesn't stop me'

the ' in doesn't is making problems....
Forum: Pixelpost Help 08-18-2005, 07:47 PM
Replies: 8
Views: 1,139
Posted By dan1el
From my template: <a...

From my template:
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE> | <IMAGE_DATETIME> | <IMAGE_CATEGORY>" /></a>
Forum: Pixelpost Help 08-18-2005, 07:24 PM
Replies: 8
Views: 1,139
Posted By dan1el
Problem with ATOM feeds

There is an XML parsing error here:
http://www.dan1el.net/photoblog/?x=atom

How to fix?
Forum: Pixelpost Help 08-09-2005, 11:17 PM
Replies: 4
Views: 934
Posted By dan1el
I guess it must have something to do with this: ...

I guess it must have something to do with this:

if(!$_GET['popup']) {
echo "<a href='index.php?popup=comment&amp;showimage=$parent_id'>$lang_comment_redirect</a>";
} else {
echo...
Forum: Pixelpost Help 08-09-2005, 11:08 PM
Replies: 4
Views: 934
Posted By dan1el
Btw, this is the site: ...

Btw, this is the site:

http://dan1el.net/photoblog/index.php?showimage=76
Forum: Pixelpost Help 08-09-2005, 11:07 PM
Replies: 4
Views: 934
Posted By dan1el
Question Redirected to wrong place after commenting

Hi.

I just upgraded to Pixelpost 1.4.2 and I have a problem. After people have commented, they will see the white usual page, but the link sends my users to the PICTURE instead of the other...
Showing results 1 to 25 of 25

 

All times are GMT. The time now is 04:09 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs