Resource icon

Exit Page 1.2

No permission to download
Compatible With Version
0.8+
Supported
Yes
This plugin will present the user with an exit page, informing them that they are about to leave your toplist.
A demo can be seen on http://maxleech.com/forward/preemlinks/ by default a different loading image and no ads though ( edit forward.html )

Installation:
1) Open wrapper.html and find
Code:
out_url = '{$list_url}/index.php?a=out&u=' + username+'&go=1';
Replace with
Code:
out_url = '{$list_url}/{$url_helper_a}forward{$url_helper_u}' + username + '{$url_tail}';
2) Optional - if you use clean urls
Open .htaccess in your topsite root
find
Code:
################ Beautify dynamic url sets
One new blank line below, add
Code:
RewriteRule ^forward/(.*)/ index.php?a=forward&u=$1 [L]
3) Upload zip through admin plugin manager
Author
Basti
Downloads
54
Views
999
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Basti

Latest updates

  1. php 7.0+ update

    made compatible with php version 7.0 and higher
  2. Plugin update url changed

    Changed the update url in the info file to reflect our new plugins page. This update is required...
Top