
sgs
Members-
Posts
31 -
Joined
-
Last visited
Everything posted by sgs
-
Please explain... What type of Illegal Activity? What I had done illegal?
-
a. HelioHost Username: sgs b. Server: stevie c. Main Domain: sgservices.tk
-
I was unable to insert data into PostgreSQL Database. I've done everything correctly, but I'm getting sql error on query. Please try the script and tell me what's wrong with the script. Here is the URL:
-
Sir, I've a css stylesheet and a page to apply the stylesheet, all things are correct. But the problem is, when I load the page the stylesheet also applies to the page correctly, except the "border". The border must to have to fill the full width of device screen horizontally, but the border fills only half of the screen. Here is the files: Please check the files and tell me what's going wrong?
-
a.) Heliohost Username: sgs b.) Server: Stevie c.) Main Domain: sgservices.tk
-
Sorry sir, I'm on a mobile device. When I've turned off the "Mobile View" then the problem was gone... Sorry for my mistake.
-
Hi, I've created a code highlighter with php. The code highlighting is done. And I want to show the line numbers but I can't. The line number shows but not correctly. Please help. Here is some files related to my problem:
-
Maximum 1mb
-
Angular JS (AJS) @ngatest], So, you want to know about Angular JS, please check it, http://www.w3schools.com/angular/angular_intro.asp
-
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
Can you tell me, are my all codes are write for the project? And I've updated the source files in /src directory you can check them here (all files in the /src directory are included with my project): http://www.sgpaste.tk/src/ -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
Ok, I've updated all files in /src directory, now all the files are in the /src directory are included with my project. Check it here: http://www.sgpaste.tk/src/ and fix my problem... And my project includes following files: a.i) login.php (only html form/page1) a.ii) validate_login.php (for validation) a.iii) functions.php (functions used in login.php and validate_login.php) a.iii) login.func.php (function used in login.php) b.) mpanel.php (members area/page2) first of all user goes to "login.php" and enters his/her login details then, the "validate_login.php" validates/checks if the details are exists in database. If matches then, if the use has checked the 'Automatic Login' (checkbox) then, the "validate_login.php" sets cookies for username, password & autologin and redirects the user to "mpanel.php", or if 'Automatic Login' (checkbox) has not checked then, the "validate_login.php" deletes the cookies, registers session for username & password and redirects the user to "mpanel.php". -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
I've done it and the script now works but, I'm still getting the warning in beside of the checkbox And I think the setcookie() function is not working. -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
Ok, can you tell me that, exactly where is the problem? I mean Line number or something like these. Here is my validate_login.php file: Source file: http://www.sgpaste.tk/src/validate_login.php Original file: http://www.sgpaste.tk/includes/validate_login.php But, I've to keep the setcookie() and header() function. -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
I couldn't understand clearly. Can you please fix the code and give it to me? -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
Ok, as your suggestion, I've removed the ob_start(); from "header.php" and my "index.php" and others are now executing. But now I'm getting some errors. In "index.php" I'm getting the following errors: and the error: and I know that, if I remove the "session_start()" function then the problem will be omitted. But I don't want to do that because, if I do that then my project will not work. Or if I add the "ob_start()" function then the previous problem(blank display) will happen. So what to do? And in "login.php" I'm getting the following error after removing the "ob_start()" function: These errors happens where I'm using "$_SESSION/$_COOKIE/header()" please solve my problem... Here is my "functions.php" file: -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
Now, I've found a thing in my file. When I've remove the above line: the file (index.php) runs. Check the index.php file here: http://www.sgpaste.tk/index.php and http://www.sgpaste.tk/src/index.php (in text) and here is header.php file: http://www.sgpaste.tk/global/header.php and http://www.sgpaste.tk/src/header.php I think the problem relates with header.php -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
Here is the source file of index.php file: http://sgpaste.tk/src/index.php And one more thing, I'm getting the same problem with other files in the root directory. -
Getting Blank White Display In Main Page
sgs replied to sgs's topic in Website Management and Coding
You can check your .htaccess file for that reason. -
I'm getting a blank display in my website's main page (/index.php) but the url as the page title. Can anyone tell me, that why I'm getting a blank white display? Here is the url:
-
can anyone help me?
-
Ok, Here is the url of the source files: a.) index.php (http://www.sgpaste.tk/src/index.txt) b.) create.php (http://www.sgpaste.tk/src/create.txt) c.) form.php (http://www.sgpaste.tk/src/form.txt) and one more thing, the error message you have explained, that is not my problem. My problem is I can't insert data into database. Please help me.
-
Hi, I've a problem on inserting data into MySQL DataBase. I'm neigther getting error messages nor success messages. Please see my file and tell me what is wrong... Here is the url of the files: a.) index.php (http://www.sgpaste.tk/index.php?do=create) b.) create.php (http://www.sgpaste.tk/create.php) c.) form.php (http://www.sgpaste.tk/form.php)