WotLK Website (account creation page)
Re: WotLK Website (account creation page)
thanks for the release :D
also, could you add in a news script/page type thingie ?
Re: WotLK Website (account creation page)
10-20-2008, 02:18 PM
i have this error from web site
Parse error: syntax error, unexpected T_STRING in C:\xampp\........\account.php on line 2
and i can't see account creation and online server i change the option in configuration.php for log in my server can you help me pls
Re: WotLK Website (account creation page)
Quote:
Originally Posted by
nucleo88
10-20-2008, 02:18 PM
i have this error from web site
Parse error: syntax error, unexpected T_STRING in C:\xampp\........\account.php on line 2
and i can't see account creation and online server i change the option in configuration.php for log in my server can you help me pls
this same to me,
Re: WotLK Website (account creation page)
Re: WotLK Website (account creation page)
is there installation or administration doc's availabe
Re: WotLK Website (account creation page)
Re: WotLK Website (account creation page)
Quote:
Originally Posted by
nucleo88
10-20-2008, 02:18 PM
i have this error from web site
Parse error: syntax error, unexpected T_STRING in C:\xampp\........\account.php on line 2
and i can't see account creation and online server i change the option in configuration.php for log in my server can you help me pls
If you get this error and don't know how to solve it, it means you are doing something way out of reach for your knowledge :closedeyes:
If you receive this error it means that you have your PHP configured to allow short tags such as <? ?> to write code in between and allow PHP to execute that code.
If you would then look a little further then the length of your nose and open up the serverinfo.php and account.php, you will notice that the second line (the one that produces the actual error ;-)) states:
PHP Code:
<?xml-stylesheet type="text/xsl" href="layout/downloads.xml">
As you may notice, the line starts out with <? wich will then trigger PHP to parse everything in between.
See now that won't work because it's an XML line, not a PHP code.
Therefore a quick solution to fix this is to let the PHP echo the exact code we want in HTML code.
How do we do that?
Replace the second line FROM THIS:
PHP Code:
<?xml-stylesheet type="text/xsl" href="layout/downloads.xml">
TO THIS:
PHP Code:
<? echo '<?xml-stylesheet type="text/xsl" href="layout/downloads.xml">'; ?>
Save, retry and voila, problem solved !
Now don't forget to do this for serverinfo.php and account.php
I don't think these things intend to have a manual since they were written by people with knowledge of how to work with these things. If you have no knowledge on how to do this, please leave it to the people that do!
If you feel like you are up to it, I suggest you begin with the basics as it will clarify a lot of issues !
Not just: "Hey! I want server, how do I make? Help me Please ! You screenshot tutorial make and show !"
No offence but you make yourself sound like a bangkok hooker screaming: "You pay now ! You pay now !"
Have fun !
Re: WotLK Website (account creation page)
the web page its good very good works fine but when i try make an account
Creation of account
dadaassa
was not possible !
Back
but players who are online i can see .... only i cant create account.:thumbup:
can u give me an ideea ?
Re: WotLK Website (account creation page)
Quote:
Originally Posted by
aesirus
the web page its good very good works fine but when i try make an account
Creation of account
dadaassa
was not possible !
Back
but players who are online i can see .... only i cant create account.:thumbup:
can u give me an ideea ?
hmm you need to use other account info. or your mysql is not online.
Re: WotLK Website (account creation page)
Am I the only one having display errors such as missing images, scripts etc.
Re: WotLK Website (account creation page)
jup, means you've done something horrobly wrong :thumbup1:
Re: WotLK Website (account creation page)
Quote:
Originally Posted by
depie
jup, means you've done something horrobly wrong :thumbup1:
Dunno, well I've downloaded, copy pasted it and run it with Internet Explorer, I didn't do anything else. Anyway the miniManager from Mangos works better.
Re: WotLK Website (account creation page)
Re: WotLK Website (account creation page)
Quote:
Originally Posted by
ferrarri666
update to 3.0.3