Webmage 1.0 finalle version
Development finish :)
Anty Sql INjection 95%
WebMage Features:
News
Register
Account Panel
Change Password
Reset Character
Add Stats
Warp To Map
Pk Reset
Admin Panel
Add News
Add Server
Website Configuration
Add Downloads
Downloads
Statistics
Contact
Donate
Forum
md5 off for the moment
That`s all for the moment !
Doesn`t work on servers that use md5 and.. i didn`t test it on season 3 ep 2 :busted_co
http://i28.tinypic.com/15cddvo.jpg
http://i26.tinypic.com/2ega9lv.jpg
http://i31.tinypic.com/25s0hfd.jpg
Update of the links : i added all the classes and some images and .. repaired a little error
http://filebox.ro/download.php?key=9...d97cfa&lang=en
http://rapidshare.com/files/126437811/webfin.rar.html
firs .. enable the rewrite mode .. from your http server / appache/ conf/ httpd.conf .. ctrl+f and search for #LoadModule rewrite_module modules/mod_rewrite.so then delete#
the .. edit config.php from .. my webpage and put your sql details and .. go to install/install.php and put the username and the password for admin .. and that is al (dont forget to delete the install folder)
Re: [Release] Webmage 0.1 finalle version
Re: [Release] Webmage 0.1 finalle version
Re: [Release] Webmage 0.1 finalle version
Nice but scrips for old versions but try to make 1 for ep 2 i can help u with design and some help on scripts :2gunsfiring_v1:
Re: [Release] Webmage 1.0 finalle version
not bad :D gg nice 10/10 make more webpage :D
1 Attachment(s)
Re: [Release] Webmage 1.0 finalle version
i attached you .. modules/register2.php and includes/functions.php
because .. my functions didn`t have the new classes and .. now they were been added.. and register 2 .. i modify something in it!
Re: [Release] Webmage 1.0 finalle version
There are problems in register section , after press Submit u get .
Warning: mssql_query() [function.mssql-query]: message: Disallowed implicit conversion from data type varchar to data type varbinary, table 'MuOnline.dbo.MEMB_INFO', column 'memb__pwd'. Use the CONVERT function to run this query. (severity 16) in C:\xampp\htdocs\a\modes\register2.php on line 44
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\a\modes\register2.php on line 44
Fatal error: Call to undefined function mssql_error() in C:\xampp\htdocs\a\modes\register2.php on line 45
Re: [Release] Webmage 1.0 finalle version
Quote:
Originally Posted by
maxibaby
There are problems in register section , after press Submit u get .
Warning: mssql_query() [
function.mssql-query]: message: Disallowed implicit conversion from data type varchar to data type varbinary, table 'MuOnline.dbo.MEMB_INFO', column 'memb__pwd'. Use the CONVERT function to run this query. (severity 16) in
C:\xampp\htdocs\a\modes\register2.php on line
44
Warning: mssql_query() [
function.mssql-query]: Query failed in
C:\xampp\htdocs\a\modes\register2.php on line
44
Fatal error: Call to undefined function mssql_error() in
C:\xampp\htdocs\a\modes\register2.php on line
45
varchar = more or less standerd text like this
varbinary = what you would use for md5 passwords
conclusion = md5 is off/site does not support md5 password
looking at the first post :P
Quote:
md5 off for the moment
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
New banner for webmage 1.0
http://i27.tinypic.com/o8rpkx.jpg
DOwnload
http://filebox.ro/download.php?key=9...d97cfa&lang=en
http://rapidshare.com/files/126457505/logo.rar.html
just add the files in the folder logo .. over your files (replace index.php with my index.php and add in images banner2.jpg from my logo folder /images/banner2.jpg
hope you like it
Re: [Release] Webmage 1.0 finalle version
The new is better :) looks nice 9/10
Re: [Release] Webmage 1.0 finalle version
Thx man very good web =D 10/10 Aproved
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
Quote:
Originally Posted by
sector
man i have problem in func
Make sure u have .htaccess file in your web folder :)
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
Quote:
Originally Posted by
sector
wath i need do man ?
are you sure mod rewrite is on? try restart your pc
Re: [Release] Webmage 1.0 finalle version
sector , make sure you have restarted apache
Re: [Release] Webmage 1.0 finalle version
Quote:
Originally Posted by
sector
At me an identical mistake
Re: [Release] Webmage 1.0 finalle version
Re: [Release] Webmage 1.0 finalle version
Quote:
Originally Posted by
hotsextoy
At me an identical mistake
So do I....
Paste from my post in the topic dedicated to the test version (sorry for that):
3born wrote:
just fineshed to download the final version; great work
I have some problems in
ERROR 1]: link address creation problem in
/path_of_webmage/includes/test.php and similar
Could you explain us this function code?
<code>
function delayer1(){
window.location = \"$web_name-News.Mu\"
}
</code>
This code make a connection to the corresponding webpage address, but the server gives me back a 404 type error
(and sometimes a 500 type : Server Internal Error );
so i changed that with :
<code>
function delayer1(){
window.location = \"news.php\"
}
</code>
and so on all other similar functions in the same file.
This code requests the page directly
but it doesn't work jet, the server replayes me with an 404 error;
could you help me?
ADDED:
The same occurs in the test10.php page where the character links are created as:
<code>
...
<a href=$web_name-Rankings-$r[Name].Rank>$r[Name]</a>
...
</code>
ERROR 2] array index undefined in
/path_of_webmage/modes/top102.php
<code>
...
$comanda="SELECT TOP 10 G_Name, G_Score, G_Master from Guild"; //query to get all affiliates
$rezultat=mssql_query($comanda) or die("NU a putut fi executat");
...
... $r=mssql_fetch_array($rezultat) ...
...
$class =clas_cod("s$r[Class]s");
...
</code>
The index "Class" is undefined, so i have commented that.
I'm using EasyPHP as web server and i can't change it ...
thanks in advance
-vp
Re: [Release] Webmage 1.0 finalle version
Quote:
Originally Posted by
3born
So do I....
Paste from my post in the topic dedicated to the test version (sorry for that):
3born wrote:
just fineshed to download the final version; great work
I have some problems in
ERROR 1]: link address creation problem in
/path_of_webmage/includes/test.php and similar
Could you explain us this function code?
<code>
function delayer1(){
window.location = \"$web_name-News.Mu\"
}
</code>
This code make a connection to the corresponding webpage address, but the server gives me back a 404 type error
(and sometimes a 500 type : Server Internal Error );
so i changed that with :
<code>
function delayer1(){
window.location = \"news.php\"
}
</code>
and so on all other similar functions in the same file.
This code requests the page directly
but it doesn't work jet, the server replayes me with an 404 error;
could you help me?
ADDED:
The same occurs in the test10.php page where the character links are created as:
<code>
...
<a href=$web_name-Rankings-$r[Name].Rank>$r[Name]</a>
...
</code>
ERROR 2] array index undefined in
/path_of_webmage/modes/top102.php
<code>
...
$comanda="SELECT TOP 10 G_Name, G_Score, G_Master from Guild"; //query to get all affiliates
$rezultat=mssql_query($comanda) or die("NU a putut fi executat");
...
... $r=mssql_fetch_array($rezultat) ...
...
$class =clas_cod("s$r[Class]s");
...
</code>
The index "Class" is undefined, so i have commented that.
I'm using EasyPHP as web server and i can't change it ...
thanks in advance
-vp
test.php is the one wich helps you to have a dinamic content loading.. and you don`t have any problem with that... btw .. that internal server error is got on easy php because easy php doesn`t support rewrite mode(some of them) but try to .. delete in the httpd.conf .. the # from the #AddModule mod_rewrite.c
Re: [Release] Webmage 1.0 finalle version
Hello excellent site, please make a template for season 3 ep 1.thanks, greetings
Sorry for my bad english
10/10