What do i do to fix Server Problem?

Vinnie

Member
Dec 20, 2012
287
33
That has nothing to do with it being down, that was a completely off-topic reply.

Your list of options is below:
Your getting DDosed
Turn Apache On
Make sure your ports 80,3306 are open.

It's not off topic, If he uses IIS he most likely will not run into this issue.
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
we are using iis this is my friend and we are having this problem i setup my hoytel with iis and navicat erverything is correct but when i go to my link it comes up with this
IIS is a lot more secured then Xampp it has nothing to do with his site. He probably does not have his ports open.
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
we are using iis this is my friend and we are having this problem i setup my hoytel with iis and navicat erverything is correct but when i go to my link it comes up with this

Screenshot the problem, Then i can help you out a little better.
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Screenshot the problem, Then i can help you out a little better.
Faked it ok its fixed now Magenta sorted it for me thanks so much anyways but im having problems with my houskeeping now i downloaded helicon ape so it would work but then i post an article it comes up with this:

{hotelname} Housekeeping -- Welcome {username}

[ Return to Dashboard ] [ Log out ]


Player Management

» Give a user Regular VIP
» Give a user Super VIP
» Edit a users account

Administration

» Post news article
» Delete a news article (By ID)
» Command logs
» Change welcome message
» Empty a table
» Change the Credits & Pixels timer

Moderation

» Ban List
» IP lookup

Badges

» List badges
» Add a badge
» Delete a badge

Statistics

Server Status: {status}
{online} user(s) online

Incorrect integer value: 'Pinky2013' for column 'author' at row 1

So t doesnt let me post any articles if you know how to fix that would be great thanks so much
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
1. Edit User Account Script Name Case Fix (untested):
In hk/edit.php, find
Code:
<input type="username" value="<?php echo $_POST['l_username']; ?>" style="width: 95%;" />
change:
Code:
<?php echo $_POST['l_username']; ?>
to:
Code:
<?php echo $two['username']; ?>

9. News Fix (HTML phrasing):
In hk/news2.php, replace line 66 with
Code:
 mysql_query("INSERT INTO cms_news (title,shortstory,longstory,published,image,author, campaign, campaignimg) VALUES ('" . filter($_SESSION["title"]) . "', '" . filter($_SESSION["shortstory"]) . "', '" . ($_SESSION["longstory"]) . "', '" . time() . "', '" . filter($_POST["topstory"]) . "', '" . filter($author) . "', 0, 'default')") or die(mysql_error());
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Ok so i change that <input type="username" value="<?php echo $_POST['l_username']; ?>" style="width: 95%;" />
to this right? <?php echo $_POST['l_username']; ?>
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
9. News Fix (HTML phrasing):
In hk/news2.php, replace line 66 with
Code:
 mysql_query("INSERT INTO cms_news (title,shortstory,longstory,published,image,author, campaign, campaignimg) VALUES ('" . filter($_SESSION["title"]) . "', '" . filter($_SESSION["shortstory"]) . "', '" . ($_SESSION["longstory"]) . "', '" . time() . "', '" . filter($_POST["topstory"]) . "', '" . filter($author) . "', 0, 'default')") or die(mysql_error());


Did you do that part? If that does not work that means you did not use Web.config for your hk.
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
9. News Fix (HTML phrasing):
In hk/news2.php, replace line 66 with
Code:
 mysql_query("INSERT INTO cms_news (title,shortstory,longstory,published,image,author, campaign, campaignimg) VALUES ('" . filter($_SESSION["title"]) . "', '" . filter($_SESSION["shortstory"]) . "', '" . ($_SESSION["longstory"]) . "', '" . time() . "', '" . filter($_POST["topstory"]) . "', '" . filter($author) . "', 0, 'default')") or die(mysql_error());


Did you do that part? If that does not work that means you did not use Web.config for your hk.
Could u add it without the slider bar box in it please as it not letting me move it 
9. News Fix (HTML phrasing):
In hk/news2.php, replace line 66 with
Code:
 mysql_query("INSERT INTO cms_news (title,shortstory,longstory,published,image,author, campaign, campaignimg) VALUES ('" . filter($_SESSION["title"]) . "', '" . filter($_SESSION["shortstory"]) . "', '" . ($_SESSION["longstory"]) . "', '" . time() . "', '" . filter($_POST["topstory"]) . "', '" . filter($author) . "', 0, 'default')") or die(mysql_error());


Did you do that part? If that does not work that means you did not use Web.config for your hk.
never mind i have managed to copy it also are u sure its line 66 because theres nothing ther so i placed it and then when i place it the part where you choose a image for the article didnt work after that and the same thing happened like when it came up with all that stuff so it took out line 66 and now the image come sup for article so maybe its somewhere in the 70s that i need to replace it with
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Line 66 use Notepad++
I did put ut on line66 but then then the part where u choose what image you want fro your article that went as well so i replaced it back to what it was then it came back but il try again 1 second 
Line 66 use Notepad++
Also line 69 is the same as the code that your telling me to place in 66 
Line 66 use Notepad++
Do u have teamviewer so we can sort this or we cna use join.me
 

Users who are viewing this thread

Top