|
|
 |
 | Data Base Backup |  |
Posted: Mon Jan 12, 2004 3:24 pm |
|
|
|
Can anyone tell me how to backup a database?
I've never backed one up before and have no idea.
Thanks |
|
|
|
|
Posted: Mon Jan 12, 2004 3:36 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
Hi!
Basically you should use the built-in backup.
If this one fails(I heard that on some servers does not work) you should use PHPMyAdmin . |
|
|
|
|
 | Loose Data |  |
Posted: Mon Jan 12, 2004 5:52 pm |
|
|
|
If I re-install the script.. will I lose all the info in the current data base.. that is if I reinstall using the same database? Hope that makes scense.. also.. I posted the question regarding " will not allows new users to sign up.. any word on what that could be.. my url is: http://www.cashblaster.us/cashever If youcould.. look at my site and try to join and you'll see what I'm talking about..
Thanks..
steve |
|
|
|
|
 | Really Need help on this.. |  |
Posted: Mon Jan 12, 2004 9:45 pm |
|
|
|
| I really need help on this...My site was working fine and now it will not go to the join.php page.. Please give me some idea as to what is wrong.. |
|
|
|
|
Posted: Mon Jan 12, 2004 10:02 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
HI!
Actually,the problem is simple.
You need to replace the code
| Code: | | {if(document.forms[0].ts.checked){document.forms[0].submit();} |
with
| Code: | | {if(document.forms[1].ts.checked){document.forms[1].submit();} |
On join_now.php page -line 20. |
|
|
|
|
 | Thanks.. |  |
Posted: Mon Jan 12, 2004 10:30 pm |
|
|
|
I will try replacing the code.. Any idea how this could have happend? I never changed anything...
Thanks again for the help |
|
|
|
|
 | Still Not working like it should |  |
Posted: Tue Jan 13, 2004 12:31 am |
|
|
|
Hi Daniel, I replaced the code like you suggested and it appears to be physically working.. but when the join.php page pulls up.. the background is grayed out and the following line of text is at the top of the page,
"siteurl/templates/text.css.php";?>"type="text.css"rell="stylesheet">
Any idea why this is happening.. I know nothing about php.. and very little about html.. So i'm kinda in the dark on this.. Any help is greatly appreciated..
Thanks in advance.. Steve
Site url.. just in case you want to see what it looks lik
http://www.cashblaster.us/cash4ever |
|
|
|
|
Posted: Tue Jan 13, 2004 9:05 am |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
HI!
You accidentaly edited a PHP line.
If you have the original file,you can restore it. |
|
|
|
|
 | Which Line |  |
Posted: Tue Jan 13, 2004 11:46 am |
|
|
|
Which line would it be.. in which php file? join.php, text.css.php, join_now.php or another one? also.. I asked earlier, if i reinstall the script will it right over the current data base and delete all users?
Or will it keep the current data base and just reinstall like most programs?
Thanks |
|
|
|
|
Posted: Tue Jan 13, 2004 12:02 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
I don't think it will be necessary to re-install:)
The yesterday's error was produced by the form that you added on the left.
The current error may reside in header_locked.php-I don't know what files you changed yesterday... |
|
|
|
|
|
|