| View previous topic :: View next topic |
| Author |
Message |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Mon Jan 07, 2008 4:29 pm Post subject: |
|
|
it doesnt go far from the lines of...
| Code: | <html>
<head>
<?php
if($_GET["action"]=="1")
{echo("<meta http-equiv='refresh' content='5;url=" + "http://www.somewebsitehere.com/ReamMeFile.php" + "' />")}
else... blah
?>
</head>
</html> |
sorry, the last time i touched php was a year ago. you get the idea, though, right
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
Posted: Mon Jan 07, 2008 4:37 pm Post subject: |
|
|
| blland wrote: | it doesnt go far from the lines of...
| Code: | <html>
<head>
<?php
if($_GET["action"]=="1")
{echo("<meta http-equiv='refresh' content='5;url=" + "http://www.somewebsitehere.com/ReamMeFile.php" + "' />")}
else... blah
?>
</head>
</html> |
sorry, the last time i touched php was a year ago. you get the idea, though, right |
Hmm, there seems to be a syntax error.
_________________
CEF Moderator since 2007 ^_^
ZenX-Engine |
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Mon Jan 07, 2008 4:38 pm Post subject: |
|
|
Well it's a long time ago I played around with Website-programming
Well here's the way which I used:
First: Make a index.php and add this into it:
| Code: | <?
switch ($_GET[YOURTITLE]) {
case index:
@include("index.php");
break;
test:
@include("ReamMeFile.php");
break;
}
?> |
Then add this hyperlink:
| Code: | | <a href="index.php?YOURTITLE=test"> Click here, bitch :D</a> |
Then it should show the ReamMeFile.php in the place where you put the php-code.
If it doesn't work. Tell me...it's a long time ago
|
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
Posted: Mon Jan 07, 2008 5:05 pm Post subject: |
|
|
Hmmm.
Ok, a minor issue.
When i click home and something else, all it does is remove the [welcome] board from the top of the page, and it just shows
| Code: |
home
something else
|
solution?
P.S. I didn't alter the file either.
_________________
CEF Moderator since 2007 ^_^
ZenX-Engine |
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
Posted: Mon Jan 07, 2008 5:21 pm Post subject: |
|
|
Lol, sorry.
My apologies.
It turns out my Visual php software was the issue (On the fixed files).
Thanks for the help you guys.
+rep
P.S.Works like a charm!
_________________
CEF Moderator since 2007 ^_^
ZenX-Engine |
|
| Back to top |
|
 |
|