about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/West Castle Area.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/daedalus/rooms/West Castle Area.txtpb')
0 files changed, 0 insertions, 0 deletions
itle='author Kelly Rauchenberger <fefferburbia@gmail.com> 2008-09-28 18:31:07 +0000 committer Kelly Rauchenberger <fefferburbia@gmail.com> 2008-09-28 18:31:07 +0000 Update: Modifed Wordpress ACP' href='/instadisc/commit/update/plugin/wordpress/trunk/instadisc/subscription.php?id=dbdf94e953b0b1fe7c19e98888d512d6d16ee4cf'>dbdf94e ^
43f8a9d ^
dbdf94e ^



43f8a9d ^
dbdf94e ^









43f8a9d ^











dbdf94e ^
43f8a9d ^
dbdf94e ^



43f8a9d ^
43f8a9d ^
dbdf94e ^







43f8a9d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68



                                       

                                             













                                                                                                                                      
                                                           
         



                                                                                                                                                                     
         









                                                                                                                                                                                                                                                                                                                                                                                                                                             











                                                                                                                                   
                                                            
         



                                                                                                                                                                      
         
 







                                                                                                                                                                                                                                                                                                                                                                                                                                          


  
<?php

include('../../../wp-blog-header.php');

echo('<DIV STYLE="display: none">: ' . "\n");

if (isset($_GET['comment']))
{
	echo('Subscription: ');
	echo('http://' . $_SERVER['SERVER_NAME'] . '/blog-comment/' . generateSlug(get_option('instaDisc_subscription_title')) . '/');
	echo("\n");

	echo('Title: ');
	echo(get_option('instaDisc_subscription_title'));
	echo(' Comments');
	echo("\n");

	echo('Category: blog-comment');
	echo("\n");

	if (get_option('instaDisc_comment_password') != '')
	{
		$verID = rand(1,2147483647);

		echo('Verification: ' . md5(get_option('instaDisc_subscription_title') . ':' . md5(get_option('instaDisc_comment_password')) . ':' . $verID) . "\n");
		echo('Verification-ID: ' . $verID . "\n");
	}

?>
End: </DIV><DIV STYLE="margin: 0 auto; margin-top: 5em; width: 500px; background-color: #FBEC5D; text-align: center; padding: 4px;"><B>This is an InstaDisc Subscription file.</B><P>If you would like to subscribe to the InstaDisc subscription:<BR><I><?php echo(get_option('instaDisc_subscription_title')); ?></I> (<U>blog-comment</U>)<BR>Copy the address of this file to the "Add Subscription" form on your InstaDisc client.</DIV>
<?php

	if (get_option('instaDisc_comment_password') != '')
	{
?><!--Notice-->: <CENTER><B>Please note that this is an <I>encrypted</I> subscription.</B><BR>To subscribe to it, you must know its password.</CENTER><?php
	}	

} else {
	echo('Subscription: ');
	echo('http://' . $_SERVER['SERVER_NAME'] . '/blog-post/' . generateSlug(get_option('instaDisc_subscription_title')) . '/');
	echo("\n");

	echo('Title: ');
	echo(get_option('instaDisc_subscription_title'));
	echo("\n");

	echo('Category: blog-post');
	echo("\n");

	if (get_option('instaDisc_blogPost_password') != '')
	{
		$verID = rand(1,2147483647);

		echo('Verification: ' . md5(get_option('instaDisc_subscription_title') . ':' . md5(get_option('instaDisc_blogPost_password')) . ':' . $verID) . "\n");
		echo('Verification-ID: ' . $verID . "\n");
	}

?>
End: </DIV><DIV STYLE="margin: 0 auto; margin-top: 5em; width: 500px; background-color: #FBEC5D; text-align: center; padding: 4px;"><B>This is an InstaDisc Subscription file.</B><P>If you would like to subscribe to the InstaDisc subscription:<BR><I><?php echo(get_option('instaDisc_subscription_title')); ?></I> (<U>blog-post</U>)<BR>Copy the address of this file to the "Add Subscription" form on your InstaDisc client.</DIV>
<?php

	if (get_option('instaDisc_blogPost_password') != '')
	{
?><!--Notice-->: <CENTER><B>Please note that this is an <I>encrypted</I> subscription.</B><BR>To subscribe to it, you must know its password.</CENTER><?php
	}	
}

?>