Jump to content
MakeWebGames

Recommended Posts

Posted

Included files: Ctemple.php & Instructions.txt

Price: $10.00

copies: 10

Description: With This new form of crystal temple allows you to trade crystals for will, brave, energy, donator days and protection minutes and the amount spent and gained is completely up to you all you need to do is edit the ctemple files configuration setting.

The query's have been secured and has been tested. The protection allows a user to trade the amount of crystals that have been set in the configuration to add the amount of minutes you set the configuration to of protection. The user will see "You are protected for (protection minutes) below the donate text, If the user is protected they cannot be attacked or gain more protection minutes they have to wait till the protection is over.

Support: When you purchase this mod i will PM you a support ticket that you will keep so if you have lost the file i can resend it to you. I suggest you write it down so you dont lose that either.

How to purchase: PM me with the game you plan to use this on.

Screenshots:

http://img141.imageshack.us/img141/9189/ctemple.png

http://img17.imageshack.us/img17/6654/ctemple2.png

http://img513.imageshack.us/img513/3833/ctemple4.png

http://img164.imageshack.us/img164/5158/ctemple5.png

Posted

Re: [v2]Ctemple

 

This is certainly not worth $10 lol

You've just added a few queries on to the basic crystal temple

Actually i coded this from scratch secured the querys and made it much more easier to configure for someone who does not understand how to code.

Posted

Re: [v2]Ctemple

Seriously, whp paid for one of these?

It's easy....

$db->query(sprintf("UPDATE users SET donatordays = donatordays + %u WHERE (userid = %u)", 5,@intval($userid)));

Or just ALTER the users table and add protection, make it die in the attack page when someone is protected and add pretty much the same query as above. :|

I think if your gonna sell it, make it $1.00.

Posted

Re: [v2]Ctemple

 

Seriously, whp paid for one of these?

It's easy....

$db->query(sprintf("UPDATE users SET donatordays = donatordays + %u WHERE (userid = %u)", 5,@intval($userid)));

Or just ALTER the users table and add protection, make it die in the attack page when someone is protected and add pretty much the same query as above. :|

I think if your gonna sell it, make it $1.00.

Actually that query would allow the user to gain donator days for free and not lose any crystals if you are going to challenge me atleast get it right.. Most of the modifications on here are easy to make but people buy updates like these because either 1) They cant programme 2) They cannot be bothered 3) they have money to throw away..

Anyway 8 Copies left.

Posted

Re: [v2]Ctemple

It was an example.

And how is that a challenge? Your selling something for $5 that someone can do with no problem at all :|

$db->query(sprintf("UPDATE users SET donatordays = donatordays + %u, crystals = crystals - %u WHERE (userid = %u)", 5,100,@intval($userid)));

echo 'You have paid for 5 Donator days at the price of 100 crystals';

Posted

Re: [v2]Ctemple

There are two, No offence but i have also seen a few of your mods and most of them are exploitable or bugged so i wouldn't climb on your high horse mate.

Back on topic 6 copies remaining

Posted

Re: [v2]Ctemple

High horse? Geeez.

I'm not the best coder on CE because i'm not.. But i am better than the average game owner though.

Heck.. I have a 79 line code which contains all what you have that I know... (Including my own function and a little configuration, but untested at the moment.)

Posted

Re: [v2]Ctemple

Mine is 327 lines long and being updated as i type this..

All previous buyers will receive the free upgrade just send me your support ticket that i gave you.

Posted

Re: [v2]Ctemple

 

wow karlos thats a big reduction in the number of lines if it work atleast

That is because i am updating mine he is going off what he has saw from the print shots. Before i started to update this it was 117 lines long.

Posted

Re: [v2]Ctemple

lol i seen the ctemple karlos has made and geez its briallnt its alot better then any on CE currently. even i the noobiest coder here could make a ctemple if i wanted :P

Posted

Re: [v2]Ctemple

AlabamaHit the reason i have a copy of what he show in the screen shots is because i copied it due to it being such a simple mod and it was made for free.... So hence I made one :roll:

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