Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home3/public_html/wp-content/plugins/cross-linker/crosslink.php on line 109
]]>Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in hayseedreport.com/wp-content/plugins/cross-linker/crosslink.php on line 109
Just downloaded and got this
Dear friends,
I’m using Cross-linker on my website but all days I have to clean my database tables of Cross-linker.
All data on tables above are duplicating all time:
It’s making my site down because the large database size ??
Can you help me? I’m using the version 2.0.5.1
Thank you very much!
]]>No support for the Cyrillic. And fix the code by myself – pretty wild idea. time to fix it!
]]>Hello,
your plugin is the best but I do really need Cyrillic alphabet support.
For example:
1) if I add the keyword “table” (Cyrillic) – the plugin do not understand that “table” (do not cross link) and “Table” are the same words. But I also can not add “Table” – it says that there is already such word and it is “table”. So capital letters would be nice feature.
2) the endings of the words are not taking in attention: if the keyword is “table” – the plugin do not cross link the word “tables”, so I have to add two words: “table” and “tables”.
Pls, tell smth to let me know if you try to solve the problem. I hope you will try.
Eugene.
P.S.- THX for the plugin anyway, it is GREAT.
not working
]]>WP 3.01
]]>Hello,
I think there is a small CSRF security issue in line 774:
if($_REQUEST[‘del_word’]!=”)
{
$del_me = $_REQUEST[‘del_word’];
$wpdb->query(“DELETE FROM $table_name WHERE id = ‘”.$del_me.”‘;”);
$table_name_attrs = $wpdb->prefix . $table_crosslink_attrb;
$wpdb->query(“DELETE FROM $table_name_attrs WHERE id = ‘”.$del_me.”‘;”);
}
An attacker could trick a logged in Cross-Linker user into deleting all hyperlinked words.
To fix, add
check_admin_referer();
before
$del_me = $_REQUEST[‘del_word’];
Have fun
https://www.reneschmidt.de/