Re: Project H - 20315-dev (Development Release)
Perhaps it could be an issue with your User tables. Make sure you have all of these:
http://i.imgur.com/YqleeTz.png
Re: Project H - 20315-dev (Development Release)
If you're using IIS I suggest you to install the URL Rewrite module and then import the .htaccess rules.
Helicon APE is shit and is not needed.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
Was easier.
Yo bro sorry for being a pain in the ass but now it says "error in the server" when i placed the .htaccess
(NVMMMM I fixed it.)
BUT
now i have a problem with register after i click gender and continue, it sends me to a black page and when i scroll down to it the gender thing is there and i keep on choosing it and it doesnt do anything! :ehh:
Re: Project H - 20315-dev (Development Release)
I have found the issue, replace your entire class.template.php file with this; http://pastebin.com/kAQPWfdw
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
Thanks bro but i click sign up and nothing happens, idk if its because of this:
http://i.imgur.com/Qj9CXj9.png
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
SebastianaEC
Update the reCAPTCHA keys within the configuration file by registering for reCAPTCHA on Google's site.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
Update the reCAPTCHA keys within the configuration file by registering for reCAPTCHA on Google's site.
it works good now but when i click sign up it just reloads the page and nothing happens :x
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
SebastianaEC
it works good now but when i click sign up it just reloads the page and nothing happens :x
Might be a bug, try going back to the index and re-running the registration process. If that doesn't work check to see if it's importing the data into the database.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
Might be a bug, try going back to the index and re-running the registration process. If that doesn't work check to see if it's importing the data into the database.
Already did both of the above you mentioned hours ago and nothing bro
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
SebastianaEC
Already did both of the above you mentioned hours ago and nothing bro
To fix that you will need to remove (or comment out) the following from quickregister.php:
Line 86 to 89:
Code:
elseif (!preg_match(REG_USERNAME, $username)) {
$ir->template->addParameter('error', 'Those type of usernames are not permitted');
}
The only issue with doing this is that it allows people to use Alt characters. Look at my RaGEZONE name for an example of that. This makes it difficult to ban users.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
To fix that you will need to remove (or comment out) the following from
quickregister.php:
Line 86 to 89:
Code:
elseif (!preg_match(REG_USERNAME, $username)) {
$ir->template->addParameter('error', 'Those type of usernames are not permitted');
}
The only issue with doing this is that it allows people to use Alt characters. Look at my RaGEZONE name for an example of that. This makes it difficult to ban users.
Thanks! worked now and some images dont show up:
http://i.imgur.com/VuLefkN.png
like the hotel one and in the hc part the images are broken and i cant seem to find the file to direct them to the right path
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
SebastianaEC
Thanks! worked now and some images dont show up:
like the hotel one and in the hc part the images are broken and i cant seem to find the file to direct them to the right path
It's all in the database table `prjh_templates`. To find out which one to select just compare the row names with what's being called within the PHP files.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
It's all in the database table `prjh_templates`. To find out which one to select just compare the row names with what's being called within the PHP files.
and LOL:junglejane: sorry you are being too helpfull and thanks alot ill like all your replys and im noobish but where can i edit tabs? like delete a tab from subnavi? (and my client stays on blank page??)
Re: Project H - 20315-dev (Development Release)
All links clicked redirect to /me.php?redirect=session
Can't register (Page not found). Imported web.config rules.
Re: Project H - 20315-dev (Development Release)
I'll be releasing a newer version of this later, this build is broken as hell for some odd reason.
- - - Updated - - -
Updated the main post with the new download link.