DLEVIET - DataLife Engine Support Home Page

DataLife Engine Support » DataLife Engine » Modules » DLE Search Cloud Module

DLE Search Cloud Module

  • Author: amitash;  
  • Views: 12397;  
  • Date: 13 March 2010;  
Datalife Engine (DLE) Search Cloud/Recent Searches Module!

For Download: The Datalife Engine Recent Searches / Search Cloud Module
What it does: It records the search activity on your Datalife Engine Site and shows them as recent Searches
What is Required: All you need is a MySQL database and a site that runs using DataLife Engine CMS.
The Price: FREE[i][/i]


Advantages

1. As it records new searches automatically, Whenever a user searches on your site, a new link appears (as good as a new page) in the Recent Searches Section. Google will index this page and more such pages. If 2000 searches record on your site everyday, you get 2000 new pages (excluding the duplicate searches as Duplicate searches are automatically grouped)
2. Great for SEO, as the links are Search engine friendly. You can customize the links as much as you want.
3. Also records the IP address of the user who is searching. This helps you to prevent Spamming of the Recent Searches Section. For example, if a user searches for a keyword that you think is "bad", you can easily identify his IP address, and issue a warning from the admin panel or permanently ban him.
4. No link will yield a 404 error page even though the search results in no results.

Disadvantages
NONE

Also, I'm available for any type of DataLife Engine Customizations, SEO h@cks, Translations and other DataLife Engine Services. You can PM Me.


DOWNLOAD LINK
You must register before you can view this text.


We encourage you to Register or Login to website under your name.

admin

Posted 14 March 2010 11:16 Register: 25.04.2009
Thank you amitash!

megafree

Posted 14 March 2010 12:58 Register: 7.03.2010
Thanks U amitash
Can we use it on dle windows-1251 Or Not

burtonfly

Posted 14 March 2010 15:56 Register: 11.03.2010
how to use import SQL

Jomafi

Posted 14 March 2010 17:24 Register: 14.03.2010
Thanks for sharing amitash, i love you.

DjMixTape

Posted 14 March 2010 18:33 Register: 21.02.2010
Thanks for this great module.
I have a question .. need another sql database or run querry on dle database ?

Jomafi

Posted 14 March 2010 18:44 Register: 14.03.2010
We can i include {search_keyword} in search.tpl

Alammary888

Posted 14 March 2010 19:30 Register: 3.03.2010
amitash please reply to questions

do the installation would give us the right way .. ??

no

admin

Posted 14 March 2010 21:27 Register: 25.04.2009
megafree, you can edit in file import.sql

Replace utf8 to cp1251

burtonfly, PhpMyAdmin in CPanel


DjMixTape, in DLE database


Alammary888, you can do that, find you problem by yourself fellow

Alammary888

Posted 14 March 2010 21:43 Register: 3.03.2010
admin,

thank you ..

after installation did not show anything ..

belay

DjMixTape

Posted 14 March 2010 22:52 Register: 21.02.2010
Great module!
Thanks amitash for sharing and admin for help.

se it on Torrent Catalog

megafree

Posted 15 March 2010 00:24 Register: 7.03.2010
Thank Your Admin Brother smile

amitash

Posted 15 March 2010 01:42 Register: 13.03.2010
This will work perfectly in DLE 8.5, so upgrade noW!!!

noyabrsk-star.ru

Posted 15 March 2010 04:26 Register: 15.03.2010

Pakistan

Posted 15 March 2010 13:28 Register: 2.03.2010
what to add in main.tpl to show searches??
{search2} ?????????

do we need to make .tpl file too??

Alammary888

Posted 15 March 2010 13:56 Register: 3.03.2010
iBusinessArena.com,

i'm just like you did not understand this point ..

DjMixTape

Posted 15 March 2010 14:35 Register: 21.02.2010
1. First, open connect.php in modules folder and enter database info.
<?php
$dbhost = 'localhost';

$dbuser = 'user';

$dbpass = 'password';

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');

$dbname = 'dle db';
mysql_select_db($dbname);
?>


2. copy the engine folder of the zip pack you got into your root directory.

3. Then import the IMPORT.sql into your DLE database using PhpMyAdmin.

