Results 1 to 8 of 8
Threaded View
-
6th Dec 2011, 07:48 AM #5MemberWebsite's:
WarezHackerZ.com WarezHackerz.in ForumScripts.orgHow to install?!
Open:
templates/Default/addnews.tpl
Search:
<td><input type="text" name="title" value="{title}" maxlength="150" class="f_input" /></td>
</tr>
Add
id="title"
and
{include file="engine/modules/f_relates.php"}
Example :
<td><input type="text" name="title" value="{title}" maxlength="150" class="f_input" id="title" /></td>
</tr>
{include file="engine/modules/f_relates.php"}
In
engine folder----->modules folder
create a file
f_relates.php
add this code inside and upload
<?PHP
/*
*/
if(!defined('DATALIFEENGINE'))
{
die("Hacking attempt!");
}
echo "
<SCRIPT LANGUAGE=\"JavaScript\">
function find_relates ( )
{
var ajax = new dle_ajax();
var title = ajax.encodeVAR( document.getElementById('title').value );
var varsString = \"title=\" + title;
ajax.onShow ('');
ajax.requestFile = 'engine/ajax/find_relates.php';
ajax.method = 'POST';
ajax.element = 'related_news';
ajax.sendAJAX(varsString);
return false;
};
</SCRIPT>";
echo <<<HTML
<tr>
<td width="110" height="25" nowrap="nowrap"> </td>
<td><input class="bbcodes" type="button" onclick="find_relates(); return false;" value="Find related news" ><span id="related_news"></span></td>
</tr>
HTML;
?>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] DLE imdbXpro v1.1 MODULE
By scriptzm in forum Completed TransactionsReplies: 0Last Post: 23rd Mar 2012, 06:21 PM -
[Joomla] looking for a module
By Scientyst in forum Web Application/Script SupportReplies: 0Last Post: 7th Dec 2011, 08:48 PM -
[Selling] WordPress instalation + Plugin install + Theam install service(free for biginers)
By senseseo in forum Completed TransactionsReplies: 4Last Post: 16th Oct 2011, 02:09 PM -
module
By Chris2k in forum Web Application/Script SupportReplies: 13Last Post: 24th Jun 2011, 10:23 PM -
[Video TUT] Install Cpanel and Re-Install OS on a dedicated server
By black0xio in forum Server ManagementReplies: 18Last Post: 23rd Mar 2010, 06:25 AM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...