|
in:
|
|
| Forums > ICMag Vendor Forums > Seedbay > Possible solution for you DG | ||
| Possible solution for you DG | Thread Tools | Search this Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Possible solution for you DG
Check your PM real quick, let me know if you have any questions, its fairly simple...
btw I run about 40+ adult websites on about 15 servers
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
i've got one more even easier solution for you if you'd like to give it a shot, lmk!
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
just plop this at the very top line of the index.php file... replace 127.0.0.1 with your ip (you can get it by visiting www.whatismyip.com) and you'll be the only one able to access the site... everyone else will get that check back shortly message. When you're done just delete that line... hopefully this one might let you get the auctions you need up there
i know of a couple peeps in that thread since 10am eastern time :( <? if ($_SERVER['REMOTE_ADDR'] != "127.0.0.1") { echo "please check back shortly"; exit; } ?> Last edited by jasondub; 11-14-2006 at 07:40 AM.. |
|
|
|
|
|
|