Jump to content
MakeWebGames

skizzy

Members
  • Posts

    56
  • Joined

  • Last visited

About skizzy

  • Birthday 06/29/1982

Personal Information

  • Location
    PA, USA
  • Interests
    PHP Coding and computers in general

skizzy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. its all good im just trying to get it running
  2. there are both running as i said i got a mccode v1.1.1 already up and that works fine i just have the prob with redux
  3. im running xampp
  4. it is a local server and im running v1.1.1 on it and it works fine
  5. this is what i get when i go to the login page after a clean install i know my web server works cuz i have v1.1.1 installed and that works fine Internal Server Error A critical error has occurred, and this page cannot be displayed. Please try again later.
  6. deleted my post
  7. but anyway thank you for the help
  8. it checks the output in profile sig
  9. it is santizied on the other end
  10. function sig_change() { global $ir,$c,$userid,$h; print "<h3>Profile Sig Change</h3> <form action='preferences.php?action=sigchange2' method='post'> signature (you may use BBcode): <textarea rows=10 cols=50 name='signature'>{$ir['signature']}</textarea><br /> <input type='submit' value='Change Info' /></form>"; } function do_sig_change() { global $db,$ir,$c,$userid,$h; $db->query("UPDATE users SET signature='{$_POST['signature']}' WHERE userid=$userid"); print "signature changed!"; } what it wont do is post to the db. i double checked the field it is correct it will work if i manually post the update in the db and shows correctly on the profile page
  11. Fixed it thank you for the views
  12. im looking for someone that could help me convert sniko's gang mod to redux im willing to pay a fee for the help just not some outrageous price so can someone please help me
  13. sry for take so long to get back to this. the problem is they are the originals i didnt change any thing except the db info and such need to install it on my personal web server
  14. here is what i get when i try and access the admin panel ezRPG Error: DbException! File: C:\My Sites\game\lib\class.dbfactory.php Line: 52 Could not find driver: Stack Trace: #0 C:\My Sites\game\init.php(41): DbFactory::factory(NULL, NULL, NULL, NULL, NULL) #1 C:\My Sites\game\admin\index.php(4): require_once('C:\My Sites\gam...') #2 {main}
  15. yeah but it makes finding things alot easier
×
×
  • Create New...