appms-cvs Mailing List for Another PHP Plugins Management System
Status: Pre-Alpha
Brought to you by:
dma147
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(512) |
Jul
|
Aug
(14) |
Sep
|
Oct
(11) |
Nov
(9) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alexander M. <dm...@us...> - 2007-02-12 12:26:43
|
Update of /cvsroot/appms/plugins/appms_sidebar_poweredby In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28869 Modified Files: appms_sidebar_poweredby.php Log Message: New powered by logo Index: appms_sidebar_poweredby.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_sidebar_poweredby/appms_sidebar_poweredby.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** appms_sidebar_poweredby.php 28 Jun 2006 17:04:15 -0000 1.4 --- appms_sidebar_poweredby.php 12 Feb 2007 12:26:37 -0000 1.5 *************** *** 141,145 **** /** The version of this plugin */ ! $this->version = '0.0.4'; /** the minimum required version of APPms */ --- 141,145 ---- /** The version of this plugin */ ! $this->version = '0.0.5'; /** the minimum required version of APPms */ *************** *** 312,315 **** --- 312,316 ---- <a class=\"link\" href=\"http://www.nosoftwarepatents.com/\"><img style=\"padding: 2px\" src=\"".$this->pluginurl."/gfx/nosoftwarepatents.gif\" border=\"0\" width=\"80\" height=\"15\" alt=\"Against Software Patents!\" title=\"Against Software Patents!\" /></a><br /> <a class=\"link\" href=\"http://www.againsttcpa.com/\"><img style=\"padding: 2px\" src=\"".$this->pluginurl."/gfx/againsttcpa.gif\" border=\"0\" width=\"88\" height=\"31\" alt=\"Against TCPA!\" title=\"Against TCPA!\" /></a><br /> + <a class=\"link\" href=\"http://www.stayfriends.de/?Einladung=3160110-1152951121\"><img style=\"padding: 2px\" src=\"".$this->pluginurl."/gfx/stayfriends.gif\" border=\"0\" width=\"105\" height=\"33\" alt=\"Stayfriends.de - Die Schulfreunde-Suchmaschine\" title=\"Stayfriends.de - Die Schulfreunde-Suchmaschine\" /></a><br /> </div>\n"; |
From: Alexander M. <dm...@us...> - 2007-02-12 12:25:42
|
Update of /cvsroot/appms/plugins/appms_sidebar_poweredby/gfx In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28206 Added Files: stayfriends.gif Log Message: New powered by logo --- NEW FILE: stayfriends.gif --- (This appears to be a binary file; contents omitted.) |
From: Alexander M. <dm...@us...> - 2007-02-12 12:24:46
|
Update of /cvsroot/appms/appms In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv27489 Modified Files: config.inc.php Log Message: Some bugfixes because of missing functions Index: config.inc.php =================================================================== RCS file: /cvsroot/appms/appms/config.inc.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** config.inc.php 13 Nov 2006 12:02:49 -0000 1.44 --- config.inc.php 12 Feb 2007 12:24:44 -0000 1.45 *************** *** 158,173 **** $_SERVER = &$HTTP_SERVER_VARS; } ! if (extension_loaded('filter') && input_name_to_filter(ini_get('filter.default')) !== FILTER_UNSAFE_RAW) { ! foreach ($_POST as $key => $value) { ! $_POST[$key] = input_get(INPUT_POST, $key, FILTER_UNSAFE_RAW); ! } ! foreach ($_GET as $key => $value) { ! $_GET[$key] = input_get(INPUT_GET, $key, FILTER_UNSAFE_RAW); ! } ! foreach ($_COOKIE as $key => $value) { ! $_COOKIE[$key] = input_get(INPUT_COOKIE, $key, FILTER_UNSAFE_RAW); ! } ! foreach ($_SESSION as $key => $value) { ! $_SESSION[$key] = input_get(INPUT_SESSION, $key, FILTER_UNSAFE_RAW); } } --- 158,175 ---- $_SERVER = &$HTTP_SERVER_VARS; } ! if (extension_loaded('filter') && function_exists('input_name_to_filter')) { ! if (input_name_to_filter(ini_get('filter.default')) !== FILTER_UNSAFE_RAW) { ! foreach ($_POST as $key => $value) { ! $_POST[$key] = input_get(INPUT_POST, $key, FILTER_UNSAFE_RAW); ! } ! foreach ($_GET as $key => $value) { ! $_GET[$key] = input_get(INPUT_GET, $key, FILTER_UNSAFE_RAW); ! } ! foreach ($_COOKIE as $key => $value) { ! $_COOKIE[$key] = input_get(INPUT_COOKIE, $key, FILTER_UNSAFE_RAW); ! } ! foreach ($_SESSION as $key => $value) { ! $_SESSION[$key] = input_get(INPUT_SESSION, $key, FILTER_UNSAFE_RAW); ! } } } |
From: Alexander M. <dm...@us...> - 2006-11-13 12:41:45
|
Update of /cvsroot/appms/appms/tmp In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18347 Modified Files: index.php Log Message: this was missed... |
From: Alexander M. <dm...@us...> - 2006-11-13 12:40:56
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv17888 Modified Files: appms_plugin_newsmanagement.php Log Message: increased the minimum needed appms version Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** appms_plugin_newsmanagement.php 13 Nov 2006 11:59:15 -0000 1.8 --- appms_plugin_newsmanagement.php 13 Nov 2006 12:40:51 -0000 1.9 *************** *** 147,151 **** /** the minimum required version of APPms */ ! $this->appms_version = '0.0.1_pre2'; /** Defines if this plugin can be installed twice or not */ --- 147,151 ---- /** the minimum required version of APPms */ ! $this->appms_version = '0.0.1-beta1'; /** Defines if this plugin can be installed twice or not */ |
From: Alexander M. <dm...@us...> - 2006-11-13 12:03:02
|
Update of /cvsroot/appms/appms In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv2838 Modified Files: config.inc.php index.php Log Message: Added the captcha spam prevention Index: config.inc.php =================================================================== RCS file: /cvsroot/appms/appms/config.inc.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** config.inc.php 28 Oct 2006 09:06:03 -0000 1.43 --- config.inc.php 13 Nov 2006 12:02:49 -0000 1.44 *************** *** 205,209 **** * Set the version string */ ! $appms['version'] = '0.0.1-alpha9'; /** --- 205,209 ---- * Set the version string */ ! $appms['version'] = '0.0.1-beta1'; /** *************** *** 484,486 **** include($PATH."".DIRECTORY_SEPARATOR."libs".DIRECTORY_SEPARATOR."handlers.lib.".$SUFFIX); ! ?> \ No newline at end of file --- 484,486 ---- include($PATH."".DIRECTORY_SEPARATOR."libs".DIRECTORY_SEPARATOR."handlers.lib.".$SUFFIX); ! ?> Index: index.php =================================================================== RCS file: /cvsroot/appms/appms/index.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.php 27 Jun 2006 13:30:36 -0000 1.21 --- index.php 13 Nov 2006 12:02:49 -0000 1.22 *************** *** 305,308 **** --- 305,317 ---- unset($_SESSION['tinymce']); + $fdir = @opendir($appms['path']."/tmp"); + while($captchafile = @readdir($fdir)) { + $filetime = filemtime($appms['path']."/tmp/".$captchafile); + if (ereg("captcha_", $captchafile) && ($filetime <= (time()-600))) { + @unlink($appms['path']."/tmp/".$captchafile); + } + } + @closedir($fdir); + /////////////////////////////////////////////////////////////////////////////// |
From: Alexander M. <dm...@us...> - 2006-11-13 12:01:30
|
Update of /cvsroot/appms/appms/libs/captcha In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv1858 Added Files: background1.png background2.png overlay1.png overlay2.png truetype.ttf Log Message: Added the captcha spam prevention --- NEW FILE: truetype.ttf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: overlay2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: overlay1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: background1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: background2.png --- (This appears to be a binary file; contents omitted.) |
From: Alexander M. <dm...@us...> - 2006-11-13 11:59:47
|
Update of /cvsroot/appms/appms/libs/captcha In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv1446/captcha Log Message: Directory /cvsroot/appms/appms/libs/captcha added to the repository |
From: Alexander M. <dm...@us...> - 2006-11-13 11:59:26
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv1386 Modified Files: appms_plugin_newsmanagement.php Log Message: Added the captcha spam prevention Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** appms_plugin_newsmanagement.php 28 Oct 2006 20:10:18 -0000 1.7 --- appms_plugin_newsmanagement.php 13 Nov 2006 11:59:15 -0000 1.8 *************** *** 144,148 **** /** The version of this plugin */ ! $this->version = '0.0.8'; /** the minimum required version of APPms */ --- 144,148 ---- /** The version of this plugin */ ! $this->version = '0.0.9'; /** the minimum required version of APPms */ *************** *** 187,190 **** --- 187,197 ---- ), + 'use_captcha' => array( + 'type' => 'boolean', + 'name' => $appms['LANGUAGE']['CONFIG_CAPTCHA'], + 'description' => $appms['LANGUAGE']['CONFIG_CAPTCHA_BLAHBLAH'], + 'default' => true + ), + 'guest_comments' => array( 'type' => 'boolean', *************** *** 864,868 **** } ! if (!isset($_POST['news']['username']) || trim($_POST['news']['username']) == "") { $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_USERNAME']; --- 871,878 ---- } ! if ((isset($this->config['use_captcha']) && $this->config['use_captcha'] === true) && (!appms_CheckCaptcha($_POST['captcha']))) { ! $error = $appms['LANGUAGE']['ERROR_WRONG_CAPTCHA']; ! ! } elseif (!isset($_POST['news']['username']) || trim($_POST['news']['username']) == "") { $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_USERNAME']; *************** *** 1012,1015 **** --- 1022,1035 ---- $NOUT .= " </tr>\n"; + + if (isset($this->config['use_captcha']) && $this->config['use_captcha'] === true) { + $NOUT .= " <tr class=\"content2\">\n"; + $NOUT .= " <td colspan=\"2\" valign=\"top\" align=\"center\">\n"; + $NOUT .= " ".appms_ShowCaptcha()."\n"; + $NOUT .= " </td>\n"; + $NOUT .= " </tr>\n"; + } + + $NOUT .= " <tr>\n"; $NOUT .= " <td colspan=\"2\" align=\"center\"> |
From: Alexander M. <dm...@us...> - 2006-11-13 11:58:49
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement/lang In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv1038 Modified Files: de.lang.php Log Message: Added the captcha spam prevention Index: de.lang.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/lang/de.lang.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** de.lang.php 28 Oct 2006 19:52:34 -0000 1.3 --- de.lang.php 13 Nov 2006 11:58:46 -0000 1.4 *************** *** 125,129 **** - ); --- 125,128 ---- |
From: Alexander M. <dm...@us...> - 2006-11-13 11:53:32
|
Update of /cvsroot/appms/appms/libs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31554 Modified Files: functions.lib.php Log Message: Added the captcha spam prevention Index: functions.lib.php =================================================================== RCS file: /cvsroot/appms/appms/libs/functions.lib.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** functions.lib.php 28 Oct 2006 21:23:12 -0000 1.28 --- functions.lib.php 13 Nov 2006 11:53:30 -0000 1.29 *************** *** 118,122 **** define( "PWD_ALLOW_UC", ( 1 << 2 )); /** numeric and lower case alphanumeric (0-9,a-z) */ ! define( "PWD_ALLOW_DFLT", ( PWD_ALLOW_NUM | PWD_ALLOW_LC )); /** all numeric and alphanumeric */ define( "PWD_ALLOW_ALL", ( PWD_ALLOW_NUM | PWD_ALLOW_LC | PWD_ALLOW_UC )); --- 118,122 ---- define( "PWD_ALLOW_UC", ( 1 << 2 )); /** numeric and lower case alphanumeric (0-9,a-z) */ ! define( "PWD_ALLOW_DFLT", ( PWD_ALLOW_NUM | PWD_ALLOW_UC )); /** all numeric and alphanumeric */ define( "PWD_ALLOW_ALL", ( PWD_ALLOW_NUM | PWD_ALLOW_LC | PWD_ALLOW_UC )); *************** *** 139,164 **** if ( $usables & ( 1 << 2 )) $pwdSource .= "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; srand ((double) microtime() * 1000000); ! while ( $pwdLen ) { srand ((double) microtime() * 1000000); $STRING .= substr( $pwdSource, rand( 0, strlen( $pwdSource )), 1); - $pwdLen--; - } - if (strlen($STRING) <= ($pwdLen-1)) { - $dif = $pwdLen - strlen($STRING); - srand ((double) microtime() * 1000000); - while ( $dif ) { - srand ((double) microtime() * 1000000); - $STRING .= substr( $pwdSource, rand( 0, strlen( $pwdSource )), 1); - $dif--; - } - } - if (strlen($STRING) <= ($pwdLen-1)) { - $dif = $pwdLen - strlen($STRING); - srand ((double) microtime() * 1000000); - while ( $dif ) { - srand ((double) microtime() * 1000000); - $STRING .= substr( $pwdSource, rand( 0, strlen( $pwdSource )), 1); - $dif--; - } } return $STRING; --- 139,145 ---- if ( $usables & ( 1 << 2 )) $pwdSource .= "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; srand ((double) microtime() * 1000000); ! while (strlen($STRING) <= ($pwdLen-1)) { srand ((double) microtime() * 1000000); $STRING .= substr( $pwdSource, rand( 0, strlen( $pwdSource )), 1); } return $STRING; *************** *** 1272,1275 **** --- 1253,1266 ---- + + /** + * adds a plugin-function which has to be called on every click at the end of the page load + * + * @param string $plugin the id of the plugin + * @access private + * @return void + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_AddHookUpFunction($plugin) { global $appms, $db; *************** *** 1282,1285 **** --- 1273,1288 ---- + + + + /** + * Removes a plugin-function + * + * @param string $plugin the id of the plugin + * @access private + * @return void + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_RemoveHookUpFunction($plugin) { global $appms, $db; *************** *** 1298,1301 **** --- 1301,1314 ---- + + /** + * Creates formatted date strings + * + * @param integer $timestamp the unix timestamp to create a fuzzy date for + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_fuzzyDate($timestamp) { global $appms, $db; *************** *** 1318,1324 **** ! /** ! * Simple function to replicate PHP 5 behaviour ! */ function microtime_float() { list($usec, $sec) = explode(" ", microtime()); --- 1331,1345 ---- ! ! ! ! /** ! * Generates a floating microtime number ! * ! * @access private ! * @return float ! * @author Alexander Mieland ! * @copyright 2000- by Alexander 'dma147' Mieland ! */ function microtime_float() { list($usec, $sec) = explode(" ", microtime()); *************** *** 1331,1338 **** --- 1352,1383 ---- + + + + /** + * Charset decoder + * + * @param string $string text to decode + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_charset_decode($string) { return preg_replace("/=\?(.*?)\?([QB])\?(.*?)\?=/sexi", 'appms_decode("\\3", "\\2")', $string); } + + + + /** + * + * + * @param string $string text to decode + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_qp_decode($string) { $string = preg_replace("/(=\s*\r\n)/m", "", $string); *************** *** 1341,1344 **** --- 1386,1400 ---- } + + + /** + * + * + * @param string $string text to decode + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_decode($data, $encoding="") { if (empty($encoding)) { *************** *** 1357,1360 **** --- 1413,1427 ---- + + + /** + * the opposite of htmlentities() + * + * @param string $string + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function appms_unhtmlentities($string) { $string = preg_replace('~&#x([0-9a-f]+);~ei', 'chr(hexdec("\\1"))', $string); *************** *** 1368,1371 **** --- 1435,1452 ---- + + + /** + * Pagenumber generator + * + * @param integer $page actual page number + * @param integer $maxpage maximum page count + * @param string $url The url to add to the page-urls + * @param string $pagelinkname the name of the get-variable for the pagevariable + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ function GetPages($page, $maxpages, $url, $pagelinkname="page") { global $appms, $db; *************** *** 1430,1433 **** --- 1511,1656 ---- + /** + * Generates the captcha picture and adds the actual captcha string to the session and returns the name of the captcha picture + * + * @access private + * @return string + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + * @original from Captcha v1.o9 - Copyright (c) 2006, Daniel Kauser + */ + function appms_GetCaptcha() { + global $appms; + + $CAPTCHA_TempText = appms_GenRandomString(6, PWD_ALLOW_DFLT); + $CAPTCHA_TempFile = "./tmp/captcha_".appms_GenRandomString(8, PWD_ALLOW_ALL).".png"; + $_SESSION['CAPTCHA_RndText'] = str_replace('I','E',str_replace('0','3',str_replace('1','S',str_replace('B','F',str_replace('O','P',str_replace('4','A',str_replace('D','K',$CAPTCHA_TempText))))))); + $CAPTCHA_RandomText = $_SESSION['CAPTCHA_RndText']; + + $Welleneffekt = true; + $Textgroesse = "32"; + $Texthoehe = "47"; + $Schriftart = $appms['path']."/libs/captcha/truetype.ttf"; + $bg1 = $appms['path']."/libs/captcha/background1.png"; + $bg2 = $appms['path']."/libs/captcha/background2.png"; + $ov1 = $appms['path']."/libs/captcha/overlay1.png"; + $ov2 = $appms['path']."/libs/captcha/overlay2.png"; + + mt_srand((double)microtime()*1000000); + $Bild1 = mt_rand(1, 2); + switch ($Bild1) { + case 1: + $Grafik=imagecreatefrompng($bg1); + $Grafikhilf=imagecreatefrompng($bg1); + break 1; + case 2: + $Grafik=imagecreatefrompng($bg2); + $Grafikhilf=imagecreatefrompng($bg2); + break 1; + } + + mt_srand((double)microtime()*1000000); + $Bild2 = mt_rand(1, 2); + switch ($Bild2) { + case 1: + $Grafik2=imagecreatefrompng($ov1); + break 1; + case 2: + $Grafik2=imagecreatefrompng($ov2); + break 1; + } + + $textfarbe = array( + imagecolorallocate($Grafik, 128, 128, 128), + imagecolorallocate($Grafik, 0, 0, 0), + imagecolorallocate($Grafik, 50, 171, 4), + imagecolorallocate($Grafik, 128, 0, 128), + imagecolorallocate($Grafik, 128, 128, 255), + imagecolorallocate($Grafik, 255, 128, 128), + imagecolorallocate($Grafik, 192, 122, 0), + imagecolorallocate($Grafik, 250, 94, 250), + imagecolorallocate($Grafik, 122, 146, 224), + imagecolorallocate($Grafik, 122, 155, 180) + ); + + imagettftext($Grafik, $Textgroesse, mt_rand(-13, 13), 10, $Texthoehe+mt_rand(-7,8), $Textfarbe1 = $textfarbe[array_rand($textfarbe)] , $Schriftart, $CAPTCHA_RandomText[0]); + imagettftext($Grafik, $Textgroesse, mt_rand(-13, 13), 45, $Texthoehe+mt_rand(-7,8), $Textfarbe2 = $textfarbe[array_rand($textfarbe)] , $Schriftart, $CAPTCHA_RandomText[1]); + imagettftext($Grafik, $Textgroesse, mt_rand(-13, 13), 80, $Texthoehe+mt_rand(-7,8), $Textfarbe3 = $textfarbe[array_rand($textfarbe)] , $Schriftart, $CAPTCHA_RandomText[2]); + imagettftext($Grafik, $Textgroesse, mt_rand(-13, 13), 113, $Texthoehe+mt_rand(-7,8), $Textfarbe4 = $textfarbe[array_rand($textfarbe)] , $Schriftart, $CAPTCHA_RandomText[3]); + imagettftext($Grafik, $Textgroesse, mt_rand(-13, 13), 150, $Texthoehe+mt_rand(-7,8), $Textfarbe5 = $textfarbe[array_rand($textfarbe)] , $Schriftart, $CAPTCHA_RandomText[4]); + imagettftext($Grafik, $Textgroesse, mt_rand(-13, 13), 191, $Texthoehe+mt_rand(-7,8), $Textfarbe6 = $textfarbe[array_rand($textfarbe)] , $Schriftart, $CAPTCHA_RandomText[5]); + + if ($Welleneffekt === true) { + $stauchung = mt_rand(0,100)/400+0.10; + $Grafikalt = $Grafik; + $Grafik = $Grafikhilf; + for ($i=1;$i<=65;$i++){ + imagecopy($Grafik, $Grafikalt, round((sin($i*$stauchung)*2))+3, $i, 1, $i, 230,1); + } + + } + + imagecopy($Grafik, $Grafik2, 0, 0, 0, 0, 230, 65); + imagepng($Grafik, $CAPTCHA_TempFile); + imagedestroy($Grafik); + + return $CAPTCHA_TempFile; + } + + + + + function appms_ShowCaptcha() { + global $appms; + $captcha = appms_GetCaptcha(); + $captchaimg = "<img src=\"".$captcha."\" alt=\"Captcha! Please enter the code!\" title=\"Captcha! Please enter the code!\" />\n"; + + $out = "<table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\n"; + $out .= " <tr>\n"; + $out .= " <td rowspan=\"2\" valign=\"top\" align=\"center\">".$captchaimg."</td>\n"; + $out .= " <td valign=\"top\" align=\"left\">".$appms['LANGUAGE']['CAPTCHA_DESCRIPTION1']."</td>\n"; + $out .= " </tr>\n"; + $out .= " <tr>\n"; + $out .= " <td valign=\"middle\" align=\"center\"><input type=\"text\" name=\"captcha\" value=\"\" style=\"width:99%\" /></td>\n"; + $out .= " </tr>\n"; + $out .= "</table>\n"; + + return $out; + } + + + + + + + + + /** + * Controls if the given captcha string is the correct one + * + * @param string $string The captcha string + * @access private + * @return bool + * @author Alexander Mieland + * @copyright 2000- by Alexander 'dma147' Mieland + */ + function appms_CheckCaptcha($string) { + if ((isset($string) && isset($_SESSION['CAPTCHA_RndText'])) && ($string == $_SESSION['CAPTCHA_RndText'])) { + return true; + } else { + return false; + } + } + + + + + + + + + + + |
From: Alexander M. <dm...@us...> - 2006-11-13 11:53:00
|
Update of /cvsroot/appms/appms/lang In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31180 Modified Files: de.lang.php Log Message: Added the captcha spam prevention Index: de.lang.php =================================================================== RCS file: /cvsroot/appms/appms/lang/de.lang.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** de.lang.php 28 Jun 2006 10:22:03 -0000 1.21 --- de.lang.php 13 Nov 2006 11:52:50 -0000 1.22 *************** *** 256,259 **** --- 256,262 ---- 'ADMIN_UPDATE_FINISHED' => 'Update abgeschlossen!', + 'CAPTCHA_DESCRIPTION1' => '<b>Captcha Spam Prevention</b><br />Bitte gib hier den captcha-String aus dem Bild ein, um das Formular abzuschicken. Dies dient dazu, um das automatische Ausfüllen des Formulars von automatischen Spam-Robots zu verhindern und somit den Spam, der extrem über solche Formulare verbreitet wird, einzudämmen.', + 'CONFIG_CAPTCHA' => 'Captcha benutzen?', + 'CONFIG_CAPTCHA_BLAHBLAH' => 'Soll die Captcha Spam Prevention beim Posten von Kommentaren benutzt werden? (Sehr empfohlen!)', *************** *** 315,318 **** --- 318,322 ---- 'ERROR_GROUP_ALREADY_EXIST' => 'Es existiert bereits eine Gruppe mit dieser Bezeichnung', 'ERROR_SAFE_MODE_ON' => '<b>PHP ist hier auf Deinem Server mit der Einstellung "safe_mode = On" konfiguriert!</b><br /><br />Aus diesem Grund ist es leider nicht möglich, das Update direkt hier online durchzuführen.<br /><br />Bitte lade Dir die aktuellste Version des APPms selber auf Deinen Rechner runter, entpacke es und dann lade es hierher hoch auf Deinen Webserver und überschreibe <b>alle</b> vorhandenen Dateien!<br /><br />Achte darauf, nicht die "config.local.inc.php" zu löschen. Diese beinhaltet die Daten für den MySQL-Zugriff und ohne diese muss das APPms komplett neu installiert werden!', + 'ERROR_WRONG_CAPTCHA' => 'Der Captcha-String war nicht korrekt!', |
From: Alexander M. <dm...@us...> - 2006-10-28 21:23:16
|
Update of /cvsroot/appms/appms/libs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18452 Modified Files: functions.lib.php Log Message: modified the function for email validation to be much more safer Index: functions.lib.php =================================================================== RCS file: /cvsroot/appms/appms/libs/functions.lib.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** functions.lib.php 7 Oct 2006 08:30:52 -0000 1.27 --- functions.lib.php 28 Oct 2006 21:23:12 -0000 1.28 *************** *** 85,98 **** */ function appms_ValidateEmail($email) { if (eregi("^[0-9a-z_]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-z]{2,4}$", $email, $check)) { if ( getmxrr(substr(strstr($check[0], '@'), 1), $validate_email_temp) ) { ! return TRUE; ! } ! if(checkdnsrr(substr(strstr($check[0], '@'), 1),"ANY")) { ! return TRUE; } - return TRUE; } ! return FALSE; } --- 85,106 ---- */ function appms_ValidateEmail($email) { + $email = eregi_replace("\n", "", $email); + $email = eregi_replace(" +", "", $email); + $email = strtolower($email); + $return = false; if (eregi("^[0-9a-z_]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-z]{2,4}$", $email, $check)) { if ( getmxrr(substr(strstr($check[0], '@'), 1), $validate_email_temp) ) { ! if(checkdnsrr(substr(strstr($check[0], '@'), 1),"ANY")) { ! $item = explode("@", $email); ! $domain = $item[1]; ! if (gethostbyname($domain)) { ! $return = true; ! } elseif (gethostbyname("www.".$domain)) { ! $return = true; ! } ! } } } ! return $return; } *************** *** 100,103 **** --- 108,114 ---- + + + /** Numeric (0-9) */ define( "PWD_ALLOW_NUM", ( 1 << 0 )); |
From: Alexander M. <dm...@us...> - 2006-10-28 20:10:32
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18843 Modified Files: appms_plugin_newsmanagement.php Log Message: increased version number Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** appms_plugin_newsmanagement.php 28 Oct 2006 19:53:11 -0000 1.6 --- appms_plugin_newsmanagement.php 28 Oct 2006 20:10:18 -0000 1.7 *************** *** 144,148 **** /** The version of this plugin */ ! $this->version = '0.0.7'; /** the minimum required version of APPms */ --- 144,148 ---- /** The version of this plugin */ ! $this->version = '0.0.8'; /** the minimum required version of APPms */ |
From: Alexander M. <dm...@us...> - 2006-10-28 19:53:15
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10644 Modified Files: appms_plugin_newsmanagement.php Log Message: added the email-validation for comments Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** appms_plugin_newsmanagement.php 28 Oct 2006 09:09:24 -0000 1.5 --- appms_plugin_newsmanagement.php 28 Oct 2006 19:53:11 -0000 1.6 *************** *** 870,873 **** --- 870,876 ---- $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_EMAIL']; + } elseif (!appms_ValidateEmail(trim($_POST['news']['email']))) { + $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_WRONG_EMAIL']; + } elseif (!isset($_POST['news']['comment']) || trim($_POST['news']['comment']) == "") { $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_TEXT']; |
From: Alexander M. <dm...@us...> - 2006-10-28 19:52:35
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement/lang In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10274 Modified Files: de.lang.php Log Message: new errormsg Index: de.lang.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/lang/de.lang.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** de.lang.php 28 Oct 2006 09:06:53 -0000 1.2 --- de.lang.php 28 Oct 2006 19:52:34 -0000 1.3 *************** *** 90,94 **** 'ERROR_TOO_MUCH_LINKS' => 'Es ist nur maximal ein Link erkaubt!', 'ERROR_CONTAINS_BADWORDS' => 'Es ist mindestens ein verbotenes Wort enthalten!', ! --- 90,94 ---- 'ERROR_TOO_MUCH_LINKS' => 'Es ist nur maximal ein Link erkaubt!', 'ERROR_CONTAINS_BADWORDS' => 'Es ist mindestens ein verbotenes Wort enthalten!', ! 'ERROR_WRONG_EMAIL' => 'Die EMail-Adresse ist nicht syntaktisch richtig oder es gibt sie nicht!', |
From: Alexander M. <dm...@us...> - 2006-10-28 09:09:27
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv990 Modified Files: appms_plugin_newsmanagement.php Log Message: removed debugsymbol Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** appms_plugin_newsmanagement.php 28 Oct 2006 09:07:28 -0000 1.4 --- appms_plugin_newsmanagement.php 28 Oct 2006 09:09:24 -0000 1.5 *************** *** 888,892 **** '".appms_ESC(trim($_POST['news']['comment']))."' )"; ! #$db->unbuffered_query($query); $success = $appms['LANGUAGE']['appms_plugin_newsmanagement']['SUCCESS_COMMENT_SAVED']; --- 888,892 ---- '".appms_ESC(trim($_POST['news']['comment']))."' )"; ! $db->unbuffered_query($query); $success = $appms['LANGUAGE']['appms_plugin_newsmanagement']['SUCCESS_COMMENT_SAVED']; |
From: Alexander M. <dm...@us...> - 2006-10-28 09:07:33
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32331 Modified Files: appms_plugin_newsmanagement.php Log Message: some more stuff for spam-prevention. Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** appms_plugin_newsmanagement.php 26 Oct 2006 21:38:53 -0000 1.3 --- appms_plugin_newsmanagement.php 28 Oct 2006 09:07:28 -0000 1.4 *************** *** 144,148 **** /** The version of this plugin */ ! $this->version = '0.0.6'; /** the minimum required version of APPms */ --- 144,148 ---- /** The version of this plugin */ ! $this->version = '0.0.7'; /** the minimum required version of APPms */ *************** *** 840,844 **** } if ((ereg(preg_quote($_SERVER['HTTP_HOST']), $referer) || ereg(preg_quote($_SERVER['HTTP_HOST']), $referer)) && (isset($_SERVER['HTTP_USER_AGENT']) && trim($_SERVER['HTTP_USER_AGENT']) != "")) { ! if (!isset($_POST['news']['username']) || trim($_POST['news']['username']) == "") { $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_USERNAME']; --- 840,867 ---- } if ((ereg(preg_quote($_SERVER['HTTP_HOST']), $referer) || ereg(preg_quote($_SERVER['HTTP_HOST']), $referer)) && (isset($_SERVER['HTTP_USER_AGENT']) && trim($_SERVER['HTTP_USER_AGENT']) != "")) { ! ! $linkerror = 0; ! $links = 0; ! $matches = array(); ! preg_match_all("`(http:\/\/)[^w]+`is", trim($_POST['news']['comment']), $matches); ! $links += count($matches[1]); ! $matches = array(); ! preg_match_all("`[^\/][^\/](www\.[^ ]+)`is", trim($_POST['news']['comment']), $matches); ! $links += count($matches[1]); ! $matches = array(); ! preg_match_all("`\/\/(www\.[^ ]+)`is", trim($_POST['news']['comment']), $matches); ! $links += count($matches[1]); ! $matches = array(); ! preg_match_all("`[^w][^w][^w]\.?([a-z0-9_\-]+\.[a-z]{2,4})`is", trim($_POST['news']['comment']), $matches); ! $links += count($matches[1]); ! if ($links >= 2) { $linkerror = 1; } ! ! $badwords = 0; ! for ($a=0;$a<count($appms['badwords']);$a++) { ! if (eregi($appms['badwords'][$a], trim($_POST['news']['comment']))) { ! $badwords = 1; ! } ! } ! if (!isset($_POST['news']['username']) || trim($_POST['news']['username']) == "") { $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_USERNAME']; *************** *** 850,853 **** --- 873,882 ---- $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_TEXT']; + } elseif ($linkerror >= 1) { + $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_TOO_MUCH_LINKS']; + + } elseif ($badwords >= 1) { + $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_CONTAINS_BADWORDS']; + } else { *************** *** 859,863 **** '".appms_ESC(trim($_POST['news']['comment']))."' )"; ! $db->unbuffered_query($query); $success = $appms['LANGUAGE']['appms_plugin_newsmanagement']['SUCCESS_COMMENT_SAVED']; --- 888,892 ---- '".appms_ESC(trim($_POST['news']['comment']))."' )"; ! #$db->unbuffered_query($query); $success = $appms['LANGUAGE']['appms_plugin_newsmanagement']['SUCCESS_COMMENT_SAVED']; |
From: Alexander M. <dm...@us...> - 2006-10-28 09:06:55
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement/lang In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31901 Modified Files: de.lang.php Log Message: some more error messages for spam-prevention. Index: de.lang.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/lang/de.lang.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** de.lang.php 19 Jun 2006 16:22:35 -0000 1.1.1.1 --- de.lang.php 28 Oct 2006 09:06:53 -0000 1.2 *************** *** 88,93 **** 'ERROR_NO_EMAIL' => 'Du musst Deine EMail Adresse angeben!', 'ERROR_NO_TEXT' => 'Du musst einen Text für Dein Kommentar angeben!', ! ! --- 88,93 ---- 'ERROR_NO_EMAIL' => 'Du musst Deine EMail Adresse angeben!', 'ERROR_NO_TEXT' => 'Du musst einen Text für Dein Kommentar angeben!', ! 'ERROR_TOO_MUCH_LINKS' => 'Es ist nur maximal ein Link erkaubt!', ! 'ERROR_CONTAINS_BADWORDS' => 'Es ist mindestens ein verbotenes Wort enthalten!', |
From: Alexander M. <dm...@us...> - 2006-10-28 09:06:09
|
Update of /cvsroot/appms/appms In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31291 Modified Files: config.inc.php Log Message: new alpha release Index: config.inc.php =================================================================== RCS file: /cvsroot/appms/appms/config.inc.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** config.inc.php 28 Oct 2006 08:46:36 -0000 1.42 --- config.inc.php 28 Oct 2006 09:06:03 -0000 1.43 *************** *** 205,209 **** * Set the version string */ ! $appms['version'] = '0.0.1-alpha8'; /** --- 205,209 ---- * Set the version string */ ! $appms['version'] = '0.0.1-alpha9'; /** |
From: Alexander M. <dm...@us...> - 2006-10-28 08:46:40
|
Update of /cvsroot/appms/appms In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv21725 Modified Files: config.inc.php Log Message: added the include of the bad-words-file Index: config.inc.php =================================================================== RCS file: /cvsroot/appms/appms/config.inc.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** config.inc.php 28 Jun 2006 14:55:18 -0000 1.41 --- config.inc.php 28 Oct 2006 08:46:36 -0000 1.42 *************** *** 102,105 **** --- 102,110 ---- /** + * Include the global bad-words file + */ + include($PATH."".DIRECTORY_SEPARATOR."lang".DIRECTORY_SEPARATOR."bad-words.".$SUFFIX); + + /** * Include the global functions file */ |
From: Alexander M. <dm...@us...> - 2006-10-26 21:39:00
|
Update of /cvsroot/appms/plugins/appms_plugin_newsmanagement In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv4082 Modified Files: appms_plugin_newsmanagement.php Log Message: added a some stuff to prevent spamming with the comments Index: appms_plugin_newsmanagement.php =================================================================== RCS file: /cvsroot/appms/plugins/appms_plugin_newsmanagement/appms_plugin_newsmanagement.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** appms_plugin_newsmanagement.php 23 Jun 2006 08:15:30 -0000 1.2 --- appms_plugin_newsmanagement.php 26 Oct 2006 21:38:53 -0000 1.3 *************** *** 144,148 **** /** The version of this plugin */ ! $this->version = '0.0.5'; /** the minimum required version of APPms */ --- 144,148 ---- /** The version of this plugin */ ! $this->version = '0.0.6'; /** the minimum required version of APPms */ *************** *** 835,860 **** } ! if (!isset($_POST['news']['username']) || trim($_POST['news']['username']) == "") { ! $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_USERNAME']; ! ! } elseif (!isset($_POST['news']['email']) || trim($_POST['news']['email']) == "") { ! $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_EMAIL']; ! ! } elseif (!isset($_POST['news']['comment']) || trim($_POST['news']['comment']) == "") { ! $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_TEXT']; ! ! } else { ! $query = "INSERT INTO `".$this->commentstable."` (`nid`, `uid`, `postdate`, `title`, `body`) VALUES ( ! '".intval($_POST['news']['nid'])."', ! '".intval($uid)."', ! '".time()."', ! '".appms_ESC(appms_Strip($_POST['news']['title']))."', ! '".appms_ESC(trim($_POST['news']['comment']))."' ! )"; ! $db->unbuffered_query($query); ! $success = $appms['LANGUAGE']['appms_plugin_newsmanagement']['SUCCESS_COMMENT_SAVED']; } } --- 835,866 ---- } + $referer = ""; + if (isset($_SERVER['HTTP_REFERER']) && trim($_SERVER['HTTP_REFERER']) != "") { + $referer = trim($_SERVER['HTTP_REFERER']); + } + if ((ereg(preg_quote($_SERVER['HTTP_HOST']), $referer) || ereg(preg_quote($_SERVER['HTTP_HOST']), $referer)) && (isset($_SERVER['HTTP_USER_AGENT']) && trim($_SERVER['HTTP_USER_AGENT']) != "")) { ! if (!isset($_POST['news']['username']) || trim($_POST['news']['username']) == "") { ! $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_USERNAME']; ! } elseif (!isset($_POST['news']['email']) || trim($_POST['news']['email']) == "") { ! $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_EMAIL']; ! } elseif (!isset($_POST['news']['comment']) || trim($_POST['news']['comment']) == "") { ! $error = $appms['LANGUAGE']['appms_plugin_newsmanagement']['ERROR_NO_TEXT']; ! ! } else { ! ! $query = "INSERT INTO `".$this->commentstable."` (`nid`, `uid`, `postdate`, `title`, `body`) VALUES ( ! '".intval($_POST['news']['nid'])."', ! '".intval($uid)."', ! '".time()."', ! '".appms_ESC(appms_Strip($_POST['news']['title']))."', ! '".appms_ESC(trim($_POST['news']['comment']))."' ! )"; ! $db->unbuffered_query($query); ! ! $success = $appms['LANGUAGE']['appms_plugin_newsmanagement']['SUCCESS_COMMENT_SAVED']; ! } } } |
From: Alexander M. <dm...@us...> - 2006-10-07 10:39:16
|
Update of /cvsroot/appms/appms/libs In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv2608 Modified Files: functions.lib.php Log Message: Changed the fuzzydate to use strftime() instead of date() Index: functions.lib.php =================================================================== RCS file: /cvsroot/appms/appms/libs/functions.lib.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** functions.lib.php 28 Jun 2006 14:55:18 -0000 1.26 --- functions.lib.php 7 Oct 2006 08:30:52 -0000 1.27 *************** *** 1290,1304 **** global $appms, $db; if($timestamp > time()) { ! return date('Y-m-d H:i', $timestamp); } elseif($timestamp > mktime(0,0,0)) { ! return $appms['LANGUAGE']['GLOBAL_TODAY'].' '.date('H:i:s', $timestamp); } elseif($timestamp > mktime(0,0,0) - 86400) { ! return $appms['LANGUAGE']['GLOBAL_YESTERDAY'].' '.date('H:i:s', $timestamp); } elseif($timestamp > mktime(0,0,0) - 86400*7) { ! return date('l H:i', $timestamp); } elseif($timestamp > mktime(0,0,0,1,1)) { ! return date('F j', $timestamp); } else { ! return date('F Y', $timestamp); } } --- 1290,1304 ---- global $appms, $db; if($timestamp > time()) { ! return strftime("%x, %X", $timestamp); } elseif($timestamp > mktime(0,0,0)) { ! return $appms['LANGUAGE']['GLOBAL_TODAY'].' '.strftime("%X", $timestamp); } elseif($timestamp > mktime(0,0,0) - 86400) { ! return $appms['LANGUAGE']['GLOBAL_YESTERDAY'].' '.strftime("%X", $timestamp); } elseif($timestamp > mktime(0,0,0) - 86400*7) { ! return strftime('%A %H:%M', $timestamp); } elseif($timestamp > mktime(0,0,0,1,1)) { ! return strftime('%A %x', $timestamp); } else { ! return strftime('%x', $timestamp); } } |
From: Alexander M. <dm...@us...> - 2006-08-29 11:47:19
|
Update of /cvsroot/appms/appms/themes/default/templates_c In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv13943/default/templates_c Removed Files: index.php Log Message: themes removed, because of the extra repository for themes. --- index.php DELETED --- |
From: Alexander M. <dm...@us...> - 2006-08-29 11:47:18
|
Update of /cvsroot/appms/appms/themes/default/templates In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv13943/default/templates Removed Files: admin.tpl footer.tpl header.tpl main.tpl mainbox.tpl navbox.tpl password.tpl plugin.tpl profile.tpl register.tpl static.tpl Log Message: themes removed, because of the extra repository for themes. --- main.tpl DELETED --- --- navbox.tpl DELETED --- --- password.tpl DELETED --- --- static.tpl DELETED --- --- header.tpl DELETED --- --- admin.tpl DELETED --- --- mainbox.tpl DELETED --- --- footer.tpl DELETED --- --- register.tpl DELETED --- --- profile.tpl DELETED --- --- plugin.tpl DELETED --- |