Mafia-Club Posted December 6, 2008 Posted December 6, 2008 Hello this is my first mod i have made it is a small mod it is a basicly contact mod so when you go on it will say the Admins name And the admins email so members can contact Admin you just need to Change (Click Here) And replace it with your Admin name And where it sayes (Your Admin email) Change it to Your proper email please i dont want bad comments has it is my first small mod more to come soon has i improve my php even better thanks You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
radio_active Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] (Your Email) is in the users field on the DB, You can just pop a query to select the email rather then type it in. Also i wouldn't encourage this as you leave yourself open to spam. But i mean well, first mod. hmmmm well you've attempted spacing to make it look clean so your better then some people., :-) Quote
Mafia-Club Posted December 6, 2008 Author Posted December 6, 2008 Re: [mccode v2] [small mod] (Your Email) is in the users field on the DB, You can just pop a query to select the email rather then type it in. Also i wouldn't encourage this as you leave yourself open to spam. But i mean well, first mod. hmmmm well you've attempted spacing to make it look clean so your better then some people., :-) Thanks Well am improving i will try to do what i can i will try my best so would i need to put in {$ir['email']} Where it sayes (Your Email) Quote
jamboy1 Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] (Your Email) is in the users field on the DB, You can just pop a query to select the email rather then type it in. Also i wouldn't encourage this as you leave yourself open to spam. But i mean well, first mod. hmmmm well you've attempted spacing to make it look clean so your better then some people., :-) Thanks Well am improving i will try to do what i can i will try my best so would i need to put in {$ir['email']} Where it sayes (Your Email) {$r['email']} If you use {$ir['email']} then the person viewing it would either see nothing or would see their own email Quote
Mafia-Club Posted December 6, 2008 Author Posted December 6, 2008 Re: [mccode v2] [small mod] Nope {$r['email']} diden't work Quote
jamboy1 Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] You'll need to select from the database Quote
radio_active Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] of course {$r['email']} isnt going to work, it doesnt know whos email its trying to get.. A query needs to be in there. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Something along those lines. Quote
jamboy1 Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] I've done this for you... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. i don't know if it's exactly how you planned it and it shows all admins (i pulled this out of stafflist.php) Quote
Mafia-Club Posted December 6, 2008 Author Posted December 6, 2008 Re: [mccode v2] [small mod] Thanks it works well am going to buy a php book what is better a book or php.net or w3schools.com Quote
jamboy1 Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] I guess different for everyone, try them both Quote
Tezza` Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] Personally i would say a book, i've learnt more (X)HTML / CSS in a book then anywhere. Although you can only squeeze so much in to a book, and you can forever update / change imformation on the Internet. So, yea, i guess it is all a matter of opinion. Quote
radio_active Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] w3schools is better over php.net i think. Books well, i think they suck, lol...Well e-bookz do. Quote
jamboy1 Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] Books are too big although they're easier to bookmark :L Quote
Mafia-Club Posted December 6, 2008 Author Posted December 6, 2008 Re: [mccode v2] [small mod] What is the best php book i can buy Quote
jamboy1 Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] I wouldn't buy one, they cost way too much Quote
Tezza` Posted December 6, 2008 Posted December 6, 2008 Re: [mccode v2] [small mod] I wouldn't buy one, they cost way too much of course they dont, i have "html, xhtml and css all in one desk reference for dummies" that is 8 books in 1, its like 1000 pages long, and that was only ?22.99 which is $39.99. Like i say though, you can keep a book forever, you can't guarentee the data on the internet wont be removed. 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.