Search found 5 matches

by Insight223
Fri Mar 16, 2012 10:28 pm
Forum: Tutorials
Topic: Private Message Sytem delete_conversation=UID was not found
Replies: 3
Views: 854

Re: Private Message Sytem delete_conversation=UID was not fo

Dang it, that was it, sorry about that, if I have any more question ill link em here. No way I should of missed that last one =\
by Insight223
Fri Mar 16, 2012 8:10 am
Forum: Tutorials
Topic: Private Message Sytem delete_conversation=UID was not found
Replies: 3
Views: 854

Private Message Sytem delete_conversation=UID was not found

Alright So I have my website, but I didn't do it like the first 5 tutorials to make dynamic pages, I have my own pages instead all files and what not, and used the login tutorial and integrated it perfectly into it, but now when I try to delete the message from the system it gives me the Not Found 4...
by Insight223
Thu Mar 15, 2012 7:17 am
Forum: Tutorials
Topic: profile system problem
Replies: 1
Views: 495

profile system problem

Alright so I have the user login and profile pages working perfectly fine, but when I try to get the user_id from my database from the person logged in I get this error Unable to jump to row 0 on MySQL result index 5 and it has to do with this code. function fetch_current_user_id($username) { $usern...
by Insight223
Tue Mar 13, 2012 8:10 pm
Forum: Tutorials
Topic: login/register tutorial
Replies: 3
Views: 5922

Re: login/register tutorial

fixed the error. Although now it is just letting me log in as anyone if i type the username as aseiogjah and password adgih;sdn or anything it just logs in and says you are logged in as aseiogjah my checker function function valid_credentials($user, $pass) { $user = mysql_real_escape_string($user); ...
by Insight223
Tue Mar 13, 2012 5:39 am
Forum: Tutorials
Topic: login/register tutorial
Replies: 3
Views: 5922

login/register tutorial

So the error I am having is that I keep getting an error like Warning: include(/public_html/core/inc/inc/user.inc.php) [function.include]: failed to open stream: No such file or directory in /public_html/core/inc/init.inc.php on line 23 Warning: include() [function.include]: Failed opening '/public_...