plz help....im lost


  -----  
Author Message

aka_G
Member

Sat Sep 03, 2005 1:13 am   Post subject: plz help....im lost
hi T,
could you help me to solve out this prob!!!!

today, i hacked this mod but it always occur this problem when i access /imclient.php

Code:

Template->make_filename(): Error - file prillian/frameset.tpl does not exist


i re do everything again (re upload all the hack_files and re edit the files) but it is still like that!!! i dont know where to fix...can you help me plz!!!!

note: i have done it successfully for another forum yesterday....these 2 forum are almost same except the one yesterday i did that does not have phpsecurity hack.....

you can take a look 2 those forum at www.camxucvn.com and www.dj-vn.com

thanks a lot!!!!
 

Thoul
Administrator

Sat Sep 03, 2005 7:07 am   Post subject: re: plz help....im lost
Make sure you've uploaded the files that come in the hack_files/templates/subSilver/ folder to every template installed on your forum. The error messages suggests that you haven't uploaded the hack_files/templates/subSilver/prillian/frameset.tpl to at least one template.
 

aka_G
Member

Sat Sep 03, 2005 2:15 pm   Post subject: re: plz help....im lost
thanks Thoul for your replying

1. yeah i got it and try to...i can confirm that the file does exist inside the root....but it's still the same prob with a weird!!! i have 5 nicks name (include 2 admin login names) to use in my forum, the but only one nick name work with PRILLIAN, it's working well......But when i login other 4 (include other 2 admin login names) it has not worked even once.....i tried with 2 computer with 2 ISP but the results are still....showed up the message

Code:

Template->make_filename(): Error - file prillian/frameset.tpl does not exist
....plz tell me wat should i do so....?

2.When i use the login.php (example: http://www.camxucvn.com/cxvn/login.php?sid=89dadf07207873bb8c31b90069f135a6)

the website displayed:

Code:

Template->make_filename(): Error - file /pub/home/giang55/htdocs/cxvn/templates/Solaris/$body_tpl .login_body.tpl does not exist





Could you possibly check it out for me plz!!!!!

you can see those 2 bugs above here:

www.camxucvn.com

this nick name work very well with Prillian (username: G password:111111)

the other following 2 nick names dont work with PRILLIAN (plz take a look)
(username:GT_spec password;111111; username: jeetoo -just type like this, it will be 5) pass 111111)

this weird prob has made me thinking whole 9999 so i really need your help!!!!

Thanks a lot Thoul....have a nice Sunday then!!!
 

Thoul
Administrator

Sat Sep 03, 2005 8:39 pm   Post subject: re: plz help....im lost

Quote:

1. yeah i got it and try to...i can confirm that the file does exist inside the root


You have the files uploaded to the Solaris template, at templates/Solaris/prillian/, but you don't have them uploaded to subSilver also. I looked for templates/subSilver/prillian/ on your site, and that is not there. You need to upload the tpl files to the subSilver template also.

The login.php problem is caused by an incorrect edit in that file. Look for some code like this in the file:

Code:

      $template->set_filenames(array(
         'body' => '$body_tpl . login_body.tpl')
      );


It should be changed to this:

Code:

      $template->set_filenames(array(
         'body' => $body_tpl . 'login_body.tpl')
      );
 

aka_G
Member

Sun Sep 04, 2005 4:00 am   Post subject: re: plz help....im lost
hi Thoul,

ive just got home after work and go straight to my comp and check phpbbsmith....so happy that i see you reply...i will try now!!!!

Thank you very much!!!!
 

aka_G
Member

Sun Sep 04, 2005 5:43 pm   Post subject: re: plz help....im lost
yes, i did it!!!! that was great!!!

my forum is using file VIETTYPING.JS (stored in myroot/viettyping.js) that can allow users to type vietnamese in the forum as you can see.
i put this below into my overall header to make it work

Code:

<SCRIPT language="javascript" src="viettyping.js" type=text/javascript><script language="Javascript" type="text/javascript">


my question is: how and where can i put that codes above to make it work with Prillian??? is it possible???

thanks for supporting...very much appreciated!!!
 

Thoul
Administrator

Sun Sep 04, 2005 5:58 pm   Post subject: re: plz help....im lost
Put the same code in your simple_header.tpl file. Smile
 

aka_G
Member

Sun Sep 04, 2005 9:47 pm   Post subject:
whew...i can type vietnamese but my friend cant get the messages....it never come.... :shock:

by the way i got this message:

Code:

Could not get online/offline usernames

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

SELECT user_id, username FROM phpbb_users WHERE user_id IN ()

Line : 53
File : functions_contact.php


what does it mean, Thoul?
 

Thoul
Administrator

Mon Sep 05, 2005 7:12 pm   Post subject: re: plz help....im lost
For the error message, try making the change described in this topic:
http://www.phpbbsmith.com/mb/viewtopic.php?t=46

If that doesn't help, find this in your mods/contact/functions_contact.php file:

Code:

   if( $online_ids != '0' )
   {
      $final_list .= $online_ids;
   }


After it, add:

Code:

   if( empty($final_list) )
   {
      auto_close();
   }



Quote:

whew...i can type vietnamese but my friend cant get the messages....it never come....


There might be some type of problem between the .js file and Prillian. Can you post the contents of the .js file, please?
 

Page 1 of 1
Display posts from previous: