Karlos Posted January 5, 2009 Author Posted January 5, 2009 Re: [MCCodes V2] View User Thanks radio_active I'll look into it after school tomorrow but I actually need a decent night sleep to get me up for 7am :wink: and I did do a few visual edits if you check the screen shot or read the code... not a lot of difference but there is some. *Karlos turns off computer, goes on xbox for a while...and goes to bed. Quote
Zero-Affect Posted January 6, 2009 Posted January 6, 2009 Re: [MCCodes V2] View User click it for enlarged picture http://i204.photobucket.com/albums/bb295/zero-affect/viewuser.jpg[/img] With some handy css and a little js you could create something like the above with this code... i didn't use his code but if it was available when i was doing mine im sure i would have. (Don't just steal my css lol get your own...) and again + 1 Karlos great job Quote
POG1 Posted January 6, 2009 Posted January 6, 2009 Re: [MCCodes V2] View User I found this in your code... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. what about? You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Zero-Affect Posted January 6, 2009 Posted January 6, 2009 Re: [MCCodes V2] View User You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. lol minds alike huh pog :-D Quote
POG1 Posted January 6, 2009 Posted January 6, 2009 Re: [MCCodes V2] View User I just don't like to see very long scripts for something as simple as getting a word ;) Quote
Karlos Posted January 6, 2009 Author Posted January 6, 2009 Re: [MCCodes V2] View User Well to be honest I'm not great with arrays so and I don't have a good clue what I can use them for... I've been focusing on understanding them but I still can't.... If anyone can help thanks... But for when I release my next update for the script I will add this in.. Thanks POG1 and Zero :wink: Quote
kaine- Posted December 22, 2009 Posted December 22, 2009 anyone got one to for a faction instead of a GANG? Quote
Jordan Palmer Posted December 22, 2009 Posted December 22, 2009 Just change the query and the link -.- Quote
Shakeynath Posted December 22, 2009 Posted December 22, 2009 Me, Personally, I belive its a bit "non-professional" look if you will. Okay but did I state that it was designed to be a professional looking? Nope you didn't mate ! Ignore it lol Nice work :thumbsup: Quote
Shakeynath Posted December 22, 2009 Posted December 22, 2009 Nice one mate, Just had to modify it just a little to suite my game but i have used it. Neatly laid out too :thumbsup: Quote
kaine- Posted December 22, 2009 Posted December 22, 2009 will someone change everything on it to view a faction and lyk a company on it aswell :) please :D Quote
Danny696 Posted December 22, 2009 Posted December 22, 2009 Are you incapable of pressing Ctrl+F, pressing the letters G A N G then pressing tab then pressing the letters F A C T I O N. Can't you do anything your self! :cursing: :cursing: :cursing: Quote
Dayo Posted December 22, 2009 Posted December 22, 2009 danny if its that hard why couldent you just say look line what ever change it from ... x ... to ... x ... or better still dont even post cos things like that are just pointless if you want to replace gang with faction replace this (lines 137 - 144) You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. with this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. please note i dont know what tables you use for your faction so you may have to edit them acordenly Quote
kaine- Posted December 22, 2009 Posted December 22, 2009 Notice: Undefined index: faction in /home/qulo8876/public_html/viewuser.php on line 159 how can i sort this? Quote
Zero-Affect Posted December 23, 2009 Posted December 23, 2009 Find line 159 paste whats in it and maybe we can help mate. Quote
kaine- Posted December 23, 2009 Posted December 23, 2009 if($r['faction']) { echo '.'"]'.$r['factionNAME'].' '; } else { echo 'Not in a faction. '; } i just put this in what else do i need i copied this over the gang bit and it says this Notice: Undefined index: factions in /home/qulo8876/public_html/viewuser.php on line 159 Quote
Zero-Affect Posted December 24, 2009 Posted December 24, 2009 if($r['faction']) { echo '.'"]'.$r['factionNAME'].' '; } else { echo 'Not in a faction. '; } i just put this in what else do i need i copied this over the gang bit and it says this Notice: Undefined index: factions in /home/qulo8876/public_html/viewuser.php on line 159 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. that is the SQL now considering i think your saying you changed gangID and so on in gangs table to factionID, and maybe gang to faction in users database i would say try editing the SQL to fit that? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.