RedPhonix
Junior Member
- Jul 28, 2024
- 120
- 52
I would like to do a lot of doorway through a php script template.
<title>{TITLE} - {MY_TITLE}</title>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>
<meta name='description' content='{MY_DESCRIPTION}, {TITLE}'>
<meta name='keywords' content='{MY_KEY} {KEY2} {TITLE} {KEY3} {KEY} {KEY1}'>
</head>
The test will take through get requests.
mydomain.com/doorway.php?key=casino
Who can give a script?
<title>{TITLE} - {MY_TITLE}</title>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>
<meta name='description' content='{MY_DESCRIPTION}, {TITLE}'>
<meta name='keywords' content='{MY_KEY} {KEY2} {TITLE} {KEY3} {KEY} {KEY1}'>
</head>
The test will take through get requests.
mydomain.com/doorway.php?key=casino
Who can give a script?