Vault isn't functional atm,Emm don't you need to have a sql code for the vault ? Please answer as soon as possible
When you do.Vault isn't functional atm,
When i release my lime edit ill include the sql querys
{bolts} is just vip_points (points, bolts, diamonds, stars) whatever you wanna call them. Include them in class.templateSome pages doesn't work...
and for the diamonds i get: {bolts}
I dont have that sorryDownload to original Rev?
Solve what? I'll happily help you but spamming a release thread for help is annoying lol, PM me or submit a help request and tag me in it, thanksHow to solve?
yes. You need to change your index.php in Wwwroot/Htdocs toWhat database do you have to use? Phoenix 3.1? :S Cause my layout is messed :L
[I][FONT=Consolas]<?php
define('IN_INDEX', 1);
require_once 'global.php';
$core->handleCall($engine->secure($_GET['url']));
$template->html->get($engine->secure($_GET['url']));
$template->outputTPL();
?>
yes. You need to change your index.php in Wwwroot/Htdocs to
Code:[I][FONT=Consolas]<?php define('IN_INDEX', 1); require_once 'global.php'; $core->handleCall($engine->secure($_GET['url'])); $template->html->get($engine->secure($_GET['url'])); $template->outputTPL(); ?>
Swap your web.config with this:Thanks New Problem :S Well I cant access ASE .. No way..
I Try: /ase , /ase/login , but of course with my link xD
Any fix..? It just Not Found.. But it is in there.
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1">
<match url="^(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 2">
<match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule zz">
<match url="^ase/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="/ase/index.php?url={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 3">
<match url="^(.*)\.htm$" />
<action type="Rewrite" url="{R:1}.php" />
</rule>
<rule name="Imported Rule 4">
<match url="^(|/)$" ignoreCase="false" />
<action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 5">
<match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 6" stopProcessing="true">
<match url="^home/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=home&user={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 11" stopProcessing="true">
<match url="^news/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=news&id={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 7" stopProcessing="true">
<match url="^ref/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=register&refer={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 8">
<match url="store/packages(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=packages" />
</rule>
<rule name="Imported Rule 9">
<match url="store/badge(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=badge" />
</rule>
<rule name="Imported Rule 10">
<match url="store/super(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=super" />
</rule>
</rules>
Wheres my Web.config? Im testing on Xampp..Swap your web.config with this:
Code:<configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule zz"> <match url="^ase/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="/ase/index.php?url={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 3"> <match url="^(.*)\.htm$" /> <action type="Rewrite" url="{R:1}.php" /> </rule> <rule name="Imported Rule 4"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 5"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 6" stopProcessing="true"> <match url="^home/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=home&user={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 11" stopProcessing="true"> <match url="^news/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=news&id={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 7" stopProcessing="true"> <match url="^ref/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=register&refer={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 8"> <match url="store/packages(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=packages" /> </rule> <rule name="Imported Rule 9"> <match url="store/badge(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badge" /> </rule> <rule name="Imported Rule 10"> <match url="store/super(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=super" /> </rule> </rules>