RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PHP] Help Thread

S

Seven

Guest
PHP:
 Help Thread[/b]

Ok, i have my site set up now. 
< www.seven.helioth.org/forum/webryst.php >

But, i would like to add things such as "Welcome {Username}"
and news such as like a portal. Yet, somewhat simple.

Some more information:
Im not using a program.
Im using strictly files that are named .php and .tpl

It would be great if you could help, thanks!

P.S.
Reason for adding seprate thread : Because, i thought the other one would be too confusing for some people. Just post the code and where to put it and somewhat step-by-step instructions!

-Edit 10/18/2003-
I tried the ezportal downloaded uploaded it my forum section but did not work when i tried to go :
www.seven.helioth.org/forum/phpbb_root/portal.php
 
S

Seven

Guest
www.seven.helioth.org/forum/phpbb_root/portal.php Errors :
[code:1]
Warning: Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/seven.helioth.org/httpdocs/forum/phpbb_root/portal.php on line 54

Warning: Failed opening './common.' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/seven.helioth.org/httpdocs/forum/phpbb_root/portal.php on line 55

Warning: Failed opening './fetchposts.' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/seven.helioth.org/httpdocs/forum/phpbb_root/portal.php on line 56

Fatal error: Call to undefined function: session_pagestart() in /home/httpd/vhosts/seven.helioth.org/httpdocs/forum/phpbb_root/portal.php on line 61
[/code:1]
 

Tim

Wanderer
1) Learn more about php and mysql.
2) Look at phpbb's source.


The answer's already there.
 
Top