Author |
Message |
Topic: smtp? |
Beta5
Replies: 8
Views: 15050
|
|
You also need to put your hotpop.com e-mail in the Amin E-mail , this won't
effect the original e-mail that you signed up using the phpBB installation. :-)
Here's the quote from my tutorial.
Ad ... |
Topic: smtp? |
Beta5
Replies: 8
Views: 15050
|
|
I seriously don't recommend running your own Mail Server after what
i've been getting from these stupid spammers. All you need is a nice
SMTP Service such as hotpop.com and it should work.
Have A ... |
Topic: smtp? |
Beta5
Replies: 8
Views: 15050
|
|
Sorry to say but been there done that lol
There was one post close to my question that had to do with smtp but its saying i had to use my ISP smtp which i do not want to use cuz i dont know if they s ... |
Topic: smtp? |
Beta5
Replies: 8
Views: 15050
|
|
hey I was wondering if someone can tell me what kind of smtp server i should be using and how to make it work properly with phpbb forums? |
Topic: how to list files in a directory? |
Beta5
Replies: 5
Views: 9087
|
|
Beta5,
Change the line:
if($arch!='.' && $arch!='index.php'){
to:
if($arch!= '..' && $arch!='.' && $arch!='index.php'){
T ... |
Topic: Ping MySQL |
Beta5
Replies: 17
Views: 17496
|
|
Lol, i just found one similar to that so Ill use it.
<?PHP
$localhost = "127.0.0.1";
function check($target,$portNum){
if (! $sock = @fsockopen($target, $po ... |
Topic: how to list files in a directory? |
Beta5
Replies: 5
Views: 9087
|
|
ok i got the directory list thing working.
but im having a little problem trying to remove one code, everytime i try to change it, the hole thing doesn't show.
If you dont know what im talking a ... |
Topic: how to list files in a directory? |
Beta5
Replies: 5
Views: 9087
|
|
Does anyone have a php script that can list files in a directory?
im looking for something like the one in abyss has, tho i dont want it to just have a white background or something like that, I wa ... |
Topic: server error |
Beta5
Replies: 14
Views: 45092
|
|
Beta5,
config.php.inc should be configured with the MySQL database location (usually localhost) and access parameters (MySQL user and password). Without these correctly set, access to the database ... |
Topic: server error |
Beta5
Replies: 14
Views: 45092
|
|
Beta5,
The error means that the MySQL was not started when PhpMyAdmin tried to connect to it. This is usually caused by a critical error that prevents MySQL from initializing.
This error could ... |
Topic: server error |
Beta5
Replies: 14
Views: 45092
|
|
Beta5,
mysqld.exe is the server executable. mysql.exe is a command line utility that connects to the server. It is not the server.
oh i see, so how do i fix this little problem im having:
http: ... |
Topic: server error |
Beta5
Replies: 14
Views: 45092
|
|
I think i found out what the problem is.
when I go to my
start --> control panel --> Performance and Maintenance --> Administrative Tools --> Services
and i look for MySQL and then ... |
Topic: server error |
Beta5
Replies: 14
Views: 45092
|
|
ok im having a problem with my phpadmin i can't login to it. what i mean is when i try to go in to it using http://localhost/phpadmin or http://127.0.0.1/phpdamin
I get this error:
MySQL said:
... |
|