+
\ No newline at end of file
diff --git a/display/functions/otr.func.php b/display/functions/otr.func.php
new file mode 100644
index 0000000..a7c54f5
--- /dev/null
+++ b/display/functions/otr.func.php
@@ -0,0 +1,36 @@
+
+
+
+
\ No newline at end of file
diff --git a/display/functions/shopping.func.php b/display/functions/shopping.func.php
new file mode 100644
index 0000000..bebb74d
--- /dev/null
+++ b/display/functions/shopping.func.php
@@ -0,0 +1,37 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/display/next.nav.func.php b/display/next.nav.func.php
new file mode 100644
index 0000000..bc813c2
--- /dev/null
+++ b/display/next.nav.func.php
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/display/prev.nav.func.php b/display/prev.nav.func.php
new file mode 100644
index 0000000..f7b36c9
--- /dev/null
+++ b/display/prev.nav.func.php
@@ -0,0 +1,30 @@
+
+
+
\ No newline at end of file
diff --git a/new_interface/display/functions/otr.func.php b/new_interface/display/functions/otr.func.php
new file mode 100644
index 0000000..a7c54f5
--- /dev/null
+++ b/new_interface/display/functions/otr.func.php
@@ -0,0 +1,36 @@
+
+
+
+
\ No newline at end of file
diff --git a/new_interface/display/functions/shopping.func.php b/new_interface/display/functions/shopping.func.php
new file mode 100644
index 0000000..bebb74d
--- /dev/null
+++ b/new_interface/display/functions/shopping.func.php
@@ -0,0 +1,37 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/new_interface/display/next.nav.func.php b/new_interface/display/next.nav.func.php
new file mode 100644
index 0000000..bc813c2
--- /dev/null
+++ b/new_interface/display/next.nav.func.php
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/new_interface/display/prev.nav.func.php b/new_interface/display/prev.nav.func.php
new file mode 100644
index 0000000..f7b36c9
--- /dev/null
+++ b/new_interface/display/prev.nav.func.php
@@ -0,0 +1,30 @@
+
+
-
+query("SELECT `upload_id`,`book name`,`bref` FROM `upload_books` WHERE `uploader id`='$uid'"); //query to get
+ //book uploades by user from the upload table i.e unverified books
+ $count=$result->num_rows;
+ //echo "count is $countc";
+ if ($count==0) //if no book is uploaded
+ {
+ ?>
+
+
+ Sorry You dont have any book in this list
+ OR You Havent Uploaded any books
+
+
diff --git a/upload_dir/upload_user_book_list_verified.php b/upload_dir/upload_user_book_list_verified.php
index f0e8e78..c83eed7 100644
--- a/upload_dir/upload_user_book_list_verified.php
+++ b/upload_dir/upload_user_book_list_verified.php
@@ -1,78 +1,78 @@
-query("SELECT `id`,`name`,`bref` FROM `books` WHERE `uploader`='$uid'"); //query to get book uploades by user from the main table i.e verified books
- $count=$result->num_rows;
- //echo "count is $countc";
- if ($count==0) //if no book is uploaded
- {
- ?>
-
-
- Sorry You dont have any book in this list
- OR You Havent Uploaded any books
-
-
+query("SELECT `id`,`name`,`bref` FROM `books` WHERE `uploader`='$uid'"); //query to get book uploades by user from the main table i.e verified books
+ $count=$result->num_rows;
+ //echo "count is $countc";
+ if ($count==0) //if no book is uploaded
+ {
+ ?>
+
+
+ Sorry You dont have any book in this list
+ OR You Havent Uploaded any books
+
+
+
+
\ No newline at end of file
diff --git a/upload_ins.php b/upload_ins.php
index 303017d..01be0f8 100644
--- a/upload_ins.php
+++ b/upload_ins.php
@@ -1,73 +1,73 @@
-
-
-
-
-
-
-
-PDF Books Upload Instructions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Upload Instructions
- Please read the Following Instructions Carefully
-
-
-
-
-
-
- As We Dont Host any PDFs on this site.
- You are Required to Upload it on any File Sharing site
- like Google Drive, One Drive, 4shared, etc.
- Preffibally use Google drive.
-
-
-
-
-
-
- Get the Sharing link from the site and Enter it when it is asked.
- Keep a Image of the Cover Page also Ready for Upload.
- If You are using Google Drive also get the Preview Link (Alternative of Image).
-
-
-
-
-
-
- If You Done the above Steps then the submition will be a cake walk for you
- else it gona become very difficult for you
-
-
-
-
-
-
- If you are Already Hosting it on your own site (like blogspot)
- Just give the link for that book.
-
-
+ Please read the Following Instructions Carefully
+
+
+
+
+
+
+ As We Dont Host any PDFs on this site.
+ You are Required to Upload it on any File Sharing site
+ like Google Drive, One Drive, 4shared, etc.
+ Preffibally use Google drive.
+
+
+
+
+
+
+ Get the Sharing link from the site and Enter it when it is asked.
+ Keep a Image of the Cover Page also Ready for Upload.
+ If You are using Google Drive also get the Preview Link (Alternative of Image).
+
+
+
+
+
+
+ If You Done the above Steps then the submition will be a cake walk for you
+ else it gona become very difficult for you
+
+
+
+
+
+
+ If you are Already Hosting it on your own site (like blogspot)
+ Just give the link for that book.
+
+
";
+ echo "You're logged in ";
+
+ //include 'userdetail.php'; to get userdetails
+ //echo ' '.getuserfield('firstname',$userid).' ';
+ //echo "$current_file"; //for testing only
+ //echo " $http_referer";
+
+ header("location: userpage");
+
+ /*if ($current_file=="book/login.php")
+ {
+ echo "You're logged in ";
+ }
+ else
+ {
+ header("location: userpage.php");
+ }*/
+
+
?>
\ No newline at end of file
diff --git a/user/login.php b/user/login.php
index 930c494..fa96790 100644
--- a/user/login.php
+++ b/user/login.php
@@ -1,14 +1,14 @@
-
\ No newline at end of file
diff --git a/user/logout.php b/user/logout.php
index 9657edf..69c3cb3 100644
--- a/user/logout.php
+++ b/user/logout.php
@@ -1,31 +1,31 @@
- $current_file"; //for testing only
- //echo " $http_referer"; //for testing only
- /*if ( ($http_referer=="http://localhost/book/userpage.php") ||
- ($http_referer=="http://localhost/book/verify_mail.php") )
- {
- header('location: ../index.php');
- }
- else
- {
- header('location: '.$http_referer);
- }*/
- // http://localhost/book/userpage
-
- if (strcmp($http_referer,"http://localhost/book/userpage")==0)
- {
- header('location: ../index');
- }
- elseif (strcmp($http_referer,"http://localhost/book/verify_mail")==0)
- {
- header('location: ../index');
- }
- else
- {
- header('location: '.$http_referer);
- }
+ $current_file"; //for testing only
+ //echo " $http_referer"; //for testing only
+ /*if ( ($http_referer=="http://localhost/book/userpage.php") ||
+ ($http_referer=="http://localhost/book/verify_mail.php") )
+ {
+ header('location: ../index.php');
+ }
+ else
+ {
+ header('location: '.$http_referer);
+ }*/
+ // http://localhost/book/userpage
+
+ if (strcmp($http_referer,"http://localhost/book/userpage")==0)
+ {
+ header('location: ../index');
+ }
+ elseif (strcmp($http_referer,"http://localhost/book/verify_mail")==0)
+ {
+ header('location: ../index');
+ }
+ else
+ {
+ header('location: '.$http_referer);
+ }
?>
\ No newline at end of file
diff --git a/user/namecheckupscript.php b/user/namecheckupscript.php
index c2b948c..a3d371e 100644
--- a/user/namecheckupscript.php
+++ b/user/namecheckupscript.php
@@ -1,61 +1,61 @@
-";
- $acess=0;
- } //name check up scriptSurname
-elseif(isset($name) && !empty($name))
- {
- switch ($name)
- {
- case (strcasecmp($name, "first name") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "firstname") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "last name") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "lastname") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "name") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "none") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "admin") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "Surname") ==0):
- $acess=0;
- break;
- case (strcasecmp($name, "Sur name") ==0):
- $acess=0;
- break;
- default:
- $acess=1;
- break;
- }
- if ($acess==0)
- {
- echo " Please Enter a valid Name";
- }
- elseif ($acess==1)
- {
-
- }
- else
- {
- echo "some internal problem has occured please report it to admin. Thanks for your corporation.";
- }
- }
-else
-{
- echo "some internal problem has occured please report it to admin. Thanks for your corporation.";
-
-}
-?>
-
+";
+ $acess=0;
+ } //name check up scriptSurname
+elseif(isset($name) && !empty($name))
+ {
+ switch ($name)
+ {
+ case (strcasecmp($name, "first name") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "firstname") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "last name") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "lastname") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "name") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "none") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "admin") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "Surname") ==0):
+ $acess=0;
+ break;
+ case (strcasecmp($name, "Sur name") ==0):
+ $acess=0;
+ break;
+ default:
+ $acess=1;
+ break;
+ }
+ if ($acess==0)
+ {
+ echo " Please Enter a valid Name";
+ }
+ elseif ($acess==1)
+ {
+
+ }
+ else
+ {
+ echo "some internal problem has occured please report it to admin. Thanks for your corporation.";
+ }
+ }
+else
+{
+ echo "some internal problem has occured please report it to admin. Thanks for your corporation.";
+
+}
+?>
+
diff --git a/user/passwordcheckupscript.php b/user/passwordcheckupscript.php
index 6971911..ea57c0b 100644
--- a/user/passwordcheckupscript.php
+++ b/user/passwordcheckupscript.php
@@ -1,25 +1,25 @@
-$passw"; //for testing only
-//echo " $passw_again"; //for testing only
-if (strcmp($passw,$passw_again)==0) //case sensitive comparision
-{ //if password match.
- $acess=1;
- //echo " Entered password match."; //for testing only
-}
-/*if ($passw==$passw_again)
-{
- //echo " Entered password match."; //if passwords match (case sensitive comparision)
-}*/
-else
-{ //if password doesnot match.
- echo " Entered password doesnot match.";
- $acess=0;
-}
-//echo strlen("$passw"); //for testing only
-if (strlen("$passw")<7)
-{ //if password is less than 8 characters.
- echo " Password too short. Please Enter a password having more than 8 characters";
-}
-
-
+$passw"; //for testing only
+//echo " $passw_again"; //for testing only
+if (strcmp($passw,$passw_again)==0) //case sensitive comparision
+{ //if password match.
+ $acess=1;
+ //echo " Entered password match."; //for testing only
+}
+/*if ($passw==$passw_again)
+{
+ //echo " Entered password match."; //if passwords match (case sensitive comparision)
+}*/
+else
+{ //if password doesnot match.
+ echo " Entered password doesnot match.";
+ $acess=0;
+}
+//echo strlen("$passw"); //for testing only
+if (strlen("$passw")<7)
+{ //if password is less than 8 characters.
+ echo " Password too short. Please Enter a password having more than 8 characters";
+}
+
+
?>
\ No newline at end of file
diff --git a/user/register.php b/user/register.php
index 7dd451b..f3f7352 100644
--- a/user/register.php
+++ b/user/register.php
@@ -1,54 +1,54 @@
- Please check the Information provided by you.
- Might be you have left out something ";
- include 'signupform.php';
- }
-
-
- }
- else
- {
- echo "All fields are necessary
";
- include 'signupform.php';
- }
-
-
- }
- else if (loggedin()==1)
- {
- echo " You'r already registered and loggedin";
- }
-
+ Please check the Information provided by you.
+ Might be you have left out something ";
+ include 'signupform.php';
+ }
+
+
+ }
+ else
+ {
+ echo "All fields are necessary
";
+ include 'signupform.php';
+ }
+
+
+ }
+ else if (loggedin()==1)
+ {
+ echo " You'r already registered and loggedin";
+ }
+
?>
\ No newline at end of file
diff --git a/user/signupscript.php b/user/signupscript.php
index ce1ecf2..ce670de 100644
--- a/user/signupscript.php
+++ b/user/signupscript.php
@@ -1,99 +1,99 @@
-Please select a Gender";
- $acess=0;
- }
- }
- include 'datetimecheckupscript.php';
- include 'usernamecheckupscript.php';
- include 'passwordcheckupscript.php';
- //echo $fname.'. '.$sname.'. '.$gender.'. '.$dob.'. '.$username.'. '.$passw.'
- //. '.$emailid.'. '.$acess;
-
- //neutralizing the data
-
- //$acess=0; // terminating the script for testing only
- if ($acess==1)
- {
- $fname1=htmlentities($fname);
- $sname1=htmlentities($sname);
- $username1=htmlentities($username);
- $emailid1=$emailid;
- $add_acess=0;
- include_once "core.inc.php";
- //include_once 'dbms/dbms_imp.php'; //connecting to database
- //checking for username
- $check_query="SELECT * FROM `userdetail` WHERE `username`='$username1'";
- //$query_run=mysqli_query($link,$check_query); //older one
- //$query_run=$connection->query("SELECT * FROM `userdetail` WHERE `usename`='$username1'"); //test query
- $query_run=$connection->query($check_query); // new
- if ($query_run)
- {
- //$query_num_rows=mysqli_num_rows($query_run); //older one
- $query_num_rows=$query_run->num_rows;
- //echo " $query_num_rows"; //testing only
- if ($query_num_rows==1)
- {
- echo " Username '".$username1."' already exist please choose another username ";
- $add_acess=0;
- }
- else
- {
- $add_acess=1;
- }
- }
- else if (!$query_run)
- {
- echo "Error fetching data from database. ".@mysqli_error();
- }
- //checking for email id
- $check_query="SELECT * FROM `userdetail` WHERE `emailid`='$emailid1'";
- //if ($query_run=mysqli_query($link,$check_query)) { //older one
- $query_run=$connection->query($check_query); // new one
- if ($query_run)
- {
- //$query_num_rows=mysqli_num_rows($query_run); // older one
- $query_num_rows=$query_run->num_rows; // new one
- //echo " $query_num_rows"; //testing only
- if ($query_num_rows==1)
- {
- echo " Email id '".$emailid1."' already exist please use another Email id ";
- $add_acess=0;
- }
- else
- {
- $add_acess=1;
- }
- }
- //else if (!$query_run=mysqli_query($link,$check_query)) //older one
- else if (!$query_run) //new one
- {
- echo "Error fetching data from database. ".@mysqli_error();
- }
- //writting data to database
- if ($add_acess==1)
- {
- include 'addnewuser.php';
- //die(); //to kill rest of page
- }
- elseif ($add_acess==0)
- {
- include 'signupform.php';
- }
- else
- {
- echo " Some internal problem has occured please report it.
- you found reporting under contact us page Thanks for your corporation.";
- }
- }
- else
- {
- include 'signupform.php';
- }
+Please select a Gender";
+ $acess=0;
+ }
+ }
+ include 'datetimecheckupscript.php';
+ include 'usernamecheckupscript.php';
+ include 'passwordcheckupscript.php';
+ //echo $fname.'. '.$sname.'. '.$gender.'. '.$dob.'. '.$username.'. '.$passw.'
+ //. '.$emailid.'. '.$acess;
+
+ //neutralizing the data
+
+ //$acess=0; // terminating the script for testing only
+ if ($acess==1)
+ {
+ $fname1=htmlentities($fname);
+ $sname1=htmlentities($sname);
+ $username1=htmlentities($username);
+ $emailid1=$emailid;
+ $add_acess=0;
+ include_once "core.inc.php";
+ //include_once 'dbms/dbms_imp.php'; //connecting to database
+ //checking for username
+ $check_query="SELECT * FROM `userdetail` WHERE `username`='$username1'";
+ //$query_run=mysqli_query($link,$check_query); //older one
+ //$query_run=$connection->query("SELECT * FROM `userdetail` WHERE `usename`='$username1'"); //test query
+ $query_run=$connection->query($check_query); // new
+ if ($query_run)
+ {
+ //$query_num_rows=mysqli_num_rows($query_run); //older one
+ $query_num_rows=$query_run->num_rows;
+ //echo " $query_num_rows"; //testing only
+ if ($query_num_rows==1)
+ {
+ echo " Username '".$username1."' already exist please choose another username ";
+ $add_acess=0;
+ }
+ else
+ {
+ $add_acess=1;
+ }
+ }
+ else if (!$query_run)
+ {
+ echo "Error fetching data from database. ".@mysqli_error();
+ }
+ //checking for email id
+ $check_query="SELECT * FROM `userdetail` WHERE `emailid`='$emailid1'";
+ //if ($query_run=mysqli_query($link,$check_query)) { //older one
+ $query_run=$connection->query($check_query); // new one
+ if ($query_run)
+ {
+ //$query_num_rows=mysqli_num_rows($query_run); // older one
+ $query_num_rows=$query_run->num_rows; // new one
+ //echo " $query_num_rows"; //testing only
+ if ($query_num_rows==1)
+ {
+ echo " Email id '".$emailid1."' already exist please use another Email id ";
+ $add_acess=0;
+ }
+ else
+ {
+ $add_acess=1;
+ }
+ }
+ //else if (!$query_run=mysqli_query($link,$check_query)) //older one
+ else if (!$query_run) //new one
+ {
+ echo "Error fetching data from database. ".@mysqli_error();
+ }
+ //writting data to database
+ if ($add_acess==1)
+ {
+ include 'addnewuser.php';
+ //die(); //to kill rest of page
+ }
+ elseif ($add_acess==0)
+ {
+ include 'signupform.php';
+ }
+ else
+ {
+ echo " Some internal problem has occured please report it.
+ you found reporting under contact us page Thanks for your corporation.";
+ }
+ }
+ else
+ {
+ include 'signupform.php';
+ }
?>
\ No newline at end of file
diff --git a/user/usernamecheckupscript.php b/user/usernamecheckupscript.php
index c3888bd..8b5db1b 100644
--- a/user/usernamecheckupscript.php
+++ b/user/usernamecheckupscript.php
@@ -1,21 +1,21 @@
-Please Enter a username.";
- $acess=0;
- }
- else
- {
- $acess=1;
- }
-}
-else
-{
- echo " Some internal problem has occured please report it to admin. Thanks for your corporation.";
-}
-
-?>
+Please Enter a username.";
+ $acess=0;
+ }
+ else
+ {
+ $acess=1;
+ }
+}
+else
+{
+ echo " Some internal problem has occured please report it to admin. Thanks for your corporation.";
+}
+
+?>
diff --git a/userpage.php b/userpage.php
index 0b244c9..3fbe070 100644
--- a/userpage.php
+++ b/userpage.php
@@ -1,76 +1,76 @@
-query("SELECT `username`,`firstname`,`surname`,`status`,`level`,`emailid`,`gender`
- FROM `userdetail` WHERE `uniqueid`='$userid'");
- $rowsuser=$resultuser->fetch_array();
- $username=$rowsuser[0];
- $firstname=$rowsuser[1];
- $lastname=$rowsuser[2];
- $status=$rowsuser[3];
- $level=$rowsuser[4];
- $emailid=$rowsuser[5];
- $gender=$rowsuser[6];
-
- if ((strcasecmp($gender,"m")==0))
- {
- $sat="Sir";
- }
- else
- {
- $sat="Mam";
- }
-
- if ($status=="unverified")
- {
- $sql ="SELECT `code` FROM `verify_user_mail` WHERE `userid`='$userid'";
- $resultverify=$connection->query($sql);
- $count=$resultverify->num_rows;
- if ($count==1)
- {
- $rowsverify=$resultverify->fetch_array();
- $code=$rowsverify[0];
- //include_once 'verify_mail_sent.php';
- }
- elseif ($count==0)
- {
- $code=rand(1000000000,9999999999); //to generate a 10digit random number.
- include_once 'verify/verify_mail_sent.php';
- include_once 'verify/verify_mail_add.php';
- }
- else
- {
- echo "some problem occur";
- }
- header("location: verify_mail");
- }
- elseif ($status=="deactive")
- {
- include 'account_deactive.php';
- }
- elseif ($status=="active")
- {
- if ($level=="admin")
- {
- include 'userpage_admin.php';
- }
- elseif ($level=="user")
- {
- include 'userpage_user.php';
- }
- else
- {
- include 'userpage_error.php';
- }
- }
-}
-else
-{
- // if not loggedin
- header('location: index');
- //include_once 'userpage_error_login.php';
-}
+query("SELECT `username`,`firstname`,`surname`,`status`,`level`,`emailid`,`gender`
+ FROM `userdetail` WHERE `uniqueid`='$userid'");
+ $rowsuser=$resultuser->fetch_array();
+ $username=$rowsuser[0];
+ $firstname=$rowsuser[1];
+ $lastname=$rowsuser[2];
+ $status=$rowsuser[3];
+ $level=$rowsuser[4];
+ $emailid=$rowsuser[5];
+ $gender=$rowsuser[6];
+
+ if ((strcasecmp($gender,"m")==0))
+ {
+ $sat="Sir";
+ }
+ else
+ {
+ $sat="Mam";
+ }
+
+ if ($status=="unverified")
+ {
+ $sql ="SELECT `code` FROM `verify_user_mail` WHERE `userid`='$userid'";
+ $resultverify=$connection->query($sql);
+ $count=$resultverify->num_rows;
+ if ($count==1)
+ {
+ $rowsverify=$resultverify->fetch_array();
+ $code=$rowsverify[0];
+ //include_once 'verify_mail_sent.php';
+ }
+ elseif ($count==0)
+ {
+ $code=rand(1000000000,9999999999); //to generate a 10digit random number.
+ include_once 'verify/verify_mail_sent.php';
+ include_once 'verify/verify_mail_add.php';
+ }
+ else
+ {
+ echo "some problem occur";
+ }
+ header("location: verify_mail");
+ }
+ elseif ($status=="deactive")
+ {
+ include 'account_deactive.php';
+ }
+ elseif ($status=="active")
+ {
+ if ($level=="admin")
+ {
+ include 'userpage_admin.php';
+ }
+ elseif ($level=="user")
+ {
+ include 'userpage_user.php';
+ }
+ else
+ {
+ include 'userpage_error.php';
+ }
+ }
+}
+else
+{
+ // if not loggedin
+ header('location: index');
+ //include_once 'userpage_error_login.php';
+}
?>
\ No newline at end of file
diff --git a/userpage_admin.php b/userpage_admin.php
index f1b0010..0cf8a9f 100644
--- a/userpage_admin.php
+++ b/userpage_admin.php
@@ -1,64 +1,64 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Your acess level is denined by Admin.Check mail for more information.
-
-
-
-
-
-
+
+
+
+
+
+
+
+
OOPS !!
+
+ Some thing went's wrong
+
Your acess level is denined by Admin.Check mail for more information.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/userpage_error_login.php b/userpage_error_login.php
index 3fcb3cd..dd666c1 100644
--- a/userpage_error_login.php
+++ b/userpage_error_login.php
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
OOPS !!
-
- Don't Try to be Smart
-
Please Login to Continue.
-
-
-
-
-
-
+
+
+
+
+
+
+
+
OOPS !!
+
+ Don't Try to be Smart
+
Please Login to Continue.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/userpage_user.php b/userpage_user.php
index 08a7395..aaeb858 100644
--- a/userpage_user.php
+++ b/userpage_user.php
@@ -1,56 +1,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-