Forum Replies Created

Viewing 14 replies - 16 through 29 (of 29 total)
  • Thread Starter Alex

    (@burntheweb)

    Hi Ash,

    Thank for the swift replies!
    I understand you do this in your free-time and it’s great to get replies in such a short time! I don’t expect updates will turn on weekly basis. I’ll be notified when a new update is available. And I’ll see what new features are being developed.

    Forum: Plugins
    In reply to: [Invoice King Pro] filename
    Thread Starter Alex

    (@burntheweb)

    Thanks for the time you’ll spend on this.
    By the way, the {pid} is described as required somewhere in the filename, but I gave it a try and I didn’t seem to get any error.

    Thread Starter Alex

    (@burntheweb)

    Hoo so!! man… this seems so logic… I was thinking it would need a lot of editing in some obscure (to me) function…
    I’ll give it a shot ?? thanks!!

    Thread Starter Alex

    (@burntheweb)

    Thanks for the answer (hadnt seen it yet)
    I had seen the source code… My main problem is how to edit this function…
    as far as I could read, I can add some tag before the date and after.. how should I add code in between so that I can close the first span and open the second one?

    Alex

    (@burntheweb)

    By clicking your redirect link, I saw you had manage to have the thumbnail showing even when only having excerpts on your homepage, can you tell me how you did this?

    Alex

    (@burntheweb)

    actually these lines are found in function.php not in footer.php ??

    Alex

    (@burntheweb)

    BTW, this plugin shouldbe added to the list, I’m sure LOTS of people would love to get a hand on it!

    Alex

    (@burntheweb)

    changing the core files wont upgrade and all chnages will be lost!

    I personally did as Michael suggested to change my texts to my “Custom Meta” Plugin with this code

    <?php
    /*
    Plugin Name: ChangeRegister
    Plugin URI: https://www.ads-software.com/support/topic/23058
    Description: change the text Register to Signup for the wp_register function
    Version: 1.0
    Author: MichaelH
    Author URI: https://codex.www.ads-software.com/User:MichaelH
    
    */
    
    add_filter('register', 'change_register');
    function change_register($link) {
    $link = str_replace("Register", "Sign up", $link);
    return $link;
    }
    add_filter('register', 'change_admin');
    function change_admin($link) {
    $link = str_replace("Site Admin", "Your Account", $link);
    return $link;
    }
    ?>
    Thread Starter Alex

    (@burntheweb)

    Hi Wolfgang!

    I think with the specialcharhtml function, you could disable all special characters and make sure you get a notification in text only ??

    our old gb script had the mentioned feature… but this was no WP platform…

    it was coded (by a colleague of mine way more into developping than me) as follow

    $comment=ucfirst(strtolower(str_replace("\&quot;","&quot;",str_replace("'","\'",str_replace("\'","'",str_replace('"','\"',str_replace('\"','"',undo_htmlspecialchars($_POST[comment]))))))));
    $ip=$REMOTE_ADDR;
    of (!$ip) {
    	$ip=getenv("REMOTE_ADDR");
    }
    $host=@gethostbyaddr($ip);
    $this_date=date("Y-m-d H:i:s");
    include "includes/dbopen.php";
    mysql_query("INSERT INTO guestbook (name,email,url,comment,ladate,host,ip,pays,ligne) VALUES ('$name','$email','$url','$comment','$this_date','$host','$ip','$pays',0)");
    $nbrequetes++;
    include "includes/dbclose.php";
    if ($langue==2){
    	$lang="Allemand";
    } else $lang=($langue==1)?"Anglais":"Fran?ais";
    $lemessage="<style type='text/css'><!--\ntd,div,li {color:#000000;font:7pt verdana;}\na:link,a:visited,a:active {color:#555555;font:8pt verdana;text-decoration:none;}\na:hover{color:#ECE9D8;position:relative;top:1;left:1;}\ntable.contenu{background-color:#ECE9D8;border-color:#000000;border-style:solid;border-top-width:0pt;border-bottom-width:1pt;border-left-width:1pt;border-right-width:1pt;}\ntd.sephori{border-color:#000000;border-style:dashed;border-top-width:0pt;border-bottom-width:1pt;border-left-width:0pt;border-right-width:0pt;}\ntd.titre{color:#FFFFFF;font:8pt verdana;background-color:#B0C088;border-color:#000000;border-style:solid;border-top-width:1pt;border-bottom-width:1pt;border-left-width:0pt;border-right-width:0pt;}//--></style><table width='100%' border=0 cellpadding=2 cellspacing=0 class=contenu><tr><td class=titre><b>From: </b>".$name." [<a href='mailto:".$email."'>".$email."</a>] <b>on the </b>".format_date(date("Y-m-d H:i:s"),0)."<br /><b>Link: </b><a href='".$url."' target=_blank>".$url."</a><br /><b>Country: </b>".$pays."</td></tr><tr><td><br /><div align=justify>".nl2br(str_replace("\'","'",str_replace('\"','"',$comment)))."</div><br /></td></tr><tr><td class=titre><b>Informations</b></td></tr><tr><td><br /><table border=0 cellpadding=0 cellspacing=0><tr><td><b>Path: </b></td><td>".$SCRIPT_FILENAME."</td></tr><tr><td><b>Language: </b></td><td>".$lang."</td></tr><tr><td><b>CSS: </b></td><td>".$style."</td></tr><tr><td><b>IP: </b></td><td>".$ip."</td></tr><tr><td><b>Host: </b></td><td>".$host."</td></tr><tr><td><b>Screen Resolution: </b></td><td>".$resolution."</td></tr><tr><td><b>Browser: </b></td><td>".$navigateur."</td></tr></table><br /></td></tr><tr><td class=titre><a href='https://www.domainname.com/backoff/' target=_blank>Go to the admin pannel</a></td></tr></table>";
    $destinataire="Sand & Mercury's team <[email protected]>";
    $reponse=$name ."<".$email.">";
    $sujet="New entry on guestbook";
    $headers="MIME-Version: 1.0\n";
    $headers.="Content-type: text/html; charset=iso-8859-1\n";
    $headers.="From: Sand & Mercury <[email protected]>\n";
    $headers.="Reply-To: ".$name." <".$email.">\n";
    $headers.="To: Sand & Mercury <[email protected]>\n";
    $headers.="Organization: https://www.domainname.com\n";
    $headers.="Content-Transfer-Encoding: 8bit\n";
    $headers.="X-Priority: 3 (Normal)\n";
    $headers.="X-Sender: <www.domainname.com>\n";
    $headers.="X-Mailer: PHP\n";
    $headers.="X-auth-smtp-user: [email protected]\n";
    $headers.="X-abuse-contact: [email protected]\n";
    mail($destinataire,$sujet,$lemessage,$headers);

    Forum: Plugins
    In reply to: yoast-problem

    same problem here, it would be goo dif you could post the fix here danyoborg!!

    the link provided is dead

    I have the same issue… the email is received long before that the thinking animation is done… I noticed it could create errors if the subscriber click on his activation link before this loading is finished…

    I also experience problem with thumbs creations…
    I get this error message Error : Exceed Memory limit. Require : xx.xx MByte)
    any idea what i can do to check? I know I could try disabling all my plugins but the problem is that I would like to be able to upload new albums when the site is online and have to put the site offline just to upload some shots…

    Here is my config

    * Operating System : Linux
    * Server : Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c
    * Memory usage : 30.78 MByte
    * MYSQL Version : 5.0.32-Debian_7etch8
    * SQL Mode : Not set
    * PHP Version : 5.2.0-8+etch13
    * PHP Safe Mode : On
    * PHP Allow URL fopen : On
    * PHP Memory Limit : 32M
    * PHP Max Upload Size : 10M
    * PHP Max Post Size : 8M
    * PHP Max Script Execute Time : 30s
    * PHP Exif support : Yes ( V1.4 )
    * PHP IPTC support : Yes
    * PHP XML support : Yes

    Graphic Library

    * GD Version : 2.0 or higher
    * FreeType Support : Yes
    * FreeType Linkage : with freetype
    * T1Lib Support : Yes
    * GIF Read Support : Yes
    * GIF Create Support : Yes
    * JPG Support : Yes
    * PNG Support : Yes
    * WBMP Support : Yes
    * XPM Support : No
    * XBM Support : No
    * JIS-mapped Japanese Font Support : No

Viewing 14 replies - 16 through 29 (of 29 total)