 |
Welcome to X-code Forum
|
| View previous topic :: View next topic |
| Author |
Message |
gardenlevel
Joined: 01 Apr 2009 Posts: 1
|
Posted: Wed Apr 01, 2009 7:48 pm Post subject: Conflicting Code |
|
|
I just purchased VDaemon and I'm trying to incorporate it into my site. However, when I try to add the include code I just get a blank page.
I also have a "require_once" called at the top of my page, if I eliminate either one, the page works, just not with both the include_once and require_once.
Any ideas?
| Code: |
<?php include_once('./vdaemon/vdaemon.php'); ?>
<?php require_once('./Connections/AddUser.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Create New Account</title>
<link href="/css/new.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><a href="/index.php"><img alt="logo" src="./images/header.jpg" width="800" height="200" border="0" /></a></div>
<div id="box">
<form action="/newProcess.php" method="post" name="NewUser" id="NewUser" runat="vdaemon">
<table width="400">
<tr>
<th colspan="2">Create Account</th>
</tr>
<tr>
<th>email</th>
<td><input type="text" name="email" />
<vlvalidator name="email" type="format" control="email" errmsg="Please use a proper email address" format="email" required="true"></td>
</tr>
<tr>
<th>password</th>
<td><input type="password" name="password" />
<vlvalidator name="password" type="required" control="password" errmsg="Password Must Be 6 or More Characters" minlength="6"></td>
</tr>
<tr>
<th> </th>
<th><input type="submit" name="submit" value="Create" id="submit" /></th>
</tr>
<tr>
<th colspan="2"><h6>Please note: While Northwest Fuel does everything we can to protect your data, choosing a <a href="http://www.securitystats.com/tools/password.php" target="_blank">strong password</a> is the best thing <strong>you</strong> can do to help protect your sensetive data.</h6></th>
</tr>
<tr>
<th colspan="2"><vlsummary form="NewUser" messagebox="true"></th>
</tr>
</table>
</form>
</div>
<div id="bottom">
<br />
<br />
<br />
<br />
</div>
<div id="footer"><?php include"links.php" ?></div>
</body>
</html>
<?php VDEnd(); ?> |
|
|
| Back to top |
|
 |
Ale Site Admin

Joined: 26 Jul 2005 Posts: 359 Location: Minsk, Belarus
|
Posted: Thu Apr 02, 2009 3:44 am Post subject: |
|
|
Hi,
It is hard to say what is wrong because of too little information. If you can give me access to your server ftp I can try to debug. If this is OK for you PM me. _________________ Alexander Orlov,
Developer of VDaemon |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|