3 Attachment(s)
[Release] Gunz Web by Rotana.[BETA]
Hello Everyone,
This is the beta release of mine website.
It contains,- User Bann, by AID,UserID,CharacterName
- Change UgradeID to Admin,Developer,Admin,Bann,Normal.
- Edit contents MainPage.
- Change Websettings like, stats,serverstatus, register, etc
- Complete Userlist
- Change Website Name, And ServerName [thats will be showed at the page]
- Mine Characters
- Mine Account Items [without names, working on an zitem includes]
- Change Email Adress
- Change Password
- [Working on... Character Edit,Delete
- Character making with pics :D
- More options
- Send message
- Read message
- [Working on BBcode includes for smilies etc]
- Rankins For Clans
- Rankins Characters without admin
- Ranking Characters with admin [ Names Admin,Developer,Gm] is showed not character name.
Global working on:- Rankins Complete, seperate on pages by 10
- WebStore for more Items and stuff [ need to include and read the zitem, ideas/tips are welcome]
- Nice Layout :D
How to install:- Download the rarfile thats below
- Extract all the files to you htdocs for xamps www for wamp directory
- edit the config.php thats in ../site dir/_inc/
- execute the *.sql in your Mssql Management Studio in the right DataBase
- Go to your site and login have fun with it.
- ServerName and Site Name Must be edited at the site
- Your can only edit the site when your account is 254 [developer]
- Admins has more right then GM on the site!!
Global notes:
If you have errors like cannot connect to database download the newest ntwdblib.dll for the internet. I will include it also :D
Have Fun it!!
BTW: This is mine first php site that i have created in 2 years..
BTW2: I know the layout is not the best ever :D
Update will be every soon with the webshop, rankins by 10 per page, etc, etc, etc,
UPDATE NEEDED !!!!!
For the message system your need to download the mess.rar and place the mess.php in the subfolder content..
Or else the messege system wont work.
Re: [Release] Gunz Web by Rotana.[BETA]
This one is not for the Database release by BotGod
On that site i'm working on, but i have more things to do like :juggle:
Re: [Release] Gunz Web by Rotana.[BETA]
n-i-c-e
omg best website released in here. you are definately god
Re: [Release] Gunz Web by Rotana.[BETA]
18 downloads and only 1 repley???
Please repley if you like it or not.. So i know what to change on the next version.
Re: [Release] Gunz Web by Rotana.[BETA]
Sorry~ my connection dono why so slow~ so i alway download till half than DC... now done~ erm... this cant work for new DB? cos all using new DB~ so dono how to work it in new DB>.< sorry for my bad english~
Re: [Release] Gunz Web by Rotana.[BETA]
It wont work with the new database. For that i need to change all the querys because the new database use different tables and procedures. Some information is stored in more then one table like the Login/Account information. Working on it.
Re: [Release] Gunz Web by Rotana.[BETA]
Umm..
Quote:
Originally Posted by GunzWeb Error
Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Emiliano\CONFIG~1\Temp\sess_30dace03172611cfae1ba10640ea3080, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\test\layout.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\test\layout.php:2) in C:\AppServ\www\test\layout.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\test\layout.php:2) in C:\AppServ\www\test\layout.php on line 2
Re: [Release] Gunz Web by Rotana.[BETA]
Quote:
Originally Posted by
NIRVANAdylan
Umm..
Thats wierd.. Never saw that problem before. This is from the session start.
Try to go http://localhost/content/logout.php
Re: [Release] Gunz Web by Rotana.[BETA]
I get 404 Error.
When i goto logout.php, it tries to goto index.php inside the content folder and finds that it isn't there.
Re: [Release] Gunz Web by Rotana.[BETA]
Thats true, but the logout.php exist and it will clear the session buffer. But when its loaded its loads the index.php
Thats when your logged in and then log out your will be back at the main page.
But is the problem solved now?
If not edit your index.php on the main folder clear it and place this in it
Code:
<head>
<?
session_destroy();
//echo '<script language="JavaScript">window.location="index.php";</script>';
?>
<script language="JavaScript">
<!--
window.location="layout.php";
//-->
</script>
</head>
Re: [Release] Gunz Web by Rotana.[BETA]
1 Attachment(s)
Re: [Release] Gunz Web by Rotana.[BETA]
Quote:
Originally Posted by
NIRVANAdylan
Problem not solved.
I made an removesession.php for you.
Place it in the same folder as the layout.php
Re: [Release] Gunz Web by Rotana.[BETA]
Very Nice webpage keep the good work ;)
Re: [Release] Gunz Web by Rotana.[BETA]
Quote:
Originally Posted by
Rotana
I made an removesession.php for you.
Place it in the same folder as the layout.php
Still didn't work.
Re: [Release] Gunz Web by Rotana.[BETA]
That wierd.
I looked over you're previouse message but the is at the first rule
Quote:
Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Emiliano\CONFIG~1\Temp\sess_30dac e03172611cfae1ba10640ea3080, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\test\layout.php on line 2
it cannot found an temp directory, but i never see that before.
Maybe can you try to delete the temporay internetfiles and cookies..