Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
Thread Tools
  #1  
Old 23rd February 2011, 19:04
dumorim dumorim is offline
Senior Member
 
Join Date: Dec 2010
P2P
Posts: 30
Default ajshoutbox forum
Code:
///////////////////////////////////////////////////////// Action: POST
if ($action == "post") {
	$forumid = $_POST["forumid"];
	$topicid = $_POST["topicid"];
	if (!is_valid_id($forumid) && !is_valid_id($topicid))
		die("w00t");
	$newtopic = $forumid > 0;
	$subject = $_POST["subject"];
	mysql_query("INSERT INTO ajshoutbox (uid, date, name, text) VALUES(0,NOW(),'Auto Message Forum', 'Un nouveau message dans le forum par " .$CURUSER['username']. "  ...Voir " .$subjectp. "Le Message')") or sqlerr(__FILE__,__LINE__);
	if ($newtopic) {
		if (!$subject)
			showerror("Erreur", "Vous devez entrer un sujet.");
		$subject = trim($subject);
		//if (!$subject)
			//showerror("Erreur", "Vous devez entrer un sujet.");
		//showerror("Erreur", "Sous réserve est limitée à $maxsubjectlength caractères.");
	}else{
	  $forumid = get_topic_forum($topicid) or die("Bad topic ID");
	}

is showing that error

http://www.error.com/forums.php?action=vie...ic&topicid=


But I have a disorder related to the ID of the post that does not happen, it gives me not the id of the post for the announcement on ajshoutbox
Reply With Quote
  #2  
Old 24th February 2011, 17:46
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
not quite sure what you mean, could you post a screen shot or a live link?
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #3  
Old 25th February 2011, 02:13
dumorim dumorim is offline
Senior Member
 
Join Date: Dec 2010
P2P
Posts: 30
Default error
error
Attached Thumbnails
Capture2.PNG  
Reply With Quote
Reply

Tags
ajshoutbox , forum


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 23:01. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.