The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mysql Order
Hi There
Could you give me the order to be executed in MySQL so as to redirect links from an old domain to a new domain such as the link http://www.m59m.com/vb/mwaextraedit6/extra/04.gif to be directed to http://www.alabbady.com/vb/mwaextraedit6/extra/04.gif By using MySQL order Best Regards |
#2
|
|||
|
|||
This is the replacement
Code:
UPDATE post SET pagetext = REPLACE(pagetext,'http://www.m59m.com/vb/mwaextraedit6/extra/04.gif','http://www.alabbady.com/vb/mwaextraedit6/extra/04.gif'); http://www.alabbady.com/vb/mwaextraedit6/extra/04.gif = The New |
#3
|
|||
|
|||
It works man
Thank you very much |
#4
|
|||
|
|||
Thank you for your reply
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|