Loading...

WebWoW

World of Warcraft Private Development Forums

You are not logged in.

Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#1     2010-03-14 07:42:07

Validation failed for

hi to all.

i am new to web-wow i setup today and get this:


You have successfully created account. You are logged in.

Mail Error: Validation failed for: techxgames.com Account Info

Mail is not sent! To get your password contact site admin!


my config is:
.
.
.
//Core settings (ascent,mangos,...)
$server_core ="mangos";

//SMTP settings
$smtp_h = "mail.brainsoft.gr";
$smtp_u = "xadiaris@brainsoft.gr";
$smtp_p = "mypass";


any help are welcome thanks


Remember my English is bad.

Offline

 
eXpLoit
Hooked on WebWoW
From: localhost
Registered: 2009-04-24
Posts: 35
Reputation:   
Website

#2     2010-03-14 12:38:32

Re: Validation failed for

my mail.php file is non-existent sad


sorry for my bad english smile

Offline

 
 
Axe
Admin
From: Croatia
Registered: 2008-09-13
Posts: 938
Reputation:   66 
Website

#3     2010-03-14 13:11:15

Re: Validation failed for

download mail.php from official PHP site and install it.

Offline

 
 
maverfax
Rival
From: The PingueCMS
Registered: 2009-06-21
Posts: 106
Reputation:   
Website

#4     2010-03-14 13:45:26

Re: Validation failed for

Axe wrote:

download mail.php from official PHP site and install it.

The official site is php.net, and I think he's talking about PEAR's mail class. If so, here's the link to it:

http://pear.php.net/package/Mail

Offline

 
 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#5     2010-03-14 13:58:17

Re: Validation failed for

for my problem any help ?


Remember my English is bad.

Offline

 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#6     2010-03-14 14:00:54

Re: Validation failed for

eXpLoit wrote:

my mail.php file is non-existent sad

for your problem need to download:
http://pear.php.net/package/Mail/redirected
http://pear.php.net/package/Net_SMTP/

and maybe you saw my problem after  this tongue

Post edited by Xadiaris (2010-03-14 14:03:53)


Remember my English is bad.

Offline

 
Axe
Admin
From: Croatia
Registered: 2008-09-13
Posts: 938
Reputation:   66 
Website

#7     2010-03-14 15:25:45

Re: Validation failed for

Xadiaris wrote:

for my problem any help ?

its simple, username or password are wrong.

Offline

 
 
maverfax
Rival
From: The PingueCMS
Registered: 2009-06-21
Posts: 106
Reputation:   
Website

#8     2010-03-14 15:29:12

Re: Validation failed for

Or, you have an issue with your SMTP server. roll

Offline

 
 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#9     2010-03-14 16:26:14

Re: Validation failed for

Axe wrote:

Xadiaris wrote:

for my problem any help ?

its simple, username or password are wrong.

i am 1000% sure username password is okie

\PEAR\Mail\smtp.php

    /**
     * Turn on Net_SMTP debugging?
     *
     * @var boolean $debug
     */
    var $debug = true;



DEBUG: Recv: 220-wildcat.elinuxservers.com ESMTP Exim 4.69 #1 Sun, 14 Mar 2010 14:42:29 -0700 DEBUG: Recv: 220-We do not authorize the use of this system to transport unsolicited, DEBUG: Recv: 220 and/or bulk e-mail. DEBUG: Send: EHLO DEBUG: Recv: 250-wildcat.elinuxservers.com Hello [79.131.48.232] DEBUG: Recv: 250-SIZE 52428800 DEBUG: Recv: 250-PIPELINING DEBUG: Recv: 250-AUTH PLAIN LOGIN DEBUG: Recv: 250-STARTTLS DEBUG: Recv: 250 HELP DEBUG: Send: AUTH LOGIN DEBUG: Recv: 334 VXNlcm5hbWU6 DEBUG: Send: eGFkaWFyaXNAYnJhaW5zb2Z0Lmdy DEBUG: Recv: 334 UGFzc3dvcmQ6 DEBUG: Send: MTYwODE5Njk= DEBUG: Recv: 235 Authentication succeeded DEBUG: Send: RSET DEBUG: Recv: 250 Reset OK

