Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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., :-)

Posted

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)

Posted

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

Posted

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.

Posted

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)

Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...