Jump to content
MakeWebGames

Recommended Posts

Posted

This is my frist mod and very very basic!

 

You're unable to view this code.

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

 

Put this in cron_day.php

 

You're unable to view this code.

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

 

This is the sql

 

You're unable to view this code.

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

Give me ways to improve... :thumbup:

Posted

add somat so they can only do it once an hour or else you could just hold f5 and get lots of money and str

like make a field in user called shot

ihrn

if ($ir['shot']) {echo 'you have shot already today';$h->endpage();exit;}

then add somat in cron hour

But any way good first mod

Posted
Even for your first mod this sucks on many ass levels. Sorry but -1 Epic fail ;(

you dont have to be like that just point out what could be better my 1st mccode mod was just the smenu with some DWCS3 CSS n JS

Posted

Is this the ben that annoyed the hell out of me to make him a login,reg and ingame layout for freee ¬_¬ ( went on for so long )

 

who you get to make this mod then ben ?

Posted

You're unable to view this code.

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

[mysql]ALTER TABLE `users` ADD `shooting` TINYINT( 1 ) NOT NULL DEFAULT '5';[/mysql]

 

Just cleaned it up a little :)

Posted

You're unable to view this code.

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

 

That should really be

 

You're unable to view this code.

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

 

I mean it may work, but it's just safer to do it this way.

Posted

Ben, nice first modification try. Next time, try run over the code a copoule more times, and look at certain bits, then see if you could improve it + secure it + update it.

Thanks

Best Regards: Redex.

Posted

You're unable to view this code.

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

that makes a diffrent target each time you visit a page

to let them chose from all use this

You're unable to view this code.

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

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