[Release]HellmouthCo Website

05/12/2012 03:14 BioHazarxPaul#1
Well here yah go, figured it was about that time to release it.

Contains
-Register Page
-Players Online
-Character Profile
-Login User Panel/Admin Panel.
-FAQ section
-News Board
-Rankings Top Player/Class/Money/Cps/Arena

make sure to configure localhost.php in the connections folder and then everything should work fine with the Albetros source..

[Only registered and activated users can see links. Click Here To Register...]
05/12/2012 13:35 dego4ever#2
does it include irc' web files ?
05/12/2012 15:50 turk55#3
Woah, nice release, time to look at the SQL Queries and learn from it :P
05/12/2012 21:40 BioHazarxPaul#4
the irc client i used for the website was [Only registered and activated users can see links. Click Here To Register...] just need to make sure the irc server supports it there is a list on the lightirc website..
05/12/2012 22:30 dego4ever#5
Quote:
Originally Posted by BioHazarxPaul View Post
the irc client i used for the website was [Only registered and activated users can see links. Click Here To Register...] just need to make sure the irc server supports it there is a list on the lightirc website..
'eeeshta' = thanks Bio ;)
05/12/2012 23:56 BioHazarxPaul#6
Must be a good website to of been posted on 4bot..
05/15/2012 16:21 diedwarrior#7
Uhm, well i suck with php n shit, but it's giving me this error
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Knowing that i've already edited localhost.php,
I got no password for mysql tho so i just left it "", cheers.
05/16/2012 05:41 BioHazarxPaul#8
any details on the line and page or anything else ur not really giving me much to work with..
05/16/2012 18:48 warzie005#9
Thanks for the website,

My only problem is that if I run this through my own pc it show's no error at all. But if I am putting this on my website it doesn't show the images properly. Some are but some aren't.
05/17/2012 03:39 BioHazarxPaul#10
can just check out the html and see where its trying to find the image's could be looking in the wrong area..
05/17/2012 12:06 warzie005#11
Thanks, looked through the css.css again and the problem was laying within the little letters of the slice4 and so on.. I just needed to change it to Slice instead of slice.

Thanks for the help and again thanks for the website ;).
05/17/2012 13:39 BioHazarxPaul#12
of course, and I am currently working on this new oop php website that I will release sometime in the future when i get it done.. Im loving how nice everything flows compared to the coding on the website..
06/25/2012 19:21 warzie005#13
This is weird. I get this message after 5-10 seconds:

Total NPCs:
Fatal error: Call to undefined function npcstotal() in /home/wwsfos1b/public_html/include/autoreload.php on line 5

But I already got rid of them in footer.php and autoreload.php so I don't get the Error.

//edit, I meant the autoreload, not the reload. My fault.
06/25/2012 20:30 Zeroxelli#14
Check autoreload.php?
06/25/2012 20:41 warzie005#15
Quote:
Originally Posted by Zeroxelli View Post
Check autoreload.php?
PHP Code:
<?php require('../Connections/localhost.php'); require('functions.php'); ?><head>
<a href="../user_playersonline.php">Players Online: <font color="green"><?php echo onlinetotal(); ?></font></a><br />
Total Account: <font color="green"><?php echo acctotal(); ?></font><br />                     
Total Characters: <font color="green"><?php echo chartotal(); ?></font><br/>
Login Server: <?php echo loginServer($ip); ?><br/>
World Server: <?php echo worldServer($ip); ?><br/>
You can see it with your own eyes |).