Jump to content
MakeWebGames

Lithium

Members
  • Posts

    1,099
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lithium

  1. Re: Battle Arena [$20] ermmm, dumb me!!! session_start() was missing :S though i have overlooked to the code and it seems i missed it... ALL the times i looked at it. Thx Iso once again, and also for the PM too :)
  2. Re: Battle Arena [$20] Need a few pointers on this one. Swapped it to V1, though each time i hit the link to enter the file, it keeps leading me to the login page.
  3. Re: MCC V1 Jail Problem   Hi, for the codebit you pasted it is not possible to figure out where it might be the issue, as you have resources running within the if statement the error triggers on line 24 though it can be on any line below that one within the if statement, so if you can paste the if until the closing bracket :)
  4. Well, this might be a bit off-topic, though it also might be usefull. I've been looking around and a lot of talk on the captacha's and avoid refreshers as been dumped into the forums. It's basicly impossible to completly stop refreshers, and pointed quite well by Nyna, a random one, will go basicly do the trick, even with captcha's usage. I was wondering, if, making the captcha pop out let's say on the gym, right after the user hit the "Train" button, if that wouldn't be just a bit more effective than the regular captcha when entering the gym?
  5. Re: Question It is a bit tricky, though the best option (in my opinion), is to compare what fields you have in common on both db's, and make a fully new registration, to fullfill both db's this way, you will have both filled up. I know it might no be the best option, though my opinion is the less messy and time consuming (code speaking) you will have to do a fully new registration page though but it will save users a lot of time having the registration in both places at once
  6. Re: a pointer or two   $ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); very well "hidden" on global_func.php on the check_level() function! thx :)
  7. Re: a pointer or two     i would agree with you... as it would be the obvious place to be... but there is not :| $ir['exp_needed'] returns always an empty query as it doesn't find the column on the table, and well, i compared a couple of db's, and none has that :|
  8. i am working around with a v1 file of attackwon.php and when the hit is successfull it displays the message plus the amount of experience gained. Experience that is never shown goes always in 0%, i tried to echo bit by bit to see where the issue was until i get to $expperc=(int) ($expgain/$ir['exp_needed']*100), a bit looking upper in the file, i can't find out where it lays exp_needed so, any tip or any work around to display the correct percentage?
  9. Re: [mccode] Fixed Advertisements for mccode v1.1 even with the obvious missing pointers, it seems to me that it lacks one or two main functions :| i manage to make a "work around" though it keeps not wanting to do the trick, as main directions on to the install are also not that obvious as they seem to be :S, so if anyone out there was able to pull this out, well, i don't ask for the code, only a pointer to the solution as it is not obvious for me :)
  10. Re: [mccode] Fixed Advertisements for mccode v1.1 has anyone tried this one, and successfully? seems i'm having a bit trouble to make it working :|
  11. Re: [Free V2] Lottery lol that goes at 24:00 saturday or... 00:00 sunday ;)
  12. Re: Delete User DP It is a nice idea, though it would be rather simple, having DP's as items and well... delete them through regular delete item from user. (this considering you have DP's as items, otherwise it might do the trick :)
×
×
  • Create New...