cn someone share the mod for lava that avatars appears in forum? I cnt search it in our site. Thanks
forum with avatars
Collapse
X
-
Originally posted by tsinelas View Postoh sori..im on mobile..i wl search again
Added after 12 minutes:
cn u post the link still cnt fnd it errrr
PHP Code://///////////////////////////////////////getavatar
function getavatar($uid)
{
$av = mysql_fetch_array(mysql_query("SELECT avatar FROM ibwf_users WHERE id='".$uid."'"));
return $av[0];
}
findPHP Code:$usl = "<br/><a href=\"index.php?action=viewuser&sid=$sid&who=$ttext[0]\">$iml$unick</a>";
PHP Code:$avlink = getavatar($ttext[0]);
$avlink = ($avlink=="")?"":"<img src=\"$avlink\" alt=\"avatar\"/><br/>";
$usl = "<br/>$avlink<a href=\"index.php?action=viewuser&sid=$sid&who=$ttext[0]\">$iml$unick</a>";
Last edited by rukiya; 09.08.10, 23:30.
Comment
-
very easy man.... same like put in profile.. just copy func or link to call avatar at profile then paste it at "viewtpc"sigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
-
Originally posted by rukiya View Posthow lazy you are!
How blind you are!sigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
-
Originally posted by m4ster_v4 View Postwho u mean as "blind" ???????????
Comment
-
Come to help.. So, dont angry with me... Everybody have their own view, "how to share it" so, i share it by my "view" hopeu understand.. "yeah!" im newbies. Don't know anything about "php" thaks all...sigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
-
Added after 3 minutes:
Originally posted by tsinelas View Postim not lazy..when a person needs help and i know it i help without saying *hey search the forum* *hey lazy learn* no offend.. Im not here to fight im here to learn..btw tnxis that the code to put?
m4ster_v4, Ok ok! Read this forum from start to end, try w3schools.com php tutorial, it will make you an intermediate php coder.Last edited by rukiya; 10.08.10, 04:38.
Comment
-
Yes your are a lazy man !!!
Topic found and Also taken me 3 mins to find
First Warning Search before you open a new topic
Next warning will be a ban for 2 day's
Next time you open once again didn't search ban 4 weeks
Talk back to me ban for life
Understand ?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
-
Personally i guest,
Originally posted by rukiya View PostAdded after 3 minutes:
definately proves you are lazy
m4ster_v4, Ok ok! Read this forum from start to end, try w3schools.com php tutorial, it will make you an intermediate php coder.
There a lot of mods there.. Just search it. Don't forget to download my sc in my topic. Enjoy. Many things you can learn there. ENJOY my release.
function Captcha(){
$one = rand(1,50);
$two = rand(1,50);
$answer = $one+$two;
$question = "$one+$two=?";
$_SESSION['captcha_ans'] = $answer;
$_SESSION['captcha_que'] = $question;
return true;
}sigpic
Visit my WEBSITE Project: http://www.aspirewap.net
Comment
Comment