Jump to content
MakeWebGames

AlabamaHit

Members
  • Posts

    1,308
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AlabamaHit's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. What? IP with no access to cPanel?.... You would have to ahve a Dedicated Server and Set that up yourself. That has nothing to do with a staff panel.
  2. Haha, Exactly what I'm thinking :P @Dom; Locking it with IPS isn't always a great idea, Hence if I needed to ban someone but was at a friends house then I wouldn't be able too, so the spammer would be able to keep going :P lol, jump into cPanel, allow the IP your at, and your good.. :)   Now on topic. If your adding in the header, there is no need for 'placing in fed jail'...that is just pointless SQL that have to run. Your already in the header, just send a die() or exit()...that is all..The efffect is the exact same as if in fed jail right??   if($ir['user_level'] > 1 && !in_array($userid, array('1','2','3'))) { echo 'Just type some crap here......'; exit($h->endpage()); }   That shouold give the same result without having to run sqls.
  3. True, I bought a custom layout for an adult site I "was" going to make, Never did. My layout was used.. Anyway, they didn't sell the "Exact" layout. But they used the exact same pattern, colors..Which IMO is reselling the same one again once they said it was custom. Basically they where 85% the same layout.. I'm not going to name their name... But I wish you the best of luck finding someone on here that makes layouts that is going to be trustworthy. Cause they guy that did that to me..Was supposedly one of if Not the "Most" trustworthy layout makes on here.
  4. I guess you didn't read my other post. That register DON'T have the information necesary to do it. You will have to FIND the information. And send that page. I said this a few post back.
  5. You shouldn't have to modify the VB Files. All you ahve to do is change mccodes encryption to match the VB. So when they register. they are same, insert into both. Now on login, they already match, just login both databases... I never said once I would be modifying VB Files.
  6. The register.php don't have the information there...There is no INSERT in the whole page.. Look through the files and find the page where it inserts the users into the databse.
  7. Must be a bug..I don't log out...And rarely close my browser..So cache isn't cleared..maybe that is why.
  8. I jsut got the file. I don't live on the site.
  9. PM me the register page..That should be enough to get it. Because that page should have all the information I need in it from the database. Just so you know..It will mess up a game that is running already. Cause you have to change the encryption. Meaning, everyones passwrods are going to be wrong... Now if you have a password reset..then you just implant that with new encryption...And everyone has to do a reset..but they will be good after that.
  10. If I had VB I would do it. Just to show how everyone is making this more complicated that is should be...But I don't have VB,
  11. I don't see this being that complicated... It is just opening a connection to anotehr database...insert user....close connection. open other database... sign in... close connection.... I'll do it...it is not that complicated. I think everyone is just over thinking this.
  12. This??   $lose_stat = mysql_query("SELECT userid FROM users WHERE laston < unix_timestamp() - 2592000");//This would be 30 days... $stat = mysql_fetch_assoc($lose_stat); mysql_query("UPDATE userstats SET strength = strength - 50, agility = agility - 50, guard = guard - 50, labour = labour - 50, IQ = IQ - 50 WHERE userid = ".$stat['userid']."");   Completely untested...
  13. lol @ Danny696. I think you like your post getting deleted lol :thumbup:
  14. Goodbye.. Don't let the world get to..It will tear you down man... Wish ya the best of luck :)
  15. I don't know the encryption of VB, but I remeber reading on that post before that it might already be the same (MD5). But I honestly don't know. I don't have VB.
×
×
  • Create New...