Smilies not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Smilies not working

    Please help... Smilies are not working in site... What code has missed,and where? (methos script) help me plz

    #2
    have u got some smilies in ya smilies folder and are they linked to the database ibwf_smilies table ? ?
    Wapchat4u


    Topsites4u

    Comment


      #3
      more like hotlinking smiles then hotlinking smiles server go down or blocks the hotlinking......

      that is why your smiles are not working aren't anyway....


      or your folder is not chmond 755
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #4
        In other mode in my site (pc mode) all smilies working well, but at xhtml mode for phones this not working..cry.. In core $text = getsmilies($text); i saw sm code like thz in core.php, but index.php i didnt find any, what code has missed frm index.php? Is it include(smilie.php)

        Comment


          #5
          same prob here.....just in index.php smiliy not working........

          Comment


            #6
            Have You Checked The Image Address To See If the Smilies are in the corresponding folder?

            Comment


              #7
              My problem has solved, i hv fixed errors

              Comment


                #8
                in core.php ..

                under bbcode functions.
                $text = str_replace("[cofeee]","<img src=\"../smilies/coffee.gif\" alt=\"[coffee]\"/>",$text);
                $text = str_replace("[!]","<img src=\"../smilies/-!-.gif\" alt=\"[!]\"/>",$text);
                $text = str_replace("<l3","<img src=\"../smilies/heartbreak.gif\" alt=\"<l3\"/>",$text);
                $text = str_replace("[star]","<img src=\"../smilies/star.gif\" alt=\"[star]\"/>",$text);
                $text = str_replace("[jockey]","<img src=\"../smilies/jockey.gif\" alt=\"[jockey]\"/>",$text);
                $text = str_replace("[hihi]","<img src=\"../smilies/hihi.gif\" alt=\"[hihi]\"/>",$text);
                $text = str_replace("[serenade]","<img src=\"../smilies/serenade.gif\" alt=\"[serenade]\"/>",$text)

                Comment

                Working...
                X