Monkuar
Members-
Posts
987 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Monkuar
-
Yea just like that, but i want to have a lil bar showing the song name/artist on my main page to, w/o havnig that huge player on my page, so people can click on it and it opens on window popup go to warez-bb.org (top right) you'll see what im talking about thzx
-
LOL? Anyone help with this plz thx
-
LOL?
-
Hi guys ! I want to read and get the following name and artist from: http://stream.wadiomedia.org/flash/clean/ I need help on what functions I need to use to display it on my website like this site has: So pretty much I Want to have a php script that reads the artist name whenver that flash player updates to. Thanks!
-
here is my query that pull's up from my table "cashlogs" $result = $db->query('SELECT * FROM cashlogs ORDER By time DESC LIMIT '.$start_from.', 25') or error('Unable to fetch log info', __FILE__, __LINE__, $db->error()); Here is a screenshot on what I pull I would love it so I can pull my field imgaward from the user's table and apply them to each from_name and to_name fields in my cashlogs table. Possible? I am trying to act professional and nice as i can please help me on this what, thanks! I am asking you for help because I don't want to use WHERE Statement. because then I Would have like 250 Querys.. lol
-
haha u guys are funny, no wonder why i posted this in the php section not why daniel moved it to the css.. lol it's not a css problem it's php variable function..ahhaha afunny kids even if i do <a href=# class=lol123>2$subject</a> it doesn't work only the letter 2 changes red.. idiots
-
personal attacks? im just talking to you.. Anyway sorry.. but applied the class="lol123" to my index.php with a href and it worked, but when i apply it here: $subject = "<span class=\"lol123\">$subject</span>"; it's still not working any idea? thank
-
Ok then tell me how to add a red link to my css class, since u deleted my topic just cause ur mad?
-
that makes no since because that s/s im showing u is a link.. http://forums.24-7gt.com/index.php?showforum=81 go and click it... and yes the 2 difference is the text after link
-
SEE? Look it's red.. rofl and im using this for that code: if(strpos($topic['style'],'c') !== false) $topic['title_styled'] = "<span style='color:red;'>{$topic[title_styled]}</span>"; see i told u im right save that screenshot to your desktop too so it's obliviously not a css issue.....
-
Ok i see u daniel.. if(strpos($topic['style'],'a') !== false) $topic['title_styled'] = "<font color=blue>{$topic[title_styled]}</font>"; why does that work on my 24-7gt.com then?? zz...
-
no.. that's bologny.. bcz on my site, 24-7gt.com.. on the forums i use <font color=red> and it works just fine i using same .css this is horseshit. something is wrong.. and ur telling me i need to learn css? pft... lol so it has nothing to do with freaking css Bro. i even removed MY WHOLE DAMN CSS And it didn't work..
-
Sir.. any reason why my class is crossed out.. wow on the middle right
-
Uh... yeah. It's built into every browser. Otherwise text that isn't explicitly styled by the web developer would be displayed all next to each other. I think what you should do is to learn about CSS. no i mean is there a .css in my files that is a.red:link { color:#ff0000; } but says purple? bcz if so i need to find and delete it quick cause i cant have it u know..
-
WAIT WAIT! ok i did what daniel said and he said to put a ahref so i did else if ($cur_topic['icon_topic'] == '2') { $subject = "<span class=\"lol123\"><a href='index.php'>hey</a> $subject</span>"; } and "Hey" shows up normal text like $subject.. omg so there's a hiding .css in my files somewhere that is changing ahref link color? OMGgggggggggggggg
-
You missed this part: Maybe because i dont understand that? what does links within it mean? add a ahref in therE? and it could be a php problem because $subject could have a function called before it that replaces any txt lol like strpos or w/e
-
sorry sir, that doesn't work, thanks tho .. omg man i am so lost in this world
-
Ok i'll try that right now.. BRB.. WOW FAIL WTF? IM GOING CRAZY.. LOL!! EDIT: Why move to css help this is php help.. it's something to do with $subject variable.. i posted the code for u..
-
HAha bro i tryed the font color="red" and stuff it doesn't help.. at all, thanks tho.. man im so nervous i really need this to work. omgggggggg O_O On my s/s it shows it's purple text? maybe that has something to do with it? isn't that just a.class link ? ? -.-
-
he meansa link to my site.. ROFL dood it's on localhost, -.- OMG hmm... what else should i try bro ? should i add a header that defines my page as a html strict or something?
-
not true, i removed all css on the site, and took a screenshot, look.. yes i use firebug and i do inspect element nothing shows, that's why i post here for your help..
-
No ? check my post above please.. thx lol
-
Maybe he should reformat his hard drive. It could fix it if it's just a monitor issue. Get off his sack please, k thanks. And no it when i view page source, it shows it just perfect fine right between the tags, do u know what problem could be with my $subject variable? i'll post my whole function below: if ($cur_topic['moved_to'] == null) $last_post = '<a href="viewtopic.php?pid='.$cur_topic['last_post_id'].'#p'.$cur_topic['last_post_id'].'">'.format_time($cur_topic['last_post']).'</a><br />'.$lang_common['by'].' <a href="profile.php?id='.$cur_topic['last_poster_id'].'">'.pun_htmlspecialchars($cur_topic['last_poster']).''.$desktop.'</a></span>'; else $last_post = ' '; if ($pun_config['o_censoring'] == '1') $cur_topic['subject'] = censor_words($cur_topic['subject']); if ($cur_topic['moved_to'] != 0) $subject = $lang_forum['Moved'].': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> '.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>'; else if ($cur_topic['closed'] == '0') $subject = '<a href="viewtopic.php?id='.$cur_topic['id'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> '.''; //monk@ else { $subject = '<font color=red>Closed: <a href="viewtopic.php?id='.$cur_topic['id'].'">'.$cur_topic['subject'].'</a></font>'.''; $icon_text = '<tr class="cl bc1"> '; } if (!$pun_user['is_guest'] && $cur_topic['last_post'] > $pun_user['last_visit'] && $cur_topic['moved_to'] == null) { $item_status .= ' inew'; $icon_type = 'e1'; $subject = $subject; $subject_new_posts = '[ <a href="viewtopic.php?id='.$cur_topic['id'].'&action=new"><b>New Posts</b></a> ]'; } else $subject_new_posts = null; // Should we display the dot or not? if (!$pun_user['is_guest'] && $pun_config['o_show_dot'] == '1') { if ($cur_topic['has_posted'] == $pun_user['id']) $subject = '<strong>ยท</strong> '.$subject; else $subject = ' '.$subject; } if ($cur_topic['sticky'] == '1') { $subject = '<b>'.'Pinned'.':</b> '.$subject; } if ($cur_topic['icon_topic'] == '1') { $icon_topic = 'I chose value =1'; $subject = $icon_topic.' '.$subject; } else if ($cur_topic['icon_topic'] == '2') { $subject = "<span style=\"color:red;\">2 $subject</span>"; } Thanks! $subject i cant find, were the problem is, see the word 2.. it shows red, but the subject doesn't here's a screenshot bro..: (it's at bottom of code) thank u sir!
-
i tryed. still not working omg i even put <span style="color:red">hey</span> next to the $subject and it worked but whenever i put it inisdd $subject it doesnt work lol then i view source on my page and it shows it perfect wtf man
-
no like i put any text before $subject and it works just font face.. omgg or font color