Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Personals [V2]

great mod, one problem though:

when you search, say you put "i am man seeking a woman" you get results of people that put their type as "i am a man seeking a woman" not "woman seeking man" as would make more sense

 

quick fix:

add

You're unable to view this code.

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

to the if-else statement in the search function

OR

 

You're unable to view this code.

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

 

before the if-else statement

Posted

Re: Personals [V2]

I added it, but it is not debiting the money. Also I was unsure where to add the last bit added here. I admitt I am new to coding, and wasnt able to figure it out. Any help would be appreciated.

Posted

Re: Personals [V2]

to fix money problem, above the "Your personal ad was submitted to the newspaper" line add:

$db->query("UPDATE users SET money=money-10000 WHERE userid=$userid");

  • 2 weeks later...
  • 3 weeks later...

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