-
Posts
60 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by dbeckerton
-
hmmmmmmmmmmmmmmmmmmmmmmmmmmm just trying to think
-
it doesnt seem to be working instead it still allows the user to have the items even without the 100 crystals, :(
-
i cannot seem to find where to add the line to take 100 crystals from the user for using the daily random item giver can anyone implement it for me, code is shown below, im sorry for all the issues im having only new to this stuff <?php include_once('globals.php'); $sql = "SELECT * FROM `random_items` WHERE `user` = '{$ir['userid']}'"; $run = mysql_query($sql, $c) or die (mysql_error()); if (mysql_num_rows($run) == 0) { $amount = mt_rand(4); echo '<p>You have Recieved ' . $amount . ' </p> <p>The items you have been given, are:</p> <ul>'; $sql = "SELECT `itmid`,`itmname` FROM `items` WHERE `itmbuyprice` < 9000 AND `itmbuyable` = 1 ORDER BY RAND() LIMIT $amount"; $run = mysql_query($sql, $c) or die (mysql_error()); while ($item = mysql_fetch_assoc($run)) { echo '<li>1x ' . htmlentities($item['itmname'], ENT_QUOTES, "UTF-8") . '</li>'; item_add($ir['userid'], $item['itmid'], 1); } echo '</ul>'; } else { echo '<p>You have already claimed your free items today.</p>'; } $h->endpage();
-
thankyou everyone :) when i actually get better at this which hopefully will be soon ill provide help as well to anyone that needs it thanks
-
Ill try to explain it a little better, well basically i am trying to make afeature that almost works like a random card pack , so the user spends 100 crystals on this card back which contains 6 random items within the game in which they will receive for spending the 100 crystals
-
i just need to figure out a code that charges the user say 100 crystals for the random items and using a specific 5 random items
-
thankyou guys now ill just complile it cheers big help
-
dont worry mate ive thought about it quite well, i did economics at a-level, im sure ill figure out a system
-
i was planning for it to be a whenever you want it kind of thing! :) if you get me
-
I was hoping someone could spend just a few minutes helping me or possibly giving me a code, i want to have some type of link that a user can click in which it costs say 100 crystals and a user gets 5 or 4 or whatever amount of Random items from the game is this possible and could someone help me do this
-
like the ideas, although the login page could do with a little spice as it seems very boring and out of place
-
looks a little simple and grey i think you need to make some sections stand out a little more
-
its all about a good idea and working on it hahaahh :P but first you got to have a good idea and then have the time to implement it :P which is where is fault
-
Hello everyone, i use Programmes such as photoshop cc and after effects cc and etc, if anyone would like developments such as templates, video developments, professional video openers and etc i am happy to offer my services for little cost (Paypall) but you will find me great value for money, SIMPLE Video OPENER, Simple login templates Cheers
-
I have decided to give away all my modifications
-
cheers , sorry guys if you have had problems trying to get to the site !
-
- does it have a valid mccodes license? Yes, although i dont know if i have uploaded it , if i have not i will do it now! - what kind of price range are you after? open to any offers - what kind of modification has the base had, for example have you/someone gone over it to fix known bugs or are they still present? Bugs have been fixed by me and a few of my mates, there is one modification problem with a car mod where tuning the car does not work! - Why are you selling it? I do not have the time to run it and develop it as i have a busy life at the moment and it is likely to be longterm!
-
Ok to answer the first question some reason it wont let me type the url in the comment box so i will type it with "*" between each letter so it works http://www.f*a*l*l*e*n*c*i*t*y.pcriot*.com
-
Hello everyone, recently i have not had much time to be able to develop and run my game effectivily and i have now finally decided to sell my game to someone who is more likely to spend the time it needs to be fully developed and run.Anyways if your interested please pm me, feel free to Private Message me if you have anymore questions,im happy to answer! Anyways below are a few more details of the website. The website is currently running from a Free Hosting server and was originally developed from the origiinal Mccode V2 version. The website has had many developments this is both with content,security and face style. The website has recently onlt just been re-launched so there are not currently many members, the website is also currently in a strong position on Google so it is easy to find. Thankyou everyone
-
Forgot to so please ! x
-
Hi everyone i have been looking at a few popular text based games such as torn city and i have noticed that the table colour and style they use seems to look very professional and organised and i am currently using the original Mccode V2 table appearence. I cannot seem to find the right specific style to make it look good! and i was wondering if anyone could quickly help me with the colour and improvments to the table in the header.php .table { background-color:#000000; } .table3 { background-color:#000000; } .table td { background-color:#DEDEDE; height:22px; } .table3 td { background-color:#CCCCCC; } td .alt { background-color:#EEEEEE; height:22px; } td .h { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } .table th { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } --> </style></head> <body> <center> <table width="970" border="0" cellpadding="0" cellspacing="0" class="table2">
-
Hello everyone i have recently created a game called fallencity and i would like people to review the code not the URL as i knw Pcriot is not a good host, open to all comments thanyou http://www.fallencity.pcriot.com
-
Hello i am currently going through with a total remodel of my game and i have noticed large amounts of inactive members that i deleted, now i have large ip gaps is there anyway of fixing this
-
Have any of you guys got any ideas on a way to keep my files safe and secure. Would really appreciate it !
-
I Know it is not totally secure but it still stops some people im guessing !