Jump to content
MakeWebGames

[v2]Newspaper - I carnt Post ads [v2]


i need mccodes

Recommended Posts

Re: [v2]Newspaper - I carnt Post ads [v2]

heres the newspaper.php

 

<?php

include "globals.php";

print "<h3>The Newspaper</h3>";

$q=$db->query("SELECT * FROM papercontent LIMIT 1");

$content=$db->fetch_single($q);

print "<table width=75% cellspacing=1 class='table'><tr><td>YOUR JOB</td> <td>LOCAL GYM</td> <td>HALL OF FAME</td></tr><tr><td>ad1za.png</td><td colspan=2>$content</td></tr>

</table>";

$h->endpage();

?>

Link to comment
Share on other sites

Re: [v2]Newspaper - I carnt Post ads [v2]

go ahead and use it... thats why i posted it... but thats the only one of his free mods he made that i will give out... he said one ad you guys got it

 

---------------------------Edit:------------------------------

just one little problem i forgot 2 fix on there....

Find:

if($r['user_level'] != 1)

Replace with:

if($r['user_level'] != 2)

 

It should be easy to find.... but if u don't fix users will be able 2 delete the posts there and it would suck

Link to comment
Share on other sites

Re: [v2]Newspaper - I carnt Post ads [v2]

 

NICE MOD

 

Kaotic on the logedin page latest news how would i get the rotating like in newspaper?

I think you just do a marquee tag like [marquee]text here[/marquee] On the forums its move tags not marquee so i think it is.

This is what it should look like with marquee tags

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...