
lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
for your no users exist try this... else if($db->num_rows($sel)==0) { die("No user exists with this ID!"); }
-
Richards Business Mod--Fixed With a few Things added.
lucky3809 replied to Joshua's topic in Free Modifications
07-01-2010 10:16 AM <--- old post to be replying too. As for company specials- maybe read all the thread before asking? and make sure you have read updates where people have gave examples? -
make an IF statement such as example... if ($r['itemid'] == 12 && $r['itemid'] == 10){ //combine } else { //Can't Combine }
-
For me I think most people uses the common themes, because they just aren't unique enough to think of something else, I yet have seen what I am piecing together, and developing, but can't go into detail, due because, like an invention once you tell people they will go doing the same thing lol. But I have noticed a lot of mafia themes used lately too, pirates would be good as you mention and ninja theme, you don't see that many. Also I think some owners who make the games of mafia themes, just want to hurry and have a game to just have, instead of taking time and actually making it unique.
-
I just get out of the main post your looking for a trade mod.
-
without seeing the page it is hard saying it could be within your queries why it is not setting, or it could be that there is an error in your script somewhere.
-
Time Left is not in your table in your database you need to add it why your getting that error
-
just seen the replies thank you guys! What i have done was if ($percent+$md['EXP']>=100){ //blah } And that worked for me. As for the mysql least() going to use that instead, that is what i was looking for but forgot the name for it thank you!
-
it could be that your screen is set on higher brightness then what most uses. If I adjust my brightness of my screen it looks brighter and better, but when i have it set on default settings its darker, and somewhat not readable.
-
" target="_blank" or http:// is not needed in your script morgan, as for I am guessing you took that script off the forum, and it was an older post? When these forums were upgraded to the new layout ALL older posts and threads relating from 2008-2010 were effected through the bbcode, which left those in the codes, they are not part of the script that had been originally posted on here.
-
Ok here is an example, If I was to buy mccodes say that i am new to coding, and i wanted to purchase it just be experiencing with it, and I happen to switch all files to my own coding and there was no more mccode codes in any of the script, you are saying it wouldn't be my work? I understand the fact it may be mccodes to start with, but after I change it to my own preference it is rightfully considered my work, in my opinion. And yes, php is copyright to an extant, by techniques the developer used in his/her coding and layout of they're engine. However it does not prohibit no person to not be able to use php all together as for it's freely to use by anyone. As for the windows statement, your actually wrong it can be duplicated and used by changing the layout and coding and name. One change in the copyright defeats the copyright infringements law, because it is changed and therefore is different and is not the same. The only copyright wrong is duplicating the software completely and not changing anything, then that is when you face being sued and having a law suit on your hands. edit: And by the way, by the time you purchase mccodes you will definitely need to make it your own anyways, because the code is flawed inside and out, to be honest when you take something and re create it, and remove everything from the prior coding, you are the owner and have the copyrights to it. I never understand why most people use scare tactics when those scared tactics will never stand up in front of a judge. As for the raven script, i never bought it or seen it, but if it's identical to mccodes and have not been touched, and duplicated then I understand the hype over copyright, however if they went out of they're way and re made the script and everything then they technically have the rights to it, how i see it. And as prior poster said mccodes if not legit can get into trouble over tax fraud for not claiming they're earnings from the product they sell on their site, all businesses pays taxes only ones exempt are donations and non profit businesses, and mccodes is neither one.
-
well excuse me then http://www.oft.gov.uk/ also can be checked and bbb.org for U.S
-
it's not register in uk they also have a database of businesses. :)
-
PHP is freely used, mccodes is not a register business or it would be on bbb.org, however just because there is no patent on their codes does not mean it is copyrighted, copyright does not necessary need to be done through registration. But the thing is php can't be copyright fully only an idea that is used using php such as layout and coding techniques, one change in an engine by the owner who bought the engine, can own the engine and have the copyright rather it was bought or taken illegally. I learned this through the law office I worked for. And this is the main reason why you do not hear of mccodes suing the millions of games that is using the somewhat remake of their engine, once the coding is change it no longer belongs to mccodes point blank.
-
wrong area to post in
-
Can be deleted I found the solution to what I was needing help with, I just added an if statement with adding the exp and percent together then using the greater then 100... took me long enough lol. I was thinking you can't use + in an if statement, but it worked.
-
I kind of having a difficult time with what i am trying to do, and just going to ask someone on here to see if they can direct me in the right area, or give me an example how i would do it. Ok I made an education mod similar to roguevampires that has up to 3 modules per class everything is working the only problem I am having is on the last click I want it not go over 100% and want to add the completion text on the last click that would equal 100% for instance the 3rd module is 1.6% per click say the percentage is 99.8% done, I want the next click to read 100% and for it to read a message that it's complete instead of it reading 101.4%. the code I am using for the percentage is the same exp and level uses in the check_level function with some adjustments made to fit the education table module instead of level and i erased the other things for will,brave,and ect. would i just change the table field where exp is default 0.0 to 100.0?
-
could be your action is not in the directory as stated in your script make sure the path is correct
-
[mccode v2] Advanced(isher) Level Upgrade Mod.
lucky3809 replied to Becon's topic in Free Modifications
in header.php change this part... print <<<OUT to an echo ' statement following the ending part with '; instead of OUT; Of course you will have to change and add the right '. .' brackets instead of {} on most of the fields areas, also change the single quotes to double within the echo statement. and it should work. for some reason print <<<OUT and OUT; wont work with this mod. I thought I had updated this, but guess not. -
It could be that you never set those items to weapons when you made them, edit them and see if you marked them to be weapons. Also it is not hard to use the built in quantifier in global_func.php item_add it's less coding then what you have posted.
-
You may not have a database have you checked to see if it inserted the fields and tables after installing? Before making a weapon or items you have to make a type, then make it, if you don't make a type it wont let you pass the make link function. So go into your staff panel and click where it says new type and add a new type, then make your item
-
That is to merge items perhaps they failed to add the rest of the code you can actually delete that, as for there is a function that does so item_add in global_func.php if your using mccodes v2 what it is doing instead of in your inventory you have potion potion potion you click merge and it should add them together and you should have potion 3x instead of them individually cluttering up the inventory. It's a way earlier quantifier someone made without knowing of the one in global_func.php in v2 don't know about lite and v1
-
unexpected T_STRING Error?? Can't find the problem!!
lucky3809 replied to jjnicholascolwill's topic in PHP
The code is like that because when they switched to the new layout forum,some of them were ok some of the older posts on here got screwed up target_blank is not part of the script it was what the forum replaced, it was the field that went between that part -
Your game looks like the same games that uses the same platform/engine. I didn't see anything new. Definite not my cup of tea, IMO!
-
I do exactly the opposite ... add this under your while statement...as shown in example... while($d=mysql_fetch_object($c)){ $bgcolor = ($bgcolor == "#ececec") ? "#ffffff" : "#ececec"; then for your <tr> tag add... <tr style='background-color: ".$bgcolor ."'> and your done, really simple and easy!