Problem with (wcddl v2) Site Rank mod !

Status
Not open for further replies.

MaXiCoM

Active Member
218
2010
0
0
Problem with (wcddl v2.1) Site Rank mod !

hello everyone,

i having... a big problem with ( wcddl v2.1 )site rank mod ! Like ( 1*,2*,3* )

my site is www.DeviLsDDL.com
:(
can anybody help me ?

i tried this one
Code:
http://warezcoders.com/forum/viewtopic.php?f=15&t=983
but i m Fail

when i fixed everything than my old downloads not showing.... on site index and also in admin queue

please help me its very importent for my site

how to install ?

Code:
i m not understand what to do of this code

$sql = "ALTER TABLE `wcddl_sites` ADD `emailsubmit` TEXT NOT NULL";
$sql = "ALTER TABLE `wcddl_sites` ADD `rate` TEXT NOT NULL";
please explan step by step !


i m waitig... for Reply

who can fix , PM me. i can giv him cpanel Access

!! i can't spend money for this !!!!
 
4 comments
Open phpMyAdmin from within your cPanel.
Navigate to your database.

Click the SQL tab.
In the textarea, copy and paste this:

Code:
ALTER TABLE `wcddl_sites` ADD `emailsubmit` TEXT NOT NULL;
ALTER TABLE `wcddl_sites` ADD `rate` TEXT NOT NULL;

Then press the Go button.
This will run the SQL queries needed.
 
Status
Not open for further replies.
Back
Top