Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dominion

Pages: [1]
1
Discussion & Troubleshooting / Re: GMX and AOL
« on: June 28, 2005, 05:19:49 AM »
Hi, also es geht nun, es liegt nicht an AOL das die blocken, ihr müsst auf eurem Hoster sagen er möchte einen Reverse DNS Eintrag machen, dann gehen die eMails auch raus.
So klappt es bei mir jedenfalls.

2
Discussion & Troubleshooting / Re: GMX and AOL
« on: June 25, 2005, 01:55:22 PM »
also ich habs nur bei aol so, nun muss ich bei der anmeldung nen AOL OUT satz bringen ;(

3
Discussion & Troubleshooting / Re: GMX and AOL
« on: June 25, 2005, 01:36:19 PM »
mhh einer ne Lösung?

Bei mir sind die Mails immer im Augang von sendmail und dahinter steht: Deferred: Bad file descriptor.
Das nervt das sich keine AOL leute anmelden können.

pls help!

4
ja suche das auch, wäre nett wenns mal einer umcoden könnte.

5
Plugins / Re: [Plugin] Modified postcard viewer
« on: April 15, 2005, 08:02:38 AM »
More Postcard Details? very nice, use it!  :lol:


Code: [Select]
<?php // PLUGIN_TITLE: modified Postcard Viewer 

$nozip 1
define('IN_CP'1); 

$root_path "./../../"
define('ROOT_PATH'$root_path); 
require(
ROOT_PATH.'admin/admin_global.php'); 
show_admin_header(); 

function 
display_results() { 
  global $site_db

  $sql "SELECT * 
          FROM "
.POSTCARDS_TABLE." p, ".IMAGES_TABLE." i 
          WHERE p.image_id = i.image_id
          ORDER BY postcard_date DESC"

  $result $site_db->query($sql); 
  while($row $site_db->fetch_array($result)){ 
    $postcard_id $row["postcard_id"]; 
    $postcard_date date("D d M, Y g:i a"$row["postcard_date"]); 
    $image_id $row["image_id"];
    $image_name $row["image_name"]; 
    $image_thumb_file $row["image_thumb_file"]; 
    $cat_id $row["cat_id"]; 
    $postcard_headline $row["postcard_headline"]; 
    $postcard_message $row["postcard_message"]; 
 
    
    $postcard_sender_name 
$row["postcard_sender_name"]; 
    $postcard_sender_email $row["postcard_sender_email"]; 
    $postcard_recipient_name $row["postcard_recipient_name"]; 
    $postcard_recipient_email $row["postcard_recipient_email"]; 
    
    $cat_id 
$row['cat_id'];
    $pict_id get_media_code($row['image_media_file'], $image_id$cat_id$row['image_name']);
    $image_media_file get_media_code($row['image_media_file'], $image_id$cat_id$row['image_name']); 
    $template TEMPLATE_PATH
    
    
echo 
          
<font color=\"#000000\" size=\"1\"><br></td>
   </tr>
</tbody>
</table></td>
   </tr>
</tbody>
</table><br>
        <table border=\"1\" width=\"100%\">
                <tr>
                        <td height=\"15\" width=\"119\" align=\"center\" bgcolor=\"#E5E5E5\">
                        <p align=\"center\"><b>DATE</b></td>
                        <td height=\"15\" width=\"148\" align=\"center\" bgcolor=\"#E5E5E5\"><b>SENT TO</b></td>
                        <td height=\"15\" width=\"158\" align=\"center\" bgcolor=\"#E5E5E5\"><b>BY</b></td>
                        <td height=\"15\" width=\"286\" align=\"center\" bgcolor=\"#E5E5E5\"><b>POSTCARD</b></td>
                </tr>
                <tr>
                        <td height=\"21\" width=\"119\" align=\"center\" bgcolor=\"#F5F5F5\">
                        <font color=\"#000000\" size=\"2\" face=\"Tahoma\" >
$postcard_date</td>
                        <td height=\"21\" width=\"148\" align=\"center\" bgcolor=\"#F5F5F5\">
                        <font face=\"Tahoma\">  <font color=\"#000000\" size=\"2\" >
                        
$postcard_recipient_name</font><font size=\"2\"><br>  </font>  <font color=\"#000000\" size=\"1\" >
                <a href=\"mailto:
$postcard_recipient_email\">
                        <font color=\"#000000\" size=\"2\">
$postcard_recipient_email</a></font></td>
                        <td height=\"21\" width=\"158\" align=\"center\" bgcolor=\"#F5F5F5\">
                        <font face=\"Tahoma\"><font color=\"#000000\" size=\"2\">
                        
$postcard_sender_name</font><font size=\"2\"><BR> </font>
                        <font color=\"#555555\" size=\"2\" ><a href=\"mailto:
$postcard_sender_email\">$postcard_sender_email</a></font></font></td>
                        <td height=\"21\" width=\"286\" align=\"center\" bgcolor=\"#F5F5F5\"><font color=\"#000000\" size=\"1\">
                        <font color=\"#555555\" size=\"2\" face=\"Tahoma\" >
<a href=\"../../postcards.php?postcard_id=
$postcard_id\" target=\"_blank\"><b>$image_name</b></a> (<a href=\"../../details.php?image_id=$image_id\" target=\"_blank\">ID: $image_id</a>)<br>
<a href=\"../../postcards.php?postcard_id=
$postcard_id\" target=\"_blank\"><img src=\"../../data/thumbnails/$cat_id/$image_thumb_file\" alt=\"$image_name\" width=\"140\" height=\"110\" border=\"0\"></a><br>
<b>Titel:</b> 
$postcard_headline<br>
<b>Nachricht:</b> 
$postcard_message


</font></font><font color=\"#000000\" size=\"2\" face=\"Tahoma\"> </a>
                         </td>
                </tr>
        </table>\n"
;
END;  


display_results(); 
show_admin_footer(); 
?>


6
joa daran hab ich auch gedacht, aber so ein Umdenker bin ich auch wieder nicht, vieleicht hat jemand sowas schon gemacht oder kann es schnell abändern?  :D

7
Hello,

is there a possibility to vote for the picture without a complete page-refresh?

Hallo,

gibt es eine möglichkeit das nach dem Bewerten die Seite nicht komplett neu lädt?

8
Mods & Plugins (Requests & Discussions) / Suche: User search Mod
« on: April 08, 2005, 02:56:41 PM »
Hallo,

ich suche das MOD wo man in der Mitgliederlsite eine Suche hat.

Danke für alle Antworten schonmal  :D

9
Great nice Mod, thanx  :lol:

and i'm waiting for the Flag mod in the whois online template ;)

10
Mods & Plugins (Requests & Discussions) / REQ: Weekyl Top Member
« on: April 04, 2005, 02:50:15 PM »
Hi,

ich suche ein Mod wo man den wöchentlich besten Member in sachen Upload und Kommentare darstellen lassen kann.

Vielen dank für jede Hilfe schonmal im vorraus  :lol:

11
iam german hehe

yeah daily top 3 i mean

12
i want more then one pic of the day?
how does i do it?

13
Mods & Plugins (Requests & Discussions) / REQ Mod: Daily Most Visited
« on: April 01, 2005, 05:14:07 PM »
Hello,

i search a Mod to view the most visited images daily and weekly.
Can anyone code it pls  :roll:

big thx

Pages: [1]