Jump to content
MakeWebGames

corruption

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Everything posted by corruption

  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?
  16. Re: Profile Signatures Thanks Seanybob, your code works perfect
  17. Re: Parse error: syntax error, unexpected $end nevermind itz fixed, justa stupid mistake i made :roll: thankz anywayz :-D
  18. can anybody help me with this error? Parse error: syntax error, unexpected $end in /home/nukeu3/public_html/streetz-of-chaos/TestSite/mainmenu.php on line 165 line 165 is the very last line of my page mainmenu file
  19. Re: Help lol i was only joking, i paid for my veriosn of the codes and i believe you should have to... and if i wanted to play with my stats then i would do it on my game that I Paid for :wink:
  20. Re: setting xp for crimes id like to know about removen the caps on everything, aint been able to figer that out yet :|
  21. Re: Help haha, hey dmcdaid, if i help you with that error can i sign up and boost all my stats and see what itz like to :lol:
  22. Re: Editing staff levels another thing that leads back to my first post, if i did go with the moven staff around where would i do it at :?
  23. Re: Editing staff levels i want the owner panel so i can edit and limit what other staff has access to but still be able to have myself access to everything on the admin panel has and more i thought about just moven the staff around for example changen: Admin Panel to Owner panel Secretary Panel to Admin panel keepin assistant and doin away with the secretary   then i would have to change alot of codes like what level sees what and the user level on the profiles that just sounded like to much work if there was a way to just make a new user level in the database but in the database all i seen that related to user_level didnt have a way to make a new one its just a single table that sets the default user level to 1 when somebody signs up
  24. Re: Editing staff levels well basicly what i wanna do is either creat a owners staff panel or chage the admin panel to a owners panel then edit the other panels to down size their access
  25. Re: Editing staff levels ok but where abouts in the database? the only thing iv found is a tabel under users called user_level :?
×
×
  • Create New...