PDA


View Full Version : Brian plz help me in this


deathemperor
07-22-2008, 07:10 AM
hello
first of all i want to say thank u for vbadvanced.com for thier great works that make my site more perfect than i imagine

i need to make this hack work also with vbadvanced dyna
http://www.vbulletin.org/forum/showthread.php?t=150863

it has an plugins to work in newthread newreply and edit also

this plugin can be modifieded and added for vba dyna to make it included

this product have also od things that make me use it with vba dyna to handle rm ram files
and i need only and plugin to extend it works with vba dyna :add new entry, comment ,and edit

any help plz

deathemperor
07-22-2008, 07:15 AM
this is the plugin i think responsible to make it work with vb
if ($post['message'])
{
require_once(DIR . '/includes/ame_bbcode.php');
$value = ame_prep_text($post['message']);
if ($value == 1)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "post SET pagetext ='" . $vbulletin->db->escape_string($post['message']) . "', ame_flag=1 WHERE postid=$post[postid]");
}
else if ($value == 2)
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "post SET ame_flag=2 WHERE postid=$post[postid]");
}
}

may be i am wrong and need more modified in ame_bbcode.php

Brian
07-23-2008, 01:03 PM
Sorry, but we cannot support 3rd party code and hacks.