| Author |
Message |
link Regular


Joined: Dec 24, 2004 Posts: 56
|
Posted:
Sun Jan 02, 2005 4:34 pm |
|
I just had a great idea.. or...maybe ive drank to much cofee?
Its up to you to decide.
anyway....
Within the error capturing of php programming...
like
| Code: | <?
@ $db = mysql_pconnect("localhost", "username", "password");
if (!$db)
{
echo "Error: Could not connect to database. Please try again later.";
include ("includes/footer.inc");
exit;
} |
Why not set up forums... with the answers to those errors... and inlcude links within the error capturing???
like
| Code: | <?
@ $db = mysql_pconnect("localhost", "username", "password");
if (!$db)
{
echo "Error: Could not connect to database. Please try again later.";
echo "<br>";
echo "<a href="http://somewebsite.com/modules.php?name=Forums&file=posting&mode=newtopic&f=16">Error 420</a">;
include ("includes/footer.inc");
exit;
} |
95 percent of the people that would get the error...
"Error: Could not connect to database"
Would not know to go back and check the username and password...
This would in my oppinion increase the ability of php-nuke to be used by new programmers... make looking for fixes... only a click away... |
Last edited by link on Mon Jan 03, 2005 10:05 pm; edited 1 time in total |
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Sun Jan 02, 2005 4:51 pm |
|
no not to much cofee but i would mean that the forum can never be touched,moved or whatever... |
|
|
|
 |
link Regular


Joined: Dec 24, 2004 Posts: 56
|
Posted:
Sun Jan 02, 2005 9:05 pm |
|
point taken.
 |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
Posted:
Sun Jan 02, 2005 9:35 pm |
|
|
|
 |
djmaze Subject Matter Expert

Joined: May 15, 2004 Posts: 689 Location: http://tinyurl.com/5z8dmv
|
Posted:
Mon Jan 03, 2005 2:32 am |
|
Shouldn't the creator of the system point to a FAQ on his website ?
Oh yeah i forgot phpnuke.org has no FAQ and Forums  |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Mon Jan 03, 2005 5:47 am |
|
well they had one,but its just as unreliable as the rest.
then its there then its gone again...
saw a picture of FB today...
had to see a doctor,but im ok now. |
|
|
|
 |
link Regular


Joined: Dec 24, 2004 Posts: 56
|
Posted:
Mon Jan 03, 2005 10:03 pm |
|
Man you guys are ripping on nukecops...lol
Ive heard ome bad stuff about them lateley as well. lol
Maybe i ll hang out here...
You guys seem cooler anyway.
Alot friendlier.
Did nukecops get bought out or what? They used to be reliable.
As far as nukecops within the code... i had first posted the statement there...
then here... |
|
|
|
 |
|
|
|
|