Validation failed for: techxgames.com Account Info
Success
You have successfully created account. You are logged in.

Mail Error: Validation failed for: techxgames.com Account Info

Mail is not sent! To get your password contact site admin!

Go to Account Panel

« Go Back

Post edited by Xadiaris (2010-03-14 16:44:26)


Remember my English is bad.

Offline

 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#10     2010-03-14 16:26:42

Re: Validation failed for

maverfax wrote:

Or, you have an issue with your SMTP server. roll

what meat?


Remember my English is bad.

Offline

 
stady234
Donator
<The Untouchables>

From: FL, USA
Registered: 2009-10-25
Posts: 250
Reputation:   16 
Website

#11     2010-03-14 17:07:15

Re: Validation failed for

Dont know if this helps but here is all i changed in the "..\XAMPP\PHP\PHP.INI" file and all my mail works..

Code:

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp-server.tampabay.rr.com
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = deadlygamers@yahoo.com

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path = "\"D:\xampp\sendmail\sendmail.exe\" -t"

V/R

Stady234

Offline

 
 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#12     2010-03-14 17:19:11

Re: Validation failed for

stady234 wrote:

Dont know if this helps but here is all i changed in the "..\XAMPP\PHP\PHP.INI" file and all my mail works..

Code:

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp-server.tampabay.rr.com
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = deadlygamers@yahoo.com

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path = "\"D:\xampp\sendmail\sendmail.exe\" -t"

Thanks for answer but no help same error,  is possible to send me your mail.php or link to download?

pls help me asap i like this project.


Remember my English is bad.

Offline

 
stady234
Donator
<The Untouchables>

From: FL, USA
Registered: 2009-10-25
Posts: 250
Reputation:   16 
Website

#13     2010-03-14 20:20:08

Re: Validation failed for

like i said.. in XAMPP i didnt change anything but the php.ini file...

so just re-install to get the default settings for XAMPP


V/R

Stady234

Offline

 
 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#14     2010-03-15 03:49:52

Re: Validation failed for

no use XAMPP sad

my web is IIS 7.5  with php-5.2.13-nts-Win32


Remember my English is bad.

Offline

 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#15     2010-03-15 06:00:55

Re: Validation failed for

Okie i find the problem but no know how to fix.

The smtp.php get wrong parameters $from $to from CMS.

To help you $from give the $title and $to give the $username

How to fix this ?

Post edited by Xadiaris (2010-03-15 06:06:58)


Remember my English is bad.

Offline

 
Axe
Admin
From: Croatia
Registered: 2008-09-13
Posts: 938
Reputation:   66 
Website

#16     2010-03-15 06:09:57

Re: Validation failed for

I will fix this soon.

Offline

 
 
Xadiaris
Obsessed
From: Greece
Registered: 2010-03-14
Posts: 42
Reputation:   -1 
Website

#17     2010-03-15 06:15:09

Re: Validation failed for

I think all mangos users have this problem ?


Remember my English is bad.

Offline

 
Axe
Admin
From: Croatia
Registered: 2008-09-13
Posts: 938
Reputation:   66 
Website

#18     2010-03-15 06:22:18

Re: Validation failed for

Resolved, locked.

Post edited by Axe (2010-03-15 06:46:13)

Offline

 
 

Board footer

Modded by AXE
© 2002–2008 PunBB

Not registered yet?
Latest Posts  
How to put vote... (Rusfighter)
Table 'characte... (NotoriousWoW)
Hello People - ... (giovannalive)
paypal (kjanko)
Online Players ... (harriebob)
Flash Banner Cr... (NotoriousWoW)
need help.. (ajidtbc)
Random Fact  
MP means Money Points.
Activity  
Hesath and Arash5 just completed all steps trough WebCreator and got new websites.
MiiChael and Carlwowwow just completed all steps trough WebCreator and got new websites.
Hellfires and matty66 just completed all steps trough WebCreator and got new websites.
nowares is awarded with Badge of Axe's Approval.
droptop just completed all steps trough WebCreator and got new [website].
droptop and Ensore just completed all steps trough WebCreator and got new websites.
WebWoW Staff  
Axe - creator & administrator
Phenom - moderator & spokesman
 
 
Action logged.