Posts: 0
Threads: 3
Joined: Nov 2024
Reputation:
0
Someone knows if it’s possible to get rid of the Squirrelmail annoying banner ads? I removed ALL Google code from EHCP templates, but it does not affect the webmail frameset. It keeps showing banner ads no matter what I do. If not possible to remove that if you know any other webmail server that could work with EHCP please let know. (is it possible to use Uebimiau...?)
Restored from old drupal forum, for user uid:2965 username:astar_sheran
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Nov 2024
Reputation:
0
webmail has own banners inside it,
look inside webmail folder,
search for google keyword in files, you should be able to find it.
uebimiau may be possible but not directly..
Restored from old drupal forum, for user uid:2965 username:astar_sheran
You may reset your password to access your new account here.
Posts: 0
Threads: 3
Joined: Nov 2024
Reputation:
0
Solved! If you have interest in remove Squirrelmail Google banner ads just go to /var/www/vhosts/ehcp/webmail/functions/ and open page_header.php to edit. Find the Google codes around line 249 remove it and you are done!
Optionally you can change it with your own Google code.
Thanks ehcpdeveloper for your help.
PS. “If happens to you to not find those codes in that file cd to your /var/www/ directory and try: find -type f -print0 | xargs -r0 grep -F 'google' in your ubuntu terminal and you’ll certainly find it.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Nov 2024
Reputation:
0
better command to find, i think:
<code>cd /var/www/vhosts/ehcp/webmail
grep google * -R
Restored from old drupal forum, for user uid:2965 username:astar_sheran
You may reset your password to access your new account here.