Jump to content
MakeWebGames

Recommended Posts

Guest Anonymous
Posted

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

what you mean exsactly

Posted

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();

?>

Posted

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

Wow do you mind if i take that newspaper it seems very nice :) If so thanks to Goldenzero for making this, and thanks to you for posting here. :lol:

Posted

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

Posted

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

Mail me carlg and ill see what i can do... also fix all the if($r['user_level'] != 1) fuctions where they are needed.. i just realized it had a few that didn't need to be there.... Hope everybody enjoys

Posted

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

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...