05-31-2016, 08:40 AM
(05-31-2016 07:56 AM)Gernavor Wrote: [ -> ](05-31-2016 06:32 AM)m16011 Wrote: [ -> ]Hi Gernavor, What did u change for code in dashboard.php??I removed the box that called the phpvibe api for the version check and to list available plugins. You can keep your original dashboard if you wish to see your version and the new version available on their server, but I didn't want to keep it.
I believe those 'edit me' fields are under your "/moderator/?sk=setts"
For the footer, its that is the moderator dashboard, you have to edit the main55.php file. Find the following:
PHP Code:
update_option('softc', 'PGEgcmVsPSJub2ZvbGxvdyIgaHJlZj0iLyIgdGFyZ2V0PSJfYmxhbmsiIHRpdGxlPSIiPnRyYWRlOzwvYT4uIA==');
base64 encode whatever you want to appear there and replace what comes after 'softc' in the single quotes. I am not sure if you can make it blank but you can try that too.
ty for info bro,
You can decode it:
PGEgcmVsPSJub2ZvbGxvdyIgaHJlZj0iLyIgdGFyZ2V0PSJfYmxhbmsiIHRpdGxlPSIiPnRyYWRlOzwvYT4uIA==
http://ostermiller.org/calc/encode.html