-
Re: DeltaCMS 1.3 - Fifth thread I think?
can i try it on your website ?
-
Re: DeltaCMS 1.3 - Fifth thread I think?
This cms is really nice, + Can you do me a favor and rip the "me" page from Habbo.se for a v26?
-
Re: DeltaCMS 1.3 - Fifth thread I think?
http://i43.tinypic.com/ighpnc.png
i get that when i try it.
im using iis 7 and this is my web config
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1000">
<match url="^account/submit(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/login.php" />
</rule>
<rule name="Imported Rule 2000">
<match url="^client(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/client.php" />
</rule>
<rule name="Imported Rule 3000">
<match url="^logout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/logout.php" />
</rule>
<rule name="Imported Rule 4000">
<match url="^articles/([0-9]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?page=articles&id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 5000">
<match url="^css/hk/(.*)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="housekeeping/css/{R:1}" />
</rule>
<rule name="Imported Rule 6000">
<match url="^cms/hk(.*)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="housekeeping/index.php" />
</rule>
<rule name="Imported Rule 7000">
<match url="^([^.]*)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
<httpErrors>
<remove statusCode="403" subStatusCode="-1" />
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/index.php?page=error" responseMode="ExecuteURL" />
<error statusCode="403" prefixLanguageFilePath="" path="/index.php?page=error" responseMode="ExecuteURL" />
</httpErrors>
</system.webServer>
</configuration>
The site news can be added easily, but im talking about the images
-
Re: DeltaCMS 1.3 - Fifth thread I think?
That looks lik my style system fails on IIS? I'll try it out on IIS tomorrow and see if I got the same problem.
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
azaidi
that looks lik my style system fails on iis? I'll try it out on iis tomorrow and see if i got the same problem.
and i getting still the account_created problem on iis7! Fix this!!!
Or give me a script how i can fix it ;)
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Database - Table users - Delete column account_created
Fixed.
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Fucking nice layout! Good work AmirZ!
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Very good CMS. Here are some fixes:
1. Go to Nominal template and then to file quickregister-submit.php and change
PHP Code:
if($query !== true){
header("Location: $site/quickregister/step2");
} else {
header("Location: $site/me");
}
to
PHP Code:
if($query !== true){
header("Location: $site/quickregister/step2");
} else {
header("Location: $site/home");
}
If i know more fixes i add that in this post.
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
pepijndut
Very good CMS. Here are some fixes:
1. Go to Nominal template and then to file quickregister-submit.php and change
PHP Code:
if($query !== true){
header("Location: $site/quickregister/step2");
} else {
header("Location: $site/me");
}
to
PHP Code:
if($query !== true){
header("Location: $site/quickregister/step2");
} else {
header("Location: $site/home");
}
If i know more fixes i add that in this post.
Oops! Thanks for saying that D:
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Its a really nice cms! thanks!
-
Re: DeltaCMS 1.3 - Fifth thread I think?
need help with client
some people he does not work ( Internet explore ), and with others it works they use ghrome of firefox
whats the problem
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Not many people use Internet Explorer, so don't worry about.
-
Re: DeltaCMS 1.3 - Fifth thread I think?
what do i do about IIS 7 not showing images?
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
!!-=Joe=-!!
what do i do about IIS 7 not showing images?
By me it works with no problems ;)
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
Boy357
By me it works with no problems ;)
care to help then?
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Amazing CMS, but client is getting stuck at 33%.. got a fix anyone
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Nice work but; is the database fix for iis on it?
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Not really recommended to use for Public Hotel. But you can if you want.
Use revCMS or uberCMS for better performance and stability.
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
!!-=Joe=-!!
care to help then?
The Client is Stuck ;)
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
djboetz
Not really recommended to use for Public Hotel. But you can if you want.
Use revCMS or uberCMS for better performance and stability.
Actually this is right, the CMS is just in a test stage.
I will put it in the title when the CMS is fully done.
To fix client the easy way:
Open client.php
Change the Base variables etc
Save and Try
:thumbup1:
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Uhm, is this version working on IIS because the other versions didn't working well on IIS.
-
Re: DeltaCMS 1.3 - Fifth thread I think?
You link http:/ /up.ht/AcwLUR Doesnt work...
4/10
Like RevCMS better
-
Re: DeltaCMS 1.3 - Fifth thread I think?
''Last online'' isn't even working ..
-
Re: DeltaCMS 1.3 - Fifth thread I think?
Quote:
Originally Posted by
azaidi
Hello everyone, I tried to take every comment as serious as possible and fixed everything you said. I also made some manior changes to the cms like it doesn't use ?page= anymore but just REQUEST_URI.
Download link 1:
Download DeltaCMS.(Already.'3'.;P).rar @ UppIT
For people who aren't logged in:
http:/ /up.ht/AcwLUR
Download link 2 (mirror):
DeltaCMS 1.3 (Already 1.'3' ;P).rar
For people who aren't logged in:
http:/ /mediafire.com/download.php?1nvkd48rpeaq0sq]DeltaCMS 1.3 (Already 1.'3' ;P).rar
Download link 3 (mirror):
https://rapidshare.com/files/1255859..._1._3___P_.rar
For people who aren't logged in:
https:/ /rapidshare.com/files/1255859975/DeltaCMS_1.3__Already_1._3___P_.rar
Here is my changelog:
- Made some manior changes to the style system
- Loads of bugs, wrong coding and errors fixed
- Improved some security parts
- Added Free PhoenixEMU by Predator and Gianni
- Added some small plugins everywhere
- Started working on a full housekeeping
I hope Nominal is still on RaGEZONE because I made a special theme for him :w00t:
Do you recognise this:
http://www4.picturepush.com/photo/a/...40/7701117.png
You can ask whatever you want, if I have time I'll try to respond to everyone who needs help or has a suggestion.
If you like press like!
Like the style but it is not yours, I can remember a year ago
there was a cms released with this style
-
Re: DeltaCMS 1.3 - Fifth thread I think?
And actualy that CMS was Rev, because I have it on my localhost retro, GG