Crystal Web|Repack|+FIX

Re: [Release]Crystal Web|Repack|+FIX

You're sure the bugs are fixed?

Looks nice, I like the design anyway ^^
10x

we will try to fix all bug, but you must help us a little :)
actuali a DestructiO will try :renske:
 
Re: [Release]Crystal Web|Repack|+FIX

user cant login..
well.. he login.. but cant use the options.. like add stats.. etc :S
 
Re: [Release]Crystal Web|Repack|+FIX

if your site is taking too long time to open it don't matter from the computer it matters from the Internet connection you hav!

News work ! Try to install it again

internet 2mb/s

:S

i mean in a local.. with 127.0.0.1

is slow to open :S:S:S
 
Re: [Release]Crystal Web|Repack|+FIX

database from goed...


Dont show.. and dont add news :S
 
Re: [Release]Crystal Web|Repack|+FIX

user cant login..
well.. he login.. but cant use the options.. like add stats.. etc :S

Ok use my first web, there 100% all stats work, becouse I do it and To me works, so its test it:

btw Injection is fix...
About virus... i can`t fix it, becoudse my antivirus, don`t detect it...
if someone says me where is the virus, I will delete the file with virus and put another one

@Die3Go_SM
DestructiO is fix Add Stats And Reset...I`m not sure, but hi must be fix it...
 
Re: [Release]Crystal Web|Repack|+FIX

database from goed...


Dont show.. and dont add news :S

user cant login..
well.. he login.. but cant use the options.. like add stats.. etc :S

i install 1.02k database on my computer special for those who had problems with web
and find no problem using the web!

i suppose it has something to do with the web server so i highly recommend to use EasyPHP web server!

LINK TO DOWNLOAD EasyPHP :
 
Re: [Release]Crystal Web|Repack|+FIX

i want to put time of my events, i successfully put the BC and DS event but, how do i put here the castle siege time and crywolf event time? please help....

is someone know how to make this one. sorry fo posting again this one. please help..

sorry for bad english im a filipino :wink2:
 
Re: [Release]Crystal Web|Repack|+FIX

is someone know how to make this one. sorry fo posting again this one. please help..

sorry for bad english im a filipino :wink2:

added BC and DS counter just download the web again from the updated Mirrors

i add too edit Ads now with the updated web ads can be edited from the admin panel
 
Re: [Release]Crystal Web|Repack|+FIX

i guess this page works on all versions ... because works on muweb 0.8 scripts , just try to customize them a little bite if dont fits ^^

DestructiO added so manyy things at this web :rofl: good job destructio ;)
 
Re: [Release]Crystal Web|Repack|+FIX

added BC and DS counter just download the web again from the updated Mirrors

i add too edit Ads now with the updated web ads can be edited from the admin panel

dude what if i want to add the castle siege and crywolf time, how do i put it?

SORRY FOR MY BAD ENGLISH IM A FILIPINO.
 
Re: [Release]Crystal Web|Repack|+FIX

dude what if i want to add the castle siege and crywolf time, how do i put it?

SORRY FOR MY BAD ENGLISH IM A FILIPINO.

open index.php and main.php find this part :
PHP:
<span class="style5">Devil Square</span>: 
<span id=timespan>
<script>
var dods;
<?
echo "var minute = ".date("i").";";
echo "var secundes = ".date("s").";";
?>
//document.write(55-minute);
dsin = minute * 60 + secundes;
function changeeventtime()
{
dsin = dsin + 1;
dods = 55*60 - dsin;
min = Math.floor(dods/60);
sec = dods%60;
if(dods < 0)
{
document.getElementById("timespan").innerHTML="Open";
}
else
{
if(min < 10) min = "0"+min;
if(sec < 10) sec = "0"+sec;
document.getElementById("timespan").innerHTML=min+":"+sec;
}
window.setTimeout("changeeventtime()",1000);
}
changeeventtime();
</script>
</span>

<br>
<span class="style5">Blood Castle</span>: 
<span id=timespan2>
<script>
<?
echo "var minute2 = ".date("i").";";
echo "var secundes2 = ".date("s").";";
?>
bcin = minute2 * 60 + secundes2;

if(minute2 > 30) doin = 3600 - bcin;
else doin = -bcin;

dobc = doin + 25*60;
function changeeventtime2()
{
dobc = dobc - 1;
if(dobc < -5*60)
{
dobc = 3600 + 30*60;
dobc = dobc-1;
}
min2 = Math.floor(dobc/60);
sec2 = dobc%60;

if(min2 < 0)
{
document.getElementById("timespan2").innerHTML="Open";
}
else
{
if(min2 < 10) min2 = "0"+min2;
if(sec2 < 10) sec2 = "0"+sec2;
document.getElementById("timespan2").innerHTML=min2+":"+sec2;
}


window.setTimeout("changeeventtime2()",1000);
}
changeeventtime2();
</script>
</span>

And replace with that :
<span class="style5">Devil Square</span>:
<span id=timespan>
<script>
var dods;
<?
echo "var minute = ".date("i").";";
echo "var secundes = ".date("s").";";
?>
//document.write(55-minute);
dsin = minute * 60 + secundes;
function changeeventtime()
{
dsin = dsin + 1;
dods = 55*60 - dsin;
min = Math.floor(dods/60);
sec = dods%60;
if(dods < 0)
{
document.getElementById("timespan").innerHTML="Open";
}
else
{
if(min < 10) min = "0"+min;
if(sec < 10) sec = "0"+sec;
document.getElementById("timespan").innerHTML=min+":"+sec;
}
window.setTimeout("changeeventtime()",1000);
}
changeeventtime();
</script>
</span>

<br>
<span class="style5">Blood Castle</span>:
<span id=timespan2>
<script>
<?
echo "var minute2 = ".date("i").";";
echo "var secundes2 = ".date("s").";";
?>
bcin = minute2 * 60 + secundes2;

if(minute2 > 30) doin = 3600 - bcin;
else doin = -bcin;

dobc = doin + 25*60;
function changeeventtime2()
{
dobc = dobc - 1;
if(dobc < -5*60)
{
dobc = 3600 + 30*60;
dobc = dobc-1;
}
min2 = Math.floor(dobc/60);
sec2 = dobc%60;

if(min2 < 0)
{
document.getElementById("timespan2").innerHTML="Open";
}
else
{
if(min2 < 10) min2 = "0"+min2;
if(sec2 < 10) sec2 = "0"+sec2;
document.getElementById("timespan2").innerHTML=min2+":"+sec2;
}


window.setTimeout("changeeventtime2()",1000);
}
changeeventtime2();
</script>
</span>
<span class="style5">Castle Siege</span>: 16 h
<span class="style5">CryWolf</span>: 10 h

where is the red numbers 16 h and 10 h replace with the time of your events start
 
Re: [Release]Crystal Web|Repack|+FIX

Added edit ads in admin panel NEW! 26.07.2007
Added counter for BC and DS NEW!
26.07.2007
Added more good admin panel(something like muweb 0.8 admin panel)
Added changing statistics
Added character and guild info when click on the name (in TOP 5 charatcer and TOP 5 guild)
Fixed PK reset
Fixed UserCP(problem with login)
Fixed SQL injection problem
Fixed search bug(before don't give a result to the search)

The fixses are by request of NiKeR

ТHIS REPACK IS NOT VIRUS INFECTED LIKE THE OTHER ONE!

Downloads:

Mirror 1 :
Updated 26.07.2007


Mirror 2 :
Updated 26.07.2007

Mirror 3 :
Updated 26.07.2007

Mirror 4 :
Updated 26.07.2007
Credits:

=Master=
for creating the web

NiKeR for design

DestructiO for FIX some bigs and adding some stuff



dude 1 more question, how about the user gallery? where do viewer can find the user galery?
 
Re: [Release]Crystal Web|Repack|+FIX

dude 1 more question, how about the user gallery? where do viewer can find the user galery?

Type this in your browser


its not added to the menu because its not so important
 
Re: [Release]Crystal Web|Repack|+FIX

Type this in your browser


its not added to the menu because its not so important

for you this is not important but how about the other viewer? like me, i want to show my friends some of my screen shot.:renske:
 
Re: [Release]Crystal Web|Repack|+FIX

Type this in your browser


its not added to the menu because its not so important

In the menu and Have Gallery:
DestructiO - Crystal Web|Repack|+FIX - RaGEZONE Forums

This is the menu wich i created, but you can`t view the menu like me,, becouse you haven`t the font wich I use... and thats little stupid :renske:
 
Back