(09-10-2015 12:46 AM)mdarparvez Wrote: [ -> ]# No more Updates, No more Nothing #
bye bye
Thank you so much for your share. It's a real shame that others can't respect the OP's wishes about not creating mirrors. It's understandable that people are getting sick of it.
BBHF IS NOW BESTLEECHERSFORUM!!!!!!!!!!!!!!!!!!!!!!
Thanks and REP to Uploader :)
All leechers: GO AND F.U.C.K YOUR MOTHER IN A.S.S AND S.U.C.K YOUR FATHER`S D.I.C.K!!!!
Some questions answers for this script:
I have some errors when using a non-latin alphabet… What should I do?
Enter these queries in PhpMyAdmin:
Code:
SET collation_connection = 'utf8_general_ci'
then for your database:
Code:
ALTER DATABASE db CHARACTER SET utf8 COLLATE utf8_general_ci
(Replace “db” by your db name)
finally, execute these queries:
Code:
ALTER TABLE user CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE user_info CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE admin CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE pm_conv CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE pm_message CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE captcha CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
I have the error “No input file specified.”. What should I do?
Please read and update the OKDate by following this guide.
How to allow users to send PMs even if they are not friends?
Edit the file “application/views/templates/footers/profile_footer.php”, before the line 32, add this line of code:
Code:
$are_friends = true;
So your code will look like this:
Code:
<?php
$are_friends = true;
if($are_friends) {
?>
(09-10-2015 11:39 PM)mdarparvez Wrote: [ -> ]Some questions answers for this script:
I have some errors when using a non-latin alphabet… What should I do?
Enter these queries in PhpMyAdmin:
Code:
SET collation_connection = 'utf8_general_ci'
then for your database:
Code:
ALTER DATABASE db CHARACTER SET utf8 COLLATE utf8_general_ci
(Replace “db” by your db name)
finally, execute these queries:
Code:
ALTER TABLE user CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE user_info CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE admin CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE pm_conv CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE pm_message CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE captcha CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
I have the error “No input file specified.”. What should I do?
Please read and update the OKDate by following this guide.
How to allow users to send PMs even if they are not friends?
Edit the file “application/views/templates/footers/profile_footer.php”, before the line 32, add this line of code:
Code:
$are_friends = true;
So your code will look like this:
Code:
<?php
$are_friends = true;
if($are_friends) {
?>
Thanks for the info.
Boys have to respect, the requirements of colleagues here, so do not do mirror the links
rep max 5++++
Can someone do some work here!?
Does anyone okdate new version v1.8.5
I got a blank page with this error message "No input file specified" how to fix this? any help will be appreciated.
Thanks