![]() |
I got a question regarding passing php shit over
Example:
http://www.domainA.com/galleries/1.php?affid=juicy Now i want hits to be sent to a new domain with the same gallery being mirrored such as http://www.domainB.com/galleries/1.php?affid=juicy Is there some sort of php or something? If i do a meta redirect there might be a way to pass the affid=juicy over? Can u dig this ? |
Yes. Yes i can. :)
|
easy mate, im hitting you up now
|
Quote:
j/k can you do it? If so how much $$$ |
hahahahahaha hahahahahahahahahaha="refresh" content="2;url=http://www.domainb.com/galleries/1.php?affid=<?php if (empty($affid)) { echo juicy; } else { echo $HTTP_GET_VARS['affid']; } ?>">
That should work. |
Whoops. You'd think they would have unbanned those words now that HTML is disabled.
|
hes got it now :winkwink:
|
whoa,
I'm new. In the time it took to signup for an account there were like 5 responses... I might as well say you can also use mod_rewrite to forward externally. almost easier then using php. |
yep - use mod_rewrite or even php's header('Location: http://newurl') instead of a meta-refresh...
this board is on nitro for sure... rich |
Quote:
|
Quote:
|
Use can do it easy with mod_rewrite
PHP Code:
|
All times are GMT -7. The time now is 06:28 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123