Jul 6, 2008

Argh, It Just Wont Work - my register script

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming
Pages: 1, 2

free web hosting

Argh, It Just Wont Work - my register script

HmmZ
im just gonna show you the 2 files i use, please help me out, its giving an error i made in the reguser file.

The Form
CODE
<table border="0" width="500" border="0" align="center" valign="top">
<form method="post" action="Users/reguser.php" valign="top">
 <tr>
   <th width="81" align="left" valign="top"><div align="left" valign="top"><font size="2">Username:</div></th>
   <td width="152" align="center" valign="top"><input name="username" type="text" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"><br><br></td>
 </tr>
 <tr>
   <th width="81" valign="top"><div align="left" valign="top"><font size="2">Password:</div></th>
   <td width="152" align="center"><input name="password" type="password" value="" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"></td>
 </tr>
 <tr>
   <th width="81" valign="top"><div align="left" valign="top"><font size="2">Confirm Password:</div></th>
   <td width="152" align="center"><input name="password2" type="password" value="" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"><br><br></td>
 </tr>
   <th width="81" valign="top"><div align="left" valign="top"><font size="2">Full Name:</div></th>
   <td width="152" align="center"><input name="fullname" type="text" value="" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"></td>
 </tr>
 <tr>
<th width="81" valign="top"><div align="left" valign="top"><font size="2">Gender:</div></th>
   <td width="152" align="center"><input name="gender" type="radio" value="1" checked><font size="2"><b>Male<input name="gender" type="radio" value="2">Female</td>
 </tr>
 <tr>
<th width="81" valign="top"><div align="left" valign="top"><font size="2">Birth Date:[dd/mm/yyyy]</div></th>
   <td align="center"><font size="2"><b>Day
<select name="birthday" style="background-color: #000000;
font size=10; color:#D80202; text-decoration: bold;" size="1" border="0">
<option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option>
<option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option>
<option value="15">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option>
<option value="22">22</option><option value="23">23</option><option value="24">24</option><option value="25">25</option><option value="26">26</option><option value=27">27</option><option value="28">28</option>
<option value="29">29</option><option value="30">30</option><option value="31">31</option>
</select>
<font size="2">Month
<select name="birthmonth" style="background-color: #000000;
font size=10; color:#D80202" size="1" border="0">
<option value="1">January</option><option value="2">February</option><option value="3">March</option><option value="4">April</option><option value="5">May</option><option value="6">June</option>
<option value="7">July</option><option value="8">August</option><option value="9">September</option><option value="10">October</option><option value="11">November</option>
<option value="12">December</option>
</select>
<font size="2">Year
<select name="birthyear" style="background-color: #000000;
font size=10; color:#D80202" size="1" border="0">
<option value="2005">2005</option><option value="2004">2004</option><option value="2003">2003</option><option value="2002">2002</option><option value="2001">2001</option><option value="2000">2000</option><option value="1999">1999</option>
<option value="1998">1998</option><option value="1997">1997</option><option value="1996">1996</option><option value="1995">1995</option><option value="1994">1994</option><option value="1993">1993</option><option value="1992">1992</option>
<option value="1991">1991</option><option value="1990">1990</option><option value="1989">1989</option><option value="1988">1988</option><option value="1987">1987</option><option value="1986">1986</option><option value="1985">1985</option>
<option value="1984">1984</option><option value="1983">1983</option><option value="1982">1982</option><option value="1981">1981</option><option value="1980">1980</option><option value="1979">1979</option><option value="1978">1978</option>
<option value="1977">1977</option><option value="1976">1976</option><option value="1975">1975</option><option value="1974">1974</option><option value="1973">1973</option><option value="1972">1972</option><option value="1971">1971</option>
<option value="1970">1970</option><option value="1969">1969</option><option value="1968">1968</option><option value="1967">1967</option><option value="1966">1966</option><option value="1965">1965</option><option value="1964">1964</option>
<option value="1963">1963</option><option value="1962">1962</option><option value="1961">1961</option><option value="1960">1960</option><option value="1959">1959</option><option value="1958">1958</option><option value="1957">1957</option>
<option value="1956">1956</option><option value="1955">1955</option><option value="1954">1954</option><option value="1953">1953</option><option value="1952">1952</option><option value="1951">1951</option><option value="1950">1950</option>
<option value="1949">1949</option><option value="1948">1948</option><option value="1947">1947</option><option value="1946">1946</option><option value="1945">1945</option>
</select>
</td>
 </tr>
   <th width="81" valign="top"><div align="left" valign="top"><font size="2">Country:</div></th>
   <td width="152" align="center"><input name="country" type="text" value="" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"><br><br></td>
 </tr>
   <th width="81" valign="top"><div align="left" valign="top"><font size="2">E-Mail:</div></th>
   <td width="152" align="center"><input name="email" type="text" value="" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"></td>
 </tr>
   <th width="81" valign="top"><div align="left" valign="top"><font size="2">Confirm E-Mail:</div></th>
   <td width="152" align="center"><input name="email2" type="text" value="" STYLE="color: #D80202; font-weight: bold; font-size: 12px;
