Jump to content
MakeWebGames

[v2] CreateGang Secured+Updated


Recommended Posts

Guest Sniko`
Posted

$first = gets the first 3 letters from gang name and sets it as tag

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Thanks

Sniko

p.s Thank you magictallguy for helping me

Posted

Re: [v2] CreateGang Secured+Updated

Good job to you and magictallguy +1 and just wondering does this allows users to have same gang name if they leave space before the name

Guest Sniko`
Posted

Re: [v2] CreateGang Secured+Updated

 

Good job to you and magictallguy +1 and just wondering does this allows users to have same gang name if they leave space before the name

i think it does but all you have to do is add this

$name=trim($_POST['name']);

under

$name=stripslashes($_POST['name']);

Guest Sniko`
Posted

Re: [v2] CreateGang Secured+Updated

 

Why are you stripslashes on the name? -.-

Just in case

Guest Sniko`
Posted

Re: [v2] CreateGang Secured+Updated

 

Why are you stripslashes on the name? -.-

Just in case

Just incase what?

I dont know - you dont have to have if you dont want

Posted

Re: [v2] CreateGang Secured+Updated

 

nice one sniko btw are you trying to secure all the pages in mccodes standard edition

Securing and Updating them all

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...