Jump to content
MakeWebGames

lucky3809

Members
  • Posts

    1,115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by lucky3809

  1. lucky3809

    Onebip

    30 cents a transaction from your own country, and the small percentage from other countries the user is in, and a secured payout is better to have then signing up to companies such as onbip and not receiving a payout at all!!
  2. lucky3809

    Onebip

    use google checkout, never had a problem with them. They also have mobile merchant payment option too, but i have yet used that service.
  3. you leave little detail to what your problem really is, maybe you are not calling the bbcode engine in your script which is why no matter how you put it, it doesn't show correctly, maybe posting your page where the input is shown would help others help you. and really, was it necessary to post, that you are ungrateful for me trying to solve your problem? really? You sir have problems... I will be sure to mark you down to NEVER help.
  4. it is in your staff.php menu the link to the userlevelform it is nothing on your staff_special.php looked over your script you never said when you got that message after you had clicked on the link from your side menu or after selecting a player. and still you shouldnt be mixing POST and GET it needs to be all the same or the Post in the query is not being secured by the secured line with GET. the fix open staff.php find : staff_special.php replace with: staff_special.php?action=userlevelform
  5. first of all the end tag is /color it does not have = (color) it is: <color=red>should br red<*/color> (without the *)should br red Using bracket [ ] instead of <> forms the bbcode on here.
  6. Coding a new engine is not easy never less a short dedication, its a life time dedication, or how ever long you wish to keep the engine updated. Without updates your game does not go anywhere, and will fail. Your better off grabbing a few links, or books and learn php,mysql,ect... Or do it the easy way and never learn and pay coders to code it for you,then after your done you *MIGHT* profit back the cash you paid out to have coders code it, but that is a little *might*.
  7. Check your number_format function that's where your problem is.
  8. I agree $750 does not cut it. A coder is paid from $25-150 an hour depending on their skill. $750 for new engine made from scratch and plus not to mention designing of the game in and out, is going to cost you way much more then $750, when there is people out there that will pay between $25k-200k for this. Unless you find someone that really needs that $750 but even then they may not even do it, and just tell you they will. That is like $31 a week lol funny if you do the math!
  9. Where do you have stats showing index.php? Might have (int) in there somewhere preventing it from displaying right or something along the lines, post the part that echo's the players stats.
  10. I was not pin pointing anything about you Spirit, I was just replying back to H4x0r666 comment,that Octarine was not being rude in fact, he has been helping a lot of people out lately, and sometimes he points out the obvious, and then someone comes along taking it the wrong way, (not you). H4x0r66 makes it sound like that people should be on demand on this forum, that's how i took his comment.
  11. What i find ironic the people who DO help, is ALWAYS taken for granted on here, we the people who help does not work for the mccode engine, we offer help when we believe the help is needed, sometimes, people demand help without even trying to fix the error themselves it's quite obvious if the events were not posting the most recent it means the ORDER BY does not include the date of the event, nor Desc..ORDER BY evTIME DESC check your vars maybe they are not calling those correctly... Octarine has helped many people on this forum, and just because he posted what he did, does not mean he posted it to be rude, he eventually helps afterwards when the person has tried to fix it. We are not by no means slaves to you all that are seeking help. We have life's we are not employees of mccodes.com
  12. It's ok, but not my taste of dubstep there is no bass in any of the videos.
  13. I use Pog's name color function, however if you don't know how to use the function then you won't be able to see it work... http://makewebgames.io/showthread.php/29865-mccode-Small-Mod-%29?highlight=nameFormat It is an older post and you would need to correct the code due to the forum messed it up.
  14. lol your script gives me a headache, so many lines uncalled for do as spudinski said click the link or die... lol
  15. yep they come with all mccodes. maybe you dont have a legit copy of mccodes?
  16. Looks interesting, very nice!! Only thing is need correction on the spelling. Not to fond of the caps on all words though.
  17. looks interesting!
  18. Not a waste however it would be a waste if you know NOTHING about php... mccodes are simple to install not hard at all installing. And most help is on this forum you wouldn't be a first to ask for the help, use search option for this forum and type "installing" sure there are tons of topics on it!
  19. hostable is fine i use them, have yet ran into any problems. I'm using the deluxe package, I had won for 3 years, they have contests on facebook to get 3 free years but the domain is not included you have to purchase the domain for $10 or pick their free one. which is hostable.me
  20. is soulraider not still there?
  21. Not all of us just code in the mccodes scripting. php yes, mccodes is no special coding, it may be simple, but doesn't mean it's the only coding we know on here.
  22. I'm sick of mccodes this and that being illegal to use... It is also illegal to sell without a business license so who is in the wrong mccodes, or the person who bought it? To me they both are, but who cares life goes on.. but really they BOTH are illegal period, but people use them BOTH. No lose. And what I have heard not even the mccode site made them, someone else did so talk about copyrights...
  23. after <div id="menu_side"> add another div... <div id="leftNavCont"> then instead of ... <div id="right"> safsfsd </div> replace it with... <div> Content </div></div> as for the css add(what the other site has for it)... div#leftNavCont{ width:170px; float:left; display:inline; padding-right: 5px; padding-left: 5px; margin-top: 0px; margin-right: 27px; margin-bottom: 0px; margin-left: 0px; background-color: #FFF; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; } You may need to mess around with the css and change it around to your likings. Djkanna's solution would have worked for what you were wanting... Sometimes all you need to do is grab the source code of that site you wanted it to look like and save it and upload it, then get the css and do the same thing, then go through the code and take out all the stuff you didnt want.. Not hard to do..
  24. exactly what i was thinking before, that he did not type it correctly happens most of the time.
  25. Why so complicated, just switch the css that you have for menu with content, and then update the width.
×
×
  • Create New...