background-color: #000000;"><br><br><center><input type="image" src="images/go_register_reg.gif" value="submit" border="0"></center></td>
 </tr>
</form></center></table></table>


Probably a very confusing script, but it gives me exactly what I want on the register page, just keep the input field names and values in mind for next script.

CODE
<?php
include "connect.php";
include "*******";
include "*******";

if ($_POST)
{
extract($_POST);


if ($password!=$password2) {
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>Your Confirm Password didn't match the original password</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/****/****/go_backbutton.gif' border='0'></A></td></tr></table>";
}
elseif ($email!=$email2) {
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>Your Confirm E-Mail didn't match the original E-Mail</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/****/****/go_backbutton.gif' border='0'></A></td></tr></table>";
}
elseif ($username==''||$password==''||$fullname==''||$country==''||$email=='') {
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>You did not fill out all the fields</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/****/****/go_backbutton.gif' border='0'></A></td></tr></table>";
}
else {
 $password=md5($password);
 $SQL = "INSERT into go_logintable(username, password, fullname, gender, birthday, birthmonth, birthyear, country, email) VALUES ('$username','$password','{$fullname}','{$gender}','{$birthday}','{$birthmonth}','{$birthyear}','{$country}','{$email}')";
 

if (!$SQL) {
 echo "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>registration successful</b></td></tr></table>";
}
else {
 echo "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>Registration process was interrupted</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/****/****/go_backbutton.gif' border='0'></A></td></tr></table>";
}
}
}
?>


the error "Registration process was interrupted" keeps popping up, meaning the sql query didnt go well, so I looked in the query, and after some other thread where I asked for help for that, it should be fine now...

So couldn't it be your database then?
Maybe, this is the create function I used:
CODE

create table go_logintable(
 ID int(10) NOT NULL auto_increment,
 username varchar(20) NOT NULL unique,
 password varchar(20) NOT NULL,
 fullname varchar(40) NOT NULL,
 gender int(1) NOT NULL,
 birthday int(2) NOT NULL,
 birthmonth int(2) NOT NULL,
 birthyear int(4) NOT NULL,
 country varchar(25) NOT NULL,
 email varchar(50) NOT NULL,
 PRIMARY KEY  (ID))


Hope you guys can help me..

 

 

 


Reply

round
I realise that the posting thing is a pain, but i wish you wouldn't post your code. It's really a waste of time. You could put the link to file instead which would be much more helpful.
round

Reply

vizskywalker
I think I see the problem. All of your if statements check to make sure the data was entered correctly. If it was, you then define a variable $SQL which holds the query instruction for sql. Then you check if the variable exists, and if it doesn't display success and if it does, display failure. But you never connect to the database or execute the the query. What I would do is right after defining deifning $SQL insert this code:
CODE
$resourceID = mysql_connect("localhost", "yourusername", "yourpassword");
if (!$resourceID) {
die("Error" . mysql_error());
}
$database = mysql_query("use yourdatabase", $resourceId);
if (!$database) {
die("Error" . mysql_error());
}
$success = null; //make success a null variable, you can also define it to false instead
if ($resourceID) {
$success = mysql_query("$SQL", $resourceID);
}


yourusername and yourpassword are the username and password you use to access the mysql database. yourdatabase is the name of the database to take the data.

Then change the final if statements in your code to if($success) instead of if(!$SQL)
Hope this helps.

 

 

 


Reply

HmmZ
$database = mysql_query("use //my db", $resourceId);
if (!$database) {
die("Error2" . mysql_error());
}

is the error now sad.gif

i put it right after $SQL:
CODE
else {
 $password=md5($password);
 $SQL="INSERT into go_logintable(username, password, fullname, gender, birthday, birthmonth, birthyear, country, email) VALUES ('{$username}','{$password}','{$fullname}','{$gender}','{$birthday}','{$birthmonth}','{$birthyear}','{$country}','{$email}')";

$resourceID = mysql_connect("localhost", "*****", "*****");
if (!$resourceID) {
die("Error1" . mysql_error());
}
$use = mysql_query("use ******", $resourceId);
if (!$use) {
die("Error2" . mysql_error());
}
$success = null; //make success a null variable, you can also define it to false instead
if ($resourceID) {
$success = mysql_query("$SQL", $resourceID);
}
}

Reply

HmmZ
BTW, before you say it, I also tried instead of:
CODE
$use = mysql_query("use ******", $resourceId);
if (!$use) {
die("Error2" . mysql_error());
}


CODE
$database = mysql_query("******", $resourceId);
if (!$database) {
die("Error2" . mysql_error());
}


I just used $use instead of $database because ive read before that $database can't be used or something..

Reply

FaLgoR
QUOTE(HmmZ @ Mar 28 2005, 08:56 AM)
BTW, before you say it, I also tried instead of:
CODE
$use = mysql_query("use ******", $resourceId);
if (!$use) {
die("Error2" . mysql_error());
}


CODE
$database = mysql_query("******", $resourceId);
if (!$database) {
die("Error2" . mysql_error());
}


I just used $use instead of $database because ive read before that $database can't be used or something..
*



Are you sure about this? I always use $database, and it doesn't show any problems.

Reply

HmmZ
*BUMP*

sad.gif
Hope I could get a reply(answer) soon, cause my registration is stuck right now.

Reply

vizskywalker
What is the text of the error message you are receiving? And if the trap17 setup is like the astahost setup, then the name of the database will be "cpanelusername_databasename".

Reply

HmmZ
Well...I started all over, writing the whole thing all over again (it was getting confusing), BUT, of course, it's not working sad.gif

It does give me the errors i worked on (passwords dont match, emails dont match, didnt fill everything out) and it gave me the success message, the only problem now is...it doesnt insert the info in the table sad.gifsad.gifsad.gifsad.gifsad.gifsad.gifsad.gif

so here is, once more (HOPEFULLY!), my register_user page:
CODE
<?php
include "http://www.online.trap17.com/HeaderReg.php";
include "http://www.online.trap17.com/Menu.php";

if($_POST)
{
extract($_POST);
//Mysql Variables
$host="localhost";
$user="***";
$pass="***";
$db="***";
$table="***";

//registration shortcuts
$username=$_POST['username'];
$password=$_POST['password'];
$password2=$_POST['password2'];
$fullname=$_POST['fullname'];
$gender=$_POST['gender'];
$birthday=$_POST['birthday'];
$birthmonth=$_POST['birthmonth'];
$birthyear=$_POST['birthyear'];
$country=$_POST['country'];
$email=$_POST['email'];
$email2=$_POST['email2'];

if ($password!=$password2) {
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>Your Confirm Password didn't match the original password</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/images/go_backbutton.gif' border='0'></A></td></tr></table>";
}
if ($email!=$email2) {
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>Your Confirm E-Mail didn't match the original E-Mail</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/images/go_backbutton.gif' border='0'></A></td></tr></table>";
}
if ($username==''||$password==''||$fullname==''||$country==''||$email=='') {
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>You did not fill out all the fields</b><br><A HREF='javascript:history.back()'><img src='http://www.online.trap17.com/images/go_backbutton.gif' border='0'></A></td></tr></table>";
}
//Connect..
mysql_connect($host,$user,$pass) or die(mysql_error());
mysql_select_db($db) or die(mysql_error());
$password=md5($password);
$addit="INSERT into $table VALUES ('$username','$password','$fullname','$gender','$birthday','$birthmonth','$birthyear','$country','$email')";
mysql_query($addit);
print "<table border='0' align='center' valign='center' width='400' height='400'><tr><td align='center'><font size='2'><b>Registration was succesfull, you can now log in</b></td></tr></table>";
}
?>

I think there must be a problem in the connect part...=/

Reply

HmmZ
*BUMP*

Hopefully someone can give me a fix on this, im still thinking it's in the connect part (registration works now, but it wont insert it into the database)

Reply

Latest Entries

vizskywalker
That's the reason why. The md5() function called on the password before it is input into the table is the reason it does not match the password you entered.

Reply

mobious
i think md5 hashing is standard way of security. the password is different from the inputed one because md5() calculates the md5 hash of the string using the md5 algorithm. so the returned value is a unique 32-character hexadecimal number. so when comparing the the stored password during login, you should hash the password again then comapare.

Reply

HmmZ
Finally,

its inserting data now, can you explain something to me tho, ive made a testpage to view the data in a table, and I see that the password is way different then I inputted, is this security?($password=md5($password)wink.gif?

Anywayz, big thanks for helping me out, seems its working now, gonna try logging in now biggrin.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : argh, work, register, script

  1. Guessing Php Script
    (0)
  2. Advice On A Girl From Work.
    (9)
    So there's this girl at work, we'll call her Shaniqua. I work relatively close to Shaniqua
    several days a week. We've become pretty good friends and hang out once in a while. We text/chat
    all the time, etc. The problem is Shaniqua is drop dead gorgeous. I mean like a perfect 10 model.
    I'm not a bad looking guy by any means, but I'm not Patrick Dempsey either. She's
    constantly getting hit on/asked out by other guys from school (university) and work and she always
    turns them down straight away (granted they're usually annoying or prodding too mu....
  3. Webmail Server Script
    (2)
    Hi Guys! A friend of mine came to me asking me to help him write code for his server so that
    his clients can go on his site and create a webmail account. I told him I'm not a programmer but
    I googled the subject. I ran into SquirrelMail and was impressed with what it could do. Going
    through the documentation I saw this QUOTE There are only two requirements for SquirrelMail:
    A web server with PHP installed. PHP needs to be at least 4.1.0. Access to an IMAP server which
    supports IMAP 4 rev 1. I have php5 running on my XPproSP3 but I don't know....
  4. Make Older Add-ons Work With Firefox 3.0
    (1)
    I found this trick today, and there is a big warning because of what it will do and that it my crash
    your browser. I haven't tried this hack out yet, but I let someone else be my guinea pig for
    that /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> QUOTE
    I can't repeat this enough. DO NOT TRY THIS unless you are comfortable editing the advanced
    preferences of your browser. And don't do anything until you've read through this entire
    post. Don't say I didn't warn you. In my experience, extensions that work....
  5. Joomla 1.5.2 Broken Link?
    Add New User won't work (3)
    So I wiped the whole slate clean and noticed they've got 1.5.2 now, so I installed it. When I
    went to add another admin under the user manager menu, it did nothing when I clicked on "NEW" in the
    upper right. This link is broken or something else is wrong here. I need to be able to add other
    admins to get this thing off and running... Someone help me please... Admin??? Edit: I've come
    to the conclusion that the software that's on the server is bad. Could you, Shree, or someone
    over at Xisto please download a new copy of 1.5.2 to replace the one that's the....
  6. "register.php"
    !The Interesting Point! (11)
    Currently, I making the registration page for my web-site which will appear to be educational. There
    is the one things I would like to have it inside the registration page. Basically, I want to have a
    field which is called like "University", when, the user clicks on it, it automatically, lists the
    Universities based on the chosen country. Therefore, there are supposed to be fields like "Country"
    and "State or City", on which the University or School will be used. Oh, the entries might be:
    "School", "College" or "University", and based on them as well as the locations, ....
  7. Isync On Tiger To Work With A Samsung D520
    (3)
    Hey out there! Does anyone know where i can get either an isync plugin or a program (for mac os
    tiger) that will let me sync contacts with a samsung d520 via bluetooth? Preferably free or
    shareware. Im 17 and don't have a credit card /sad.gif" style="vertical-align:middle"
    emoid=":(" border="0" alt="sad.gif" />....
  8. Hair Growing Pill - Does It Really Work?
    Did You Know!(and Can You Explain) (2)
    Well yesterday i was walking down the street and i saw this guy selling something so i wondered what
    is it and i saw his selling hair growing pill so i didn't believe but guess what it really wort
    it make you sweat at your head and make ur hair that inside come out with it i know because he tried
    it on me i wonder how does this work what do the pills do?....
  9. Need Help Installing Dolphin Community Script!
    (5)
    I'm not sure if this is the right place to post this but I really need help in installing the
    dolphin community script. I have absolutely no previous experience of scripts or programming. I
    would really appreciate if someone could walk me through it step-by-step, or even do it for me by
    logging into my cpanel. I have tried to install it my self but I'm a little confused. I'm
    sure it won't take very long at all for someone who has done this before.....
  10. Database With Mysql++
    getting mySQL++ to work with trap17 (7)
    Hi, I'm trying to build an online game and figured the easiest way to do the server list would
    be to make a mySQL database for it; however, I use the con() command on the IP i get from pinging my
    website and I always get an abnormal program termination; however, it will work with the mySQL on my
    own machine. The code is below: CODE #include <iostream> #include <iomanip>
    #include <mysql++> #include "pass.h"//holds my password (i program at
    school) int main(void) {     Connection con("t3jem3_test","....
  11. Invite Script..
    (1)
    I didn't know where else to put it /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> If moderators find another forum more suitable plz move this one
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I am looking
    for some sort of sript or program that let's people on your website invite friends. Like they
    put in their Emailadress and mails are send to everyone in their list.. I hope someone can help me
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Greetzz....
  12. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  13. Php Msn Bot Does Not Work Right
    (2)
    First of all the debug log ######################################## ##....FreakBot @ Hotmail.com
    MSN BOT..## ##.........By El Diablo : Version 1.0.## ########################################
    Client:> VER 1 MSNP9 CVR0 Server:> VER 1 MSNP9 CVR0 Client:> CVR 2 0x0409 win 4.10 i386 MSNMSGR
    7.0.0816 MSMSGS fr3akb0t@hotmail.com Server:> CVR 2 7.0.0816 7.0.0816 7.0.0777
    http://msgr.dlservice.microsoft.com/downlo...essenger_DL.exe http://messenger.msn.com Client:>
    USR 3 TWN I fr3akb0t@hotmail.com Server:> XFR 3 NS 207.46.107.61:1863 0 207.46.96.153:1863
    Client....
  14. Ctrl + C Will Not Work
    Windows Xp Pro SP2 (16)
    I recently built a computer, everything seems to be alright with it, except one thing, CTRL + C just
    won't work. I'm running a Windows Windows Xp Pro SP2, and Ctrl + X and Ctrl + V work fine.
    I mean, I could probably just cut and paste anything I want to copy but it seems like such a hassle.
    Has anyone came across this problem before? Or know how to fix it?....
  15. Evilboard (forum Software) - Multiple Categorys - Don't Work :(
    I am creating a forum and i can't fix more then 1 category. (6)
    I am at the moment trying to program my own forum, but i need more then a single category, here is
    my source: CODE function cat () { include("functions/functions.php");
    echo '<table width="100%"  border="0" cellspacing="0">
    <tr> <td class="eb_top" colspan="3" style="border-bottom-width:
    0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
    </tr>';      global $catid;   $db = new db;   $db->connec....
  16. Javascript : No Right Click Script !@
    This script will allow you to protect your source coad ! (12)
    This script will help you to protect your source code Add this to Section of your site
    ! HTML <script language=JavaScript> var message="Function Disabled!";
    /////////////////////////////////// function clickIE4(){ if
    (event.button==2){ alert(message); return false; } } function
    clickNS4(e){ if
    (document.layers||document.getElementById&&!document.all){ if
    (e.which==2||e.which==3){ alert(message); return false; } } }
    if (docume....
  17. Free Myspace Script?!?
    I didn't know that was possible . . . . (3)
    I was looking for scripts to put on my website one day, and it turned up this!
    http://www.phpizabi.net/ It's a free open-source script, and it has most of the qualities of
    myspace.com! And best of all, you can mend it the way you want! I might use it, but on one
    of my subdomains . . . . My friend already tried it out, he said it works fine! His website is
    under construction right now, but I'll give you the link to it when he's done . . .....
  18. Remote Assistance Problem
    Won't work (7)
    I have tried tons of times and i can not get it too work. I did't even know about this until
    Paul from Trap 17 used it to help me with something on my site. Whenever i try it, it never
    connects. I have tried all three ways. Email, MSN, and download the file and send it. Both computers
    are connected to the internet. On microsoft's site they have a lot of people with the same
    problem, but no one ever helps with it. They are all unanswered. Paul: If you read this i know you
    know how to do it.....
  19. Idea For A Overunity/perpetual Motion Device
    Though I know it probably won't work (9)
    Well, though a way for such things has never been discovered, I'm giving my idea for a perpetual
    motion device, though it was originally thought up as a device for overunity. It's pretty
    simple - attatch a generator directly to an electric motor, then run a cord to the electric motor,
    and hand crank the generator to start it. Anyone else have an idea for a perpetual motion device?....
  20. Linux Question: Amarok And File Permissions
    please help, i can't get it to work with all music files (4)
    hey, i use to use Linux DC++ to download music from some hubs and i usually download it to
    /home/downloads/ and then i move the files to my collection on another HDD a sata one, on
    sda3/music/ but when i move the files using krushader root mode they become posessed by root and
    amarok can't play them displaying a locker on the file's icon. I tried to " chmod 774 music
    ", where music is my music directory, as root in konsole but no luck. What should i do to make a
    whole directory accessible from amarok as user?....
  21. Anarchy
    Would it work today? (31)
    What is Anarchy you say? No it has nothing to do with Punk Rock or criminals. Anarchy is,"Absence of
    any form of political authority. " Here is a passage from Wikipedia QUOTE The word "anarchy", as
    most anarchists use it, does not imply chaos, nihilism, or anomie, but rather a harmonious
    anti-authoritarian society that is based on individual self-determination and personal involvement.
    In place of what are regarded as authoritarian political structures and coercive economic
    institutions, anarchists advocate social relations based upon voluntary association of free ind....
  22. Watermark Your Image With Simple Php Script
    found it on the net (33)
    This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
    Scripts site. Just in case the site may not show, I will include the code here: List of things
    needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
    script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
    image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
    transparent gif image with the watermark - goes in the same directory as this script // ....
  23. Xbox 360 Live - does it only work with wireless router?
    (15)
    I am getting an Xbox 360 for my birthday (27th of April). Soon after this we are hoping to set up a
    network...I am wondering if Xbox live will work with our router, on the site it says only wireless
    ones work, and itlists only 10 that definately work. So do only wireless routers work? If not what
    wired ones work too?....
  24. Razr Problems
    Keypad Doesn't Work (16)
    Hello, Can anyone help me? I own a Motorola Razr V3 and the only key that works is the on off
    button. I have never dropped it and i take excellent care of my phones. It was working fine for a
    few months and one day it just stopped working. The screen still works and I can awnser phone calls
    by opening the flip part, but I can't call anyone or text or anything that requires pushing a
    button unless it is to turn it on or off. I hace looked online and it seemse other people ahve had
    this problem but no one ever had a solution. Should I try to fix it? Should I ....
  25. Guestbook (cgi-script) Problems
    Do u know much bout chmod and cgi-cripts? (1)
    Hi! I'd like to make a guestbook with a cgi-script I found at Lissa Explains it All .
    There were instruction bout how to install this gbook: click here QUOTE Active Guestbook
    Unzip the file, you'll find 4 separate files: guestbook.cgi mail.gif url.gif readme.txt 1.
    Open guestbook.cgi in a plain text editor like notepad. Find out your path to perl from your Web
    host, and change the first line to reflect that. The default setting, #!/usr/bin/perl, usually
    works for most servers. If not, you can try #!/usr/local/bin/perl. Save your changes. ....
  26. [help] Java Script: Window.open
    Works with Firefox, not IE (8)
    CODE <HEAD> var popUpWin=0; function popUpWindow(URLStr) {
     if(popUpWin)  {    if(!popUpWin.closed) popUpWin.close();  }
     popUpWin = open(URLStr, 'GunBound Tactics: Screenshots',
    'width=820,height=550,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,top=90,left=90')
    ;; } </HEAD> <BODY> <a
    href="javascript:popUpWindow('/f11/clipped.php');"><b>Clips&
    #60;/b></a> This is a script for opening a new window. It works ....
  27. Free Weather Feed Script
    (1)
    If you are tired of providing your clients with weather feeds that take visitors off of their site
    or slam their site with ads, I finally found one after searching for hours. Here's a link to a
    FREE php script that pulls the feed directly from any airport in the world to your site. It is easy
    to customize and has simple, well documented installation instructions.
    http://www.mattsscripts.co.uk/mweather.htm hope you find it helpful... a good one for designers
    to archive as you will most likely need it some day for a client. Check out Matt's other free
    scripts....
  28. Toggle display in page script
    (8)
    This is my very first script, before I knew what was out there. It works in IE 5 and up. Not sure
    about netscape or mozilla. (I recently d/led mozilla and it's great for javascripts. Much less
    typing.) CODE <script language="javascript"> <!-- function
    toggle(what){  if(document.all[what].style.display ==
    "none"){    document.all[what].style.display = "block";
     }else{    document.all[what].style.display = "none";  } }
    //--> </sc....
  29. Php Quiz Script
    Make quizzes for your site. (20)
    Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
    doesnt do anything special but I am going to make an email mod for it so that it will email results
    to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
    editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
    <html> <head> <title><? echo "Gamers Pub $qid";
    ?></title> </head> <body> <p><h3><? echo "....
  30. Java Script Drop Down Menu With Css
    - a full code for a dynamic drop down (2)
    Introduction This is a code that I use to dynamically create the drop down menus. First, you have
    to edit the following code and put it in your Javascript. Notice : /*** SET BUTTON'S FOLDER HERE
    ***/. Edit that to your folder. Also, the /*** SET BUTTONS' FILENAMES HERE ***/. This creates a
    mouseover when the drop down is activated. Put all your onmouseover images under: oversources = new
    array; and your onmouseout images under : upsources. Be sure to set your on and out images above
    each other. CODE /*** SET BUTTON'S FOLDER HERE ***/ var buttonFold....

    1. Looking for argh, work, register, script

Searching Video's for argh, work, register, script
Similar
Guessing Php
Script
Advice On A
Girl From
Work.
Webmail
Server
Script
Make Older
Add-ons Work
With Firefox
3.0
Joomla 1.5.2
Broken Link?
- Add New
User
won't
work
"regist
er.php"
- !The
Interesting
Point!
Isync On
Tiger To
Work With A
Samsung D520
Hair Growing
Pill - Does
It Really
Work? - Did
You
Know!(an
d Can You
Explain)
Need Help
Installing
Dolphin
Community
Script!
Database
With Mysql++
- getting
mySQL++ to
work with
trap17
Invite
Script..
Html Code
Tester.
Online
Script
Php Msn Bot
Does Not
Work Right
Ctrl + C
Will Not
Work -
Windows Xp
Pro SP2
Evilboard
(forum
Software) -
Multiple
Categorys -
Don't
Work :( - I
am creating
a forum and
i can't
fix more
then 1
category.
Javascript :
No Right
Click Script
!@ -
This script
will allow
you to
protect your
source coad
!
Free Myspace
Script?!
? - I
didn't
know that
was possible
. . . .
Remote
Assistance
Problem -
Won't
work
Idea For A
Overunity/pe
rpetual
Motion
Device -
Though I
know it
probably
won't
work
Linux
Question:
Amarok And
File
Permissions
- please
help, i
can't
get it to
work with
all music
files
Anarchy -
Would it
work today?
Watermark
Your Image
With Simple
Php Script -
found it on
the net
Xbox 360
Live - does
it only work
with
wireless
router?
Razr
Problems -
Keypad
Doesn't
Work
Guestbook
(cgi-script)
Problems -
Do u know
much bout
chmod and
cgi-cripts?
[help] Java
Script:
Window.open
- Works with
Firefox, not
IE
Free Weather
Feed Script
Toggle
display in
page script
Php Quiz
Script -
Make quizzes
for your
site.
Java Script
Drop Down
Menu With
Css - - a
full code
for a
dynamic drop
down
advertisement



Argh, It Just Wont Work - my register script



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE