[Release]HellmouthCo Website

06/25/2012 20:46 Zeroxelli#16
Quote:
Originally Posted by warzie005 View Post
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 |).
Check the function loginServer, seems like you'll find it there.

Also, you may want to refresh the page once or twice to renew the cache.
06/25/2012 20:52 warzie005#17
Quote:
Originally Posted by Zeroxelli View Post
Check the function loginServer, seems like you'll find it there.

Also, you may want to refresh the page once or twice to renew the cache.
Hate to say it, but it is still the same error. Tried other functions aswell, but that is still there.

Tried to refresh alot of times.
06/25/2012 20:59 Zeroxelli#18
Did a grep of the source, and here's all the places npcsTotal is reference/declared:
Code:
Justin@Grimmjow /cygdrive/c/Users/Justin/Downloads/Hellmouth
$ GREP -r -n -H -i "npcsTotal" ./
./include/autoreload.php:5:Total NPCs: <font color="green"><?php echo npcstotal(); ?></font><br/>
./include/footer.php:9:Total NPCs: <font color="green"><?php echo npcstotal(); ?></font><br/>
./include/functions.php:86:function npcsTotal() {
06/25/2012 21:05 warzie005#19
Quote:
Originally Posted by Zeroxelli View Post
Did a grep of the source, and here's all the places npcsTotal is reference/declared:
Code:
Justin@Grimmjow /cygdrive/c/Users/Justin/Downloads/Hellmouth
$ GREP -r -n -H -i "npcsTotal" ./
./include/autoreload.php:5:Total NPCs: <font color="green"><?php echo npcstotal(); ?></font><br/>
./include/footer.php:9:Total NPCs: <font color="green"><?php echo npcstotal(); ?></font><br/>
./include/functions.php:86:function npcsTotal() {
Deleted all of them. I guess I just need it on the website then :p.
06/25/2012 21:07 Zeroxelli#20
Quote:
Originally Posted by warzie005 View Post
Deleted all of them. I guess I just need it on the website then :p.
Yeah, you have to update the files on the website/server as well.
06/25/2012 21:10 warzie005#21
Quote:
Originally Posted by Zeroxelli View Post
Yeah, you have to update the files on the website/server as well.
I put them directly on the site. And refreshing alot of times. After I got lines back, same problem. I will look at them tommorrow. Looked at it for a couple of hours trying to solve them.

Thanks anyways.
06/25/2012 21:13 Zeroxelli#22
Quote:
Originally Posted by warzie005 View Post
I put them directly on the site. And refreshing alot of times. After I got lines back, same problem. I will look at them tommorrow. Looked at it for a couple of hours trying to solve them.

Thanks anyways.
Strange.. maybe your server isn't really updating it correctly, or there are iFrames involved (in which case, you have to manually refresh the inside of the frame. In firefox this can be done by right-clicking the inside of the frame, and clicking This Frame > Refresh)
06/25/2012 21:27 warzie005#23
Quote:
Originally Posted by Zeroxelli View Post
Strange.. maybe your server isn't really updating it correctly, or there are iFrames involved (in which case, you have to manually refresh the inside of the frame. In firefox this can be done by right-clicking the inside of the frame, and clicking This Frame > Refresh)
Thanks,

I think it lays within the browser. I was using internet explorer, but when I used firefox it is working perfectly.
06/25/2012 21:29 Zeroxelli#24
Yeah, IE doesn't handle the cache correctly in many cases. Back when I did websites, I had to throw a random number hash into the URLs of images and such that I didn't want to be cached by IE (don't worry, they were ignored. The original filenames weren't changed, just the URL. i.e. mySite.com/DynamicImage.php?184928913)
06/27/2012 00:20 BioHazarxPaul#25
lol zero is my support manager :D
06/27/2012 00:25 Zeroxelli#26
Quote:
Originally Posted by warzie005 View Post
Thanks,

I think it lays within the browser. I was using internet explorer, but when I used firefox it is working perfectly.
Awesome :)

Quote:
Originally Posted by BioHazarxPaul View Post
lol zero is my support manager :D
For sure xD
06/30/2012 11:55 unixbytes#27
[Only registered and activated users can see links. Click Here To Register...]
07/01/2012 23:11 turk55#28
Your dropdown menu could have been done alot better tbh :P
While posting about design, got any hints for pple who aren't that good in designing ? :o
07/05/2012 03:16 BioHazarxPaul#29
I didnt do the graphics someone else did, and then became inactive other wise there was a lot of issues that would of been fixed with the graphics like drop downs and the background has some issues..
07/17/2012 03:12 _Emme_#30
Wow.. Sorry to break it down to you buddy, but the code is awful, really. There is no structure what so ever and hasn't been put together in a very smart way..