Jump to content
MakeWebGames

corruption

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

corruption's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: User Notepad whats the diffrence between this code and the profile signature beside one is changed through pref`s and the other isnt? i would have to agree with a few others here and say make it for the index.php, it is called User Notepad... not PUBLIC User Notepad :-D
  2. Re: blocking why would you want to stop a donator from entering the crystal market? :|
  3. Re: Disable referrals on a user   lol thats someting id like to know as well :|
  4. Re: Help what is line 12 in the authenticate.php   and why in the hell do you have so many subfolders goin on :? /mounted-storage/home34b/sub001/sc27936-ZMNG/www/ryanstest/authenticate.php??? theres no need for all that
  5. Re: WAMP 5 :? do you mean you want to see a page befor you upload it? :|
  6. Re: Money cap.. did you change the int vaule in the database... from int(11) to bigint(20) :|
  7. Re: Money cap.. yeah the way DaKingB said to do it in that last forum i just posted a link to seems to work alot better, ill quote it here since the other forum has nothing at all to do with the subject lol i dunno why i posted there to start with :lol:  
  8. Re: setting xp for crimes do you have any idea of witch file witch file i change this in to uncap the ammount of money you have on you :-D
  9. Re: Money cap.. i just seen in another forum of how to do this... http://criminalexistence.com/ceforums/index.php?topic=976.0
  10. Re: how do u turn dps 2 items isnt their a mod for that? :|
  11. Re: Money cap.. when i changed my cap awhile back, i was was told to goto into the db and change the int(11) to BIGINT(15) or what ever i wanted it at and then go into the file for example bank.php then find the lines that contain this =abs((int) and take the (int) completely out, so for example in my bank.php to remove to cap on my withdraw amount i changed $_POST['withdraw']=abs((int) $_POST['withdraw']); to $_POST['withdraw']=abs($_POST['withdraw']);   im still new at all this php shit and i dont know if what i did was done correct but it seemed to work so i left it at that lol hope it helpz you some :-D
  12. Re: Profile Signatures ok iv been playin around with this and iv come to notice that if a user doesnt add in the tags then it will just keep maken the table bigger, is there anyway to make it where the table cant be made any bigger or to make it auto add the tags? :?
  13. Re: Parse error: syntax error, unexpected $end yeah it was missing a } befor the last line of course its alwayz the little things :lol:
  14. Re: Editing staff levels yeah i found it thanks tho, this owner panel is working great :-D
  15. Re: Editing staff levels thanks that helped alot, but now how do i get it to change the user level on the profiles... i did away with the IRC op and made that the owner panel now when im on the owners level my rpifile says im a IRC op :? any idea how to fix that to?
×
×
  • Create New...