PDA

View Full Version : proplen in the replace of the link


eng. deeb
12-24-2008, 05:18 AM
I install the replacment the link by title of the page

and it give me for the arabic title strange letter

ط?ظ?ط?ط?ط?ظٹط?.ظ?طھ | ط?ظ?ط?ظپط*ط? ط?ظ?ط?ظٹط?ط?ظٹط?

ط?ظ?ط?ط?ط?ظٹط?.ظ?طھ | ط?ظ?ط?ظپط*ط? ط?ظ?ط?ظٹط?ط?ظٹط?

and so I delete the hack

but the replacement still work

to see it from here

http://manutdarb.com/vb/world-arabic...html#post37601

--------------- Added 1230113397 at 1230113397 ---------------

up pleas help

Dismounted
12-24-2008, 08:38 AM
Try running this query:
TRUNCATE TABLE postparsed;

eng. deeb
12-24-2008, 09:50 AM
I will try

eng. deeb
12-28-2008, 05:19 AM
I try to mak a query but this msg came for me

you do not have any privlage to make an query

--------------- Added 1230449434 at 1230449434 ---------------

I run the query but it does not work

Lynne
12-28-2008, 02:43 PM
If you are trying to run a query through your admin cp, you need to make sure your userid is listed in the config.php file as a user allow to do queries:

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';

eng. deeb
12-30-2008, 05:13 AM
If you are trying to run a query through your admin cp, you need to make sure your userid is listed in the config.php file as a user allow to do queries:

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';


I do it and I run the querry but it does not make any change

Lynne
12-30-2008, 03:20 PM
Did you get an error when running the query? Did you look to see if the postparsed table was in fact truncated? If it wasn't, perhaps you have a prefix for your tables and you need to add that into the query.

eng. deeb
01-11-2009, 12:36 PM
it give that there are no taple

Dismounted
01-12-2009, 04:31 AM
Did you get an error when running the query? Did you look to see if the postparsed table was in fact truncated? If it wasn't, perhaps you have a prefix for your tables and you need to add that into the query.
Did you set a table prefix?