Alliedassault

Alliedassault (alliedassault.us/index.php)
-   Offtopic (alliedassault.us/forumdisplay.php?f=13)
-   -   help (alliedassault.us/showthread.php?t=48159)

Bleuachdu 08-22-2005 09:42 PM

Quote:

Originally Posted by Himmler
Quote:

Originally Posted by Bleuachdu
try changing your ftp password first.

next, chmod your index.php file to: 755

what exacty is 755? i can only do it through internet explorers ftp thing, i cant use cuteftp cuz for some reason it always crashes when i go to chmod on a file/folder

If you use IE, I think you can chmod with a right click > properties. Not 100% sure though.

Anyway, 755 = wrx-rx-rx

Owner: write - read - execute
Group: read - execute
everyone: read - execute

Bleuachdu 08-22-2005 09:48 PM

Also, I just looked over your site. If thats phpnuke or something similar, make sure its patched. herr strik0r is probably right that its a php injection trick, since you're running a php-based CMS.

Himmler 08-23-2005 12:48 AM

no it isnt php nuke, it is a template from http://www.surreal-media.com. they make their own templates and you buy them. they give you a control panel as well, they are really good.

is it possible to ban a certain IP from accessing FTP?

Also, anyone know why my .htaccess file doesn't show up in the folder i put it in for ftp?

Eight Ace 08-23-2005 01:13 AM

I found the perp...and I'm sorry, but it's ur so-called buddy Crockonater annoy:... [img]http://www.teamwf.com/img/crock.jpg[/img]

Himmler 08-23-2005 01:21 AM

[quote="Eight Ace":d7bb0]I found the perp...and I'm sorry, but it's ur so-called buddy Crockonater annoy:... [img]http://www.teamwf.com/img/crock.jpg[/img][/quote:d7bb0]

lolol. hes the leader of the team. i met him in person, hes hella cool

Bleuachdu 08-23-2005 07:14 AM

Quote:

Originally Posted by Himmler
Also, anyone know why my .htaccess file doesn't show up in the folder i put it in for ftp?

.htaccess files are hidden by default in Unix systems. If you uploaded it successfully, it will be there. what are you trying to do with .htaccess?

also, what php functionality does the template give you? Even though it isn't phpnuke, its still probably php-injection h4x. search the index.php file for any of these:

[code:e1e9c]<? ?>[/code:e1e9c]

post whats between them, unless its a huge script.

Simo Häyhä 08-23-2005 09:22 AM

fucking hackers annoy:

Pyro 08-23-2005 10:35 AM

The hackers realize the war was wrong at least.

yeaprollytwo 08-23-2005 05:53 PM

wow, you suck

Himmler 08-23-2005 05:57 PM

Quote:

Originally Posted by Bleuachdu
Quote:

Originally Posted by Himmler
Also, anyone know why my .htaccess file doesn't show up in the folder i put it in for ftp?

.htaccess files are hidden by default in Unix systems. If you uploaded it successfully, it will be there. what are you trying to do with .htaccess?

also, what php functionality does the template give you? Even though it isn't phpnuke, its still probably php-injection h4x. search the index.php file for any of these:

[code:1b411]<? ?>[/code:1b411]

post whats between them, unless its a huge script.

im using the htaccess to ban an IP i found suspicious in the logs. here is the script:

[code:1b411]

php
$mysql_table = "cp_news";
require_once ("required.inc.php");
getHeader();
if (!$_REQUEST[s]) {
$s = 0;
$result = MYSQL_QUERY("SELECT * FROM $mysql_table ORDER BY topic_id DESC LIMIT $max_news") or die (mysql_error());
} else {
$s = $_REQUEST['s'];
$result = MYSQL_QUERY("SELECT * FROM $mysql_table ORDER BY topic_id DESC LIMIT $max_news, $s") or die (mysql_error());
}
$count = MYSQL_QUERY("SELECT * FROM $mysql_table") or die (mysql_error());
$rows = mysql_num_rows($count);
if ($rows == "0") {
echo "
<h2> no news! </h2>


There are no news items </p>

";
} else {
while ($mysql=mysql_fetch_array($result)) {
echo "<h2><span>" . $mysql[topic_date] . "</span>" . checkContent($mysql[news_topic]) . "</h2>


Posted By: <span>" . checkContent($mysql[news_author]) . "</span>



" . checkContent($mysql[news_message]) . "
</p>
";
}
}
echo "<center>";

if ($s != "0") {
$p = $s - $max_news;
echo "
Back " . $max_news . " | ";
}
echo "Home";
if ($s+$max_news < $rows) {
$n = $s + $max_news;
echo " | Next " . $max_news . "";
}
echo "</center>";
getFooter();

[/code:1b411]

Quote:

Originally Posted by yeaprollytwo
wow, you suck

gtfo of my thread

yeaprollytwo 08-23-2005 06:01 PM

wow pretty cool shit right there

Blase 08-23-2005 06:06 PM

i luv himmlar

Himmler 08-23-2005 06:53 PM

Quote:

Originally Posted by Blase
i luv himmlar

beer:

Jin-Roh 08-23-2005 06:59 PM

Quote:

Originally Posted by Blase
i luv himmlar

you don't know luv. hake:

Blase 08-23-2005 10:25 PM

[quote="Jin-Roh":2fea0]
Quote:

Originally Posted by Blase
i luv himmlar

you don't know luv. hake:[/quote:2fea0]

I can tell you love isn't what you promised me you'd give me if I went with you into your motel room.

cry:


All times are GMT -6. The time now is 07:38 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.