RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Can i change word free in My affiliate Link

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
xplan



Joined: 30 Jul 2010
Posts: 23

PostPosted: Jun 03, 2011 3:39 am    Post subject: Can i change word free in My affiliate Link Reply with quote

from my account can i change word free to other word like example below

because word "free" will make misunderstand to some user about it

Code:
http://domain.com/free1.html


to

Code:
http://domain.com/ref1.html


by change word in this line from
Code:
 my_account.html


Code:
<TR><TD><TMPL_VAR lang_my_affiliate_link>:</TD><TD colspan=2><a href="<TMPL_VAR site_url>/free<TMPL_VAR usr_id>.html"><TMPL_VAR site_url>/free<TMPL_VAR usr_id>.html</a></TD></TR>


to

Code:
<TR><TD><TMPL_VAR lang_my_affiliate_link>:</TD><TD colspan=2><a href="<TMPL_VAR site_url>/ref<TMPL_VAR usr_id>.html"><TMPL_VAR site_url>/ref<TMPL_VAR usr_id>.html</a></TD></TR>


if change is it make site effct ?
Back to top
View user's profile Send private message Visit poster's website
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1281

PostPosted: Jun 03, 2011 6:49 am    Post subject: Reply with quote

You need to change .htaccess as well.
Back to top
View user's profile Send private message Send e-mail
xplan



Joined: 30 Jul 2010
Posts: 23

PostPosted: Jun 03, 2011 11:29 am    Post subject: Reply with quote

in .htaccess from root ( htdocs folder )

Code:
RewriteRule    ^free([0-9]+)\.html$  /cgi-bin/index.cgi?op=registration&aff_id=$1 [L]


to

Code:
RewriteRule    ^ref([0-9]+)\.html$   /cgi-bin/index.cgi?op=registration&aff_id=$1 [L]


this is working

can use
Code:
 " referral/ " instead of " free "
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group