Changeset 3198
- Timestamp:
- 05/06/07 03:16:21 (20 months ago)
- Files:
-
- 6 modified
-
branches/1.1/plugins/PN_Subscription_Default/index.php (modified) (1 diff)
-
branches/1.1/plugins/PN_Subscription_Default/index.xml (modified) (6 diffs)
-
branches/1.5/plugins/PN_Subscription_Default/index.php (modified) (1 diff)
-
branches/1.5/plugins/PN_Subscription_Default/index.xml (modified) (7 diffs)
-
trunk/plugins/PN_Subscription_Default/index.php (modified) (1 diff)
-
trunk/plugins/PN_Subscription_Default/index.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/plugins/PN_Subscription_Default/index.php
r2968 r3198 2 2 /* Subscription statistics plugin for Tattertools 1.1 3 3 ---------------------------------- 4 Version 1. 15 Tatter and Friends development team.4 Version 1.5 5 Needlworks development team. 6 6 7 7 Creator : inureyes -
branches/1.1/plugins/PN_Subscription_Default/index.xml
r2968 r3198 4 4 <title xml:lang="ko">피드 구독 통계</title> 5 5 <link>http://forum.tattertools.com/ko/</link> 6 <version>1. 1.1.1</version>6 <version>1.5</version> 7 7 <description xml:lang="en">Shows Feed Subscription Log using Tattertools Components.</description> 8 8 <description xml:lang="ko">태터툴즈 컴포넌트를 이용하여 피드 구독 통계를 보여줍니다.</description> … … 33 33 <field> 34 34 <name>ip</name> 35 <attribute>int</attribute> 36 <length>11</length> 35 <attribute>varchar</attribute> 36 <length>16</length> 37 <isnull>0</isnull> 37 38 </field> 38 39 <field> 39 40 <name>host</name> 40 41 <attribute>varchar</attribute> 41 <length> 24</length>42 <length>64</length> 42 43 </field> 43 44 <field> … … 45 46 <attribute>varchar</attribute> 46 47 <length>128</length> 48 <isnull>0</isnull> 47 49 </field> 48 50 <field> … … 50 52 <attribute>int</attribute> 51 53 <length>11</length> 54 <isnull>0</isnull> 52 55 <default>0</default> 53 56 </field> … … 60 63 <field> 61 64 <name>ip</name> 62 <attribute> int</attribute>63 <length>1 1</length>65 <attribute>varchar</attribute> 66 <length>16</length> 64 67 <isnull>0</isnull> 65 68 </field> … … 67 70 <name>host</name> 68 71 <attribute>varchar</attribute> 69 <length> 24</length>72 <length>64</length> 70 73 <isnull>0</isnull> 71 74 </field> -
branches/1.5/plugins/PN_Subscription_Default/index.php
r3124 r3198 2 2 /* Subscription statistics plugin for Textcube 1.1 3 3 ---------------------------------- 4 Version 1. 15 Tatter and Friends development team.4 Version 1.5 5 Needlworks development team. 6 6 7 7 Creator : inureyes -
branches/1.5/plugins/PN_Subscription_Default/index.xml
r3185 r3198 4 4 <title xml:lang="ko">피드 구독 통계</title> 5 5 <link>http://needlworks.org/</link> 6 <version>1. 1.1.1</version>6 <version>1.5</version> 7 7 <description xml:lang="en">Shows Feed Subscription Log using Textcube Components.</description> 8 8 <description xml:lang="ko">텍스트큐브 컴포넌트를 이용하여 피드 구독 통계를 보여줍니다.</description> … … 12 12 <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="yes" /> 13 13 <requirements> 14 <textcube>1. 1</textcube>14 <textcube>1.5</textcube> 15 15 </requirements> 16 16 <binding> … … 35 35 <field> 36 36 <name>ip</name> 37 <attribute>int</attribute> 38 <length>11</length> 37 <attribute>varchar</attribute> 38 <length>16</length> 39 <isnull>0</isnull> 39 40 </field> 40 41 <field> 41 42 <name>host</name> 42 43 <attribute>varchar</attribute> 43 <length> 24</length>44 <length>64</length> 44 45 </field> 45 46 <field> … … 47 48 <attribute>varchar</attribute> 48 49 <length>128</length> 50 <isnull>0</isnull> 49 51 </field> 50 52 <field> … … 52 54 <attribute>int</attribute> 53 55 <length>11</length> 56 <isnull>0</isnull> 54 57 <default>0</default> 55 58 </field> … … 62 65 <field> 63 66 <name>ip</name> 64 <attribute> int</attribute>65 <length>1 1</length>67 <attribute>varchar</attribute> 68 <length>16</length> 66 69 <isnull>0</isnull> 67 70 </field> … … 69 72 <name>host</name> 70 73 <attribute>varchar</attribute> 71 <length> 24</length>74 <length>64</length> 72 75 <isnull>0</isnull> 73 76 </field> -
trunk/plugins/PN_Subscription_Default/index.php
r3124 r3198 2 2 /* Subscription statistics plugin for Textcube 1.1 3 3 ---------------------------------- 4 Version 1. 15 Tatter and Friends development team.4 Version 1.5 5 Needlworks development team. 6 6 7 7 Creator : inureyes -
trunk/plugins/PN_Subscription_Default/index.xml
r3185 r3198 4 4 <title xml:lang="ko">피드 구독 통계</title> 5 5 <link>http://needlworks.org/</link> 6 <version>1. 1.1.1</version>6 <version>1.5</version> 7 7 <description xml:lang="en">Shows Feed Subscription Log using Textcube Components.</description> 8 8 <description xml:lang="ko">텍스트큐브 컴포넌트를 이용하여 피드 구독 통계를 보여줍니다.</description> … … 12 12 <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="yes" /> 13 13 <requirements> 14 <textcube>1. 1</textcube>14 <textcube>1.5</textcube> 15 15 </requirements> 16 16 <binding> … … 35 35 <field> 36 36 <name>ip</name> 37 <attribute>int</attribute> 38 <length>11</length> 37 <attribute>varchar</attribute> 38 <length>16</length> 39 <isnull>0</isnull> 39 40 </field> 40 41 <field> 41 42 <name>host</name> 42 43 <attribute>varchar</attribute> 43 <length> 24</length>44 <length>64</length> 44 45 </field> 45 46 <field> … … 47 48 <attribute>varchar</attribute> 48 49 <length>128</length> 50 <isnull>0</isnull> 49 51 </field> 50 52 <field> … … 52 54 <attribute>int</attribute> 53 55 <length>11</length> 56 <isnull>0</isnull> 54 57 <default>0</default> 55 58 </field> … … 62 65 <field> 63 66 <name>ip</name> 64 <attribute> int</attribute>65 <length>1 1</length>67 <attribute>varchar</attribute> 68 <length>16</length> 66 69 <isnull>0</isnull> 67 70 </field> … … 69 72 <name>host</name> 70 73 <attribute>varchar</attribute> 71 <length> 24</length>74 <length>64</length> 72 75 <isnull>0</isnull> 73 76 </field>
