Ads not working???

Status
Not open for further replies.

Cyber911

New Member
Messages
9
Reaction score
0
Points
0
Hi guys i have selected corporate plan.
Now i didn't upload the page because my account is not activated yet
anyway i was testing the code with my web maker program:
<? include("http://staff.x10hosting.com/adCode.php?ad=corporate"); ?> (yes im using PHP)
But i didn't see anything.Is this part of the plan???:dunno:
 
Last edited:

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
Yes that PHP code to display the ad is required for the corporate plan.. if it doesn't show up on your WYSIWYG editor then it should appear when your site is put online
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Spartan Erik said:
Yes that PHP code to display the ad is required for the corporate plan.. if it doesn't show up on your WYSIWYG editor then it should appear when your site is put online

Also you should make it have a php in it so it looks like this

PHP:
<?php include("http://staff.x10hosting.com/adCode.php?ad=corporate"); ?>

I'm not sure if it matters on x10 servers but some need that extra php if you are not on their server doing the testing.
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
I think he shouldn't add the "php"...

Rembember that in the ads, it says that you should not modify any of the codes...

When your account is activate, then test it....
It works fine for me...
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
well if you are in a php document but the code before where you want to insert the php code is html, you need to put </HTML> and then insert that quoted code above, but if it's just a php document with no HTML in it, then you won't need "<?php" and "?>"
 

Cubeform

New Member
Messages
339
Reaction score
0
Points
0
PHP recommends at their website (http://php.net/) that you use this:
Code:
<?php /*something*/ ?>
at all times. You can also do this:
Code:
<script language="php">
/*something*/
</script>
If you're using FrontPage (it doesn't like <?php ?>).
 

Cubeform

New Member
Messages
339
Reaction score
0
Points
0
Cyber911 said:
Can i use Corporate (Javascript) ads instead of Corporate (PHP) ads?
Of course! The only difference is that the PHP ads get the JavaScript ads inserted before the web browser sees the page.
 
Status
Not open for further replies.
Top