Jump to content
MakeWebGames

Snake

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Snake

  1. ok then....my bad....i apologize....looks good though
  2. I know this may be a dumb question,but why the hell would you want anything in a game besides maybe a chatroom to open up in another tab,or page,don't this target="_blank" make it do that....it's on every link in this city page code....i just don't understand why it would be made like this
  3. i know about the ereg being useless,or not used in php 5 now....and i did it as he said....got admin e-mail invalid...same **** i been getting from changing ereg to preg_match....and adding the / and $ where he said to add it....doesn't work.....nothing i've tried has helped me get through the 3rd step of install
  4. if (!ereg("^(([A-Za-z0-9!#$%&'*+/=?^_`{|}~-][A-Za-z0-9!#$%&'*+/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{0,62}\"))$", $local_array[$i])) { return false; } } if (!ereg("^\[?[0-9\.]+\]?$", $email_array[1])) { here is the rest of the ereg i think will error within the installer.php file....tried sending the file text to you illusions,but char limit would not allow it this bit of code is all the ereg thats in it
  5. that ended up the same error...saying admin e-mail was invalid....using the bit of code you have here
  6. thanks,that worked,but now i have the same ereg error for line 14....which is if (!ereg("^(([A-Za-z0-9!#$%&'*+/=?^_`{|}~-][A-Za-z0-9!#$%&'*+/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{0,62}\"))$", $local_array[$i])) { actually i think this is lines 14 and 15....but getting the same error....changing just ereg to preg_match on the 14 line makes it say admin e-mail invalid
  7. Deprecated: Function ereg() is deprecated in......installer.php on line 6....this is the error this is line 6 if (!ereg("^[^@]{1,64}@[^@]{1,255}$", $email)) {
  8. did that...didn't help
  9. Can't just ignore this error....mainly because i don't get the login after the 3rd step errors from the ereg thing....thanks...guess i'll look elsewhere for a mccrappy code solution
  10. Not sure how old this post is,but i'm having the same install problem,but it only says it for line 6....which has the ereg deprecated error....replacing ereg,and eregi with preg_match doesn't help...unless i'm replacing ereg wrong....need the fix for this....any more info would be greatly appreciated. Respect Snake
  11. Attack Pics i added the code as paddy had it,and i only seen my display picture....not the games default image i made for the game guess i'll figure it out sooner or later....need security more important right now anyway....after all this time trying to learn how to fix the default mccrappy files it's not getting any better....can't figure out what to put for each GET and POST secures....i know ones for numbers for each,and ones for strings,but can't figure out how to make it work for either
  12. event_add for courses done guess nobody in this whole forum knows what the hell i'm talking about.....i am getting the event from the courses being finished,but the word Event does not get bold letting you know you have an event from courses being finished....never mind i guess....i'll figure it out myself....which i'm sure you will comment on me doin anyway....keep that crap to yourself
  13. Attack Pics the way paddytm mentioned about adding attack images while attacking somebody....works perfect to show the attackers image...which was me when i was testing it just now....what if you have your viewuser set for a game default image to display if they don't have a display pic added to their profile....was wondering how you would get it to show both default display pics,and those who have set them....i can set the size later here is a code set i have in my viewuser   print "[img={$r[]"; } else { print "[img=images/gamedefaultpic.jpg]</td>"; }   how would i add that to paddy's code to work for both players attacking paddy's code is below   print "<table width='50%' align='center'><tr><td align=right> {$odata['username']} Health: </td><td><img src=greenbar.png width={$vars['hpperc']} height=10><img src=redbar.png width={$vars['hpopp']} height=10> [img={$odata[]<tr><td align=right> {$ir['username']} Health: </tr></td><td><img src=greenbar.png width={$vars2['hpperc']} height=10><img src=redbar.png width={$vars2['hpopp']} height=10> [img={$ir[]</td></tr></table>"; } Any Help On This Is Appreciated Snake
  14. event_add for courses done yeah the event shows,but it doesn't get bold to show you have an event from courses done....is what i was talking about...also the cronday takes care of the message....it just the event not getting bold when it needs to for the course being finished
  15. not sure this is in the right place for this post....if not please move it....never made a new thread before....anywho....was wondering if anybody could tell me how to add the new event code for when courses are done making your event word get bold telling you,you have an event from courses being done....i'm thinking it's in the cronday file where it's added,but not sure what the event_add needs to look like....any help would be greatly appreciated....Thanks in advance Snake
  16. Forgot Password Yes i have been putting in the password given from the sent e-mail,and it says it's wrong....and i have been logging into the game with that new password,but can't change it in the preferences like normal
  17. Forgot Password I am using FireFox,and i input the current password manually,and it still says it's wrong
  18. Forgot Password Need some info on why after this mod sends a new password that your not able to change the password in the game afterwards....anybody can give some insight on this would be great....the mod does work though,but you can't change your password in the game afterwards :thumbup:
  19. Help Tutorial This mainly looks like a re-coded ravan mafia game script helptutorial.php
  20. Preferences The download link doesn't work
  21. SMF Forum And Game Connecting i need to know if this will work as stated with a game script other than mccodes as it is....any comments on any other game script this works with....please post reply,or message me here....thanks....Snake
  22. Stats,And Level Cap here is my example after i changed my user stats all to BIGINT 25 and the stats numbers 0.0000 changed to just 0 Strength: 10,000,000,000 [Ranked: 1]Agility: 20,000,000,000 [Ranked: 1] Guard: 10,000,000,000 [Ranked: 1]Labor: 10,000,000,000 [Ranked: 1] IQ: 10,000,000,000 [Ranked: 1]Total Stats: 60,000,000,000 [Ranked: 1] ....with the database set the way i have it,and all the int's changed to float's in the staff_users.php i get tril's in each stat,and tril's in hand money,and bank money hope this helps somebody....all you haters can bite me,and not respond to this.....it's for ones who do not know
  23. Stats,And Level Cap i had all my stats in the database set for BIGINT 25....and had up to bank cap in each stat....it wouldn't go up any higher....i changed all the int's to floats after changing the bigint's back to int 11,4 for all stats....and now i have a cap of 10mil per stat....so....not sure about anybody else,but i'm thinking the 92....what ever doesn't work.....i tried the 92 thing earlier,and the cap for it said was 65.....so do what ya want,but i'll stick with setting all my stats in the database to BIGINT 25....not sure how long somebody would have to play to even get bank cap in one stat....much less all of them....thanks for reading....RESPECT....Snake
  24. Staff Apps it's not an error....when i click lock and unlock.....when unlocked it's not showing anything on the home page for links to click for apps
  25. that did nothing,but mess my home page up
×
×
  • Create New...