The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Creating new thread/post via MySql
$con = mysql_connect("***","***","***");
if (!$con) { die('Could not connect: ' . mysql_error()); } $repostinfo[0] = 86994; $repostinfo[1] = 81628; $repostinfo[2] = 1; $repostinfo[3] = 'Altuno'; $repostinfo[4] = 1; $repostinfo[5] = 'This is an automated post'; $repostinfo[6] = 1212220036; $repostinfo[7] = 'This should be posted as soon as a thread is deleted, this post is automated under the name of Altuno'; $repostinfo[8] = 1; $repostinfo[9] = 0; $repostinfo[10] = '000.000.0.0'; $repostinfo[11] = 0; $repostinfo[12] = 1; $repostinfo[13] = 0; $repostinfo[14] = 0; $repostinfo[15] = 0; $repostinfo[16] = 0; mysql_select_db("gamingwe_forum", $con);$sql=("INSERT INTO post (postid, threadid, parentid, username, userid, title, dateline, pagetext, allowsmilie, showsignature, ipaddress, iconid, visible, attach, infraction, reportthreadid, post_thanks_amount)". "VALUES ('$repostinfo[0]', '$repostinfo[1]', '$repostinfo[2]', '$repostinfo[3]', '$repostinfo[4]', '$repostinfo[5]', '$repostinfo[6]', '$repostinfo[7]', '$repostinfo[8]', '$repostinfo[9]', '$repostinfo[10]', '$repostinfo[11]', '$repostinfo[12]', '$repostinfo[13]', '$repostinfo[14]', '$repostinfo[15]', '$repostinfo[16]')"); if (!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); } mysql_close($con); when i use this code, it is input into as a row into the "post", but it is not shown on the forum liek every other row in "post"? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|