Browse Source

Increase starting UL to 1024MiB

spaghetti 8 years ago
parent
commit
0012dc1adb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/register/index.php

+ 1
- 1
sections/register/index.php View File

114
         INSERT INTO users_main
114
         INSERT INTO users_main
115
           (Username, Email, PassHash, torrent_pass, IP, PermissionID, Enabled, Invites, Uploaded, ipcc)
115
           (Username, Email, PassHash, torrent_pass, IP, PermissionID, Enabled, Invites, Uploaded, ipcc)
116
         VALUES
116
         VALUES
117
-          ('".db_string(trim($_POST['username']))."', '".DBCrypt::encrypt($_POST['email'])."', '".db_string(Users::make_sec_hash($_POST['password']))."', '".db_string($torrent_pass)."', '".DBCrypt::encrypt($_SERVER['REMOTE_ADDR'])."', '$Class', '$Enabled', '".STARTING_INVITES."', '524288000', '$IPcc')");
117
+          ('".db_string(trim($_POST['username']))."', '".DBCrypt::encrypt($_POST['email'])."', '".db_string(Users::make_sec_hash($_POST['password']))."', '".db_string($torrent_pass)."', '".DBCrypt::encrypt($_SERVER['REMOTE_ADDR'])."', '$Class', '$Enabled', '".STARTING_INVITES."', '1073741824', '$IPcc')");
118
 
118
 
119
       $UserID = $DB->inserted_id();
119
       $UserID = $DB->inserted_id();
120
 
120
 

Loading…
Cancel
Save