Please help... Smilies are not working in site... What code has missed,and where? (methos script) help me plz
Smilies not working
Collapse
X
-
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 755Visit: 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
-
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
Comment