Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/09/2009, 12:06
AlvaroG
Invitado
 
Mensajes: n/a
Puntos:
Pegando aquí lo que me mandaste, para que otros puedan verlo también

wysiwygPro_edit_eacf331f0ffc35d4b482f1d15a887d3b.p hp PHP script text --------------------------------------------------------------------------------


registerButton('save', 'Save', 'do_save();', '##buttonURL##save.gif', 22, 22, 'savehandler'); $editor->addRegisteredButton('save', 'before:print' ); $editor->addJSButtonStateHandler ('savehandler', 'function (EDITOR,srcElement,cid,inTable,inA,range){ return "wproReady"; }'); $editor->registerButton('cancel', 'Cancel', 'do_abort();', '##buttonURL##close.gif', 22, 22, 'cancelhandler'); $editor->addRegisteredButton('cancel', 'before:print' ); $editor->addJSButtonStateHandler ('cancelhandler', 'function (EDITOR,srcElement,cid,inTable,inA,range){ return "wproReady"; }'); $editor->theme = 'blue'; $editor->addJSEditorEvent('load', 'function(editor){editor.fullWindow();setHtmlFilte rs(editor);}'); $editor->baseURL = "http://hishopping.info/"; $editor->loadValueFromFile('/home/hishoppi/public_html/index.html'); $editor->registerSeparator('savecan'); // add a spacer: $editor->addRegisteredButton('savecan', 'after:cancel'); //$editor->set_charset('iso-8859-1'); $editor->mediaDir = '/home/hishoppi/public_html/'; $editor->mediaURL = 'http://hishopping.info/'; $editor->imageDir = '/home/hishoppi/public_html/'; $editor->imageURL = 'http://hishopping.info/'; $editor->documentDir = '/home/hishoppi/public_html/'; $editor->documentURL = 'http://hishopping.info/'; $editor->emoticonDir = '/home/hishoppi/public_html/.smileys/'; $editor->emoticonURL = 'http://hishopping.info/.smileys/'; $editor->loadPlugin('serverPreview'); $editor->plugins['serverPreview']->URL = 'http://hishopping.info/.wysiwygPro_preview_eacf331f0ffc35d4b482f1d15a887d 3b.php?randomId=lXgXkjXSSjkbS8Nyg13Sn_UTo40i8K7Pt2 lJ6tBw8q47xtitPym0TAxkiQxiLjaO8gGkQ_f8NkPl_cUleJWl PKz4GqhJ4moYiQ8qzBkhwc5pXs5eZY86cJ5VruWDVxiRMnjvK4 ZcpPgRX2GN1IrhI8MiKgyJebvax26j5jMN7AgjJOc3lgjzxvzw HH5zGMMCl_0GLJJh7XmADIDByMOZevcQ7c0Mu7BGeabZnyGIul mVZBvPDnVPo4RZh1z8cF8o'; // print the editor to the browser: $editor->htmlCharset = 'us-ascii'; $editor->urlFormat = 'relative'; $editor->display('100%','450'); ?>

¿hishopping.info es tu sitio?

Por lo que estuve viendo los archivos de nombre wysiwygPro_edit* (también hay wysiwygPro_preview*) son creados por el editor de cPanel.
Puedes borrarlos con seguridad.

No encuentro mucha más información, de por sí el código no parece estar haciendo nada extraño.

Sí encontré esta página http://wordpress.org/support/topic/305645, por lo que te pido nos pegues el código que aparece en tu sitio.


Saludos.

Última edición por AlvaroG; 22/09/2009 a las 12:22