4. Then paste this code in your template's main.tpl file using the DLE admin Panel where you want to display the Recent Searches section.
{include file="engine/modules/searchcloud.php"}


5. Open /engine/engine.php and find.
include ENGINE_DIR . '/modules/deletenews.php';
break;

and after that copy and paste the following code.
case "searchcloud" :
include ENGINE_DIR . '/modules/search2.php';
break;


6. Copy the following code to your .htaccess file.
RewriteRule ^search/(.*).html?$ /index.php?do=searchcloud&subaction=search&story=$1&x=$4&y=$5 [L]


that`s all you must do.
good luck.
tested and working.

amitash

Posted 15 March 2010 20:09 Register: 13.03.2010
DjMixTape got it right. Please follow those instructions. Those are from the readme file. Probably no one is reading the readme file properly!

DjMixTape

Posted 16 March 2010 01:32 Register: 21.02.2010
alammary888 , you paste the code in footer of page. is good.
verify the main.tpl, seems to be a "text" insert, not is recognized as a php code.
try to put it up of footer and check if work.
if not,
verify if u followed all steps from my reply.
must work.

amitash

Posted 16 March 2010 01:41 Register: 13.03.2010
DjMixTape,
Can i see your site??
Just Curious

DjMixTape

Posted 16 March 2010 02:41 Register: 21.02.2010
i linked him earlier ... Torrent Catalog

amitash

Posted 17 March 2010 03:00 Register: 13.03.2010
Alammary888,
Glad that it worked!

Gazuots

Posted 17 March 2010 16:22 Register: 7.03.2010
���������� ��������� ������: enginemodulessearchcloud


Thats what i get... I did everything fine. Maybe it don't work on 7.5?

amitash

Posted 18 March 2010 14:20 Register: 13.03.2010
Gazuots,

It will not work in DLE 7.x .. Works in 8.3 and later!

megafree

Posted 20 March 2010 23:28 Register: 7.03.2010
i m using dle 8.3
i facing some error
Warning: mysql_connect(): Access denied for user 'user'@'localhost' (using password: YES) in /home/xyz/public_html/testing/engine/modules/connect.php on line 8 Error connecting to mysql

What should i can do ?
Plz any body help me
........
And What should i can enter here
connect.php
$dbhost = 'localhost';

means server url link

DjMixTape

Posted 21 March 2010 06:56 Register: 21.02.2010
Use "localhost" or if not work, use 'ip'.

megafree

Posted 21 March 2010 12:51 Register: 7.03.2010
DjMixTape,
Thanks For The Help Brother
i will confuse sometime. That happen i can't do.
ha ha ha
i was put script in comments command this in connect.php
Know i will check and correct this and put in command area
Thanks Brother For Help

DjMixTape

Posted 22 March 2010 18:16 Register: 21.02.2010
Tips :
To make this module work on main.tpl first install this module:

http://dleviet.com/dle/h4ck/190-How-to-ins...e-main.tpl.html

After that, add
{include file="engine/modules/searchcloud.php"}
in main.tpl

:)

netvietz

Posted 23 March 2010 16:24 Register: 23.03.2010
Please tell me search form for template add
Because when i add, search item do not add to my database

Thanks

netvietz

Posted 24 March 2010 10:37 Register: 23.03.2010
My search not insert to database
Please help me
Thanks

EaS

Posted 26 March 2010 02:10 Register: 26.03.2010
Tested on DLE 8.0 and not work
Error:

���������� ��������� ������: enginemodulessearchcloud

can we make this modules work on DLE 8.0 ?
Information
Members of Guest cannot leave comments.

Useful Tools

Popular

Pagerank Update

    Updates Yandex SEO
    23.05.2013
    28.03.2013
    27.12.2012
    Updates Yandex search
    21.05.2013
    15.05.2013
    12.05.2013
    Updates Yandex Catalogue
    23.05.2013
    22.05.2013
    21.05.2013
    Updates Google
    06.02.2013
    08.11.2012
    02.08.2012

Find us on Facebook

Poll

How do you know DataLife Engine Support?

Search Engine
Other DLE Support websites
Forum
Friends
Others

Sponsor

Calendar

«    May 2013    »
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Contact us in social network

Facebook

Twitter