My Site again isnt Showing Anything. Blank screen showing.

Started by SwapsRulez, June 10, 2008, 08:42:58 AM

Previous topic - Next topic

SwapsRulez

Hi guys, i'm too scared & my site isnt working. Its showing blank & nothing. All pages are showing blank.

Here is my site.

http://www.project-bb.org/

also here is one page other than site index, its also showing blank.

http://www.project-bb.org/mechanical-engineering-seminar-topics/tyre-threading/

also the server isnt down, coz the below link from the site is showing & opening properly...

http://www.project-bb.org/agreement.txt

Actually the site was working well, but i done some edit in the subs.php & now site not showing anything.
The edit in subs.php are in bb tags of URL & iURL. But i think that isnt responsible for the problem. Correct me or that file if something is wrong in that.

Also my SMF version is 2.0 Beta 3.1.

i'm attaching my subs.php here. Please kindly loot at it. Thanks in advance.

Waiting for a kind reply. :(
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

redone

Replace it with a clean unmodified copy. Better still if your testing stuff out then test out on a test or demo board rather than your main board.


SwapsRulez

Quote from: RedOne on June 10, 2008, 09:06:05 AM
Replace it with a clean unmodified copy. Better still if your testing stuff out then test out on a test or demo board rather than your main board.

But i do have many MODS installed now. & i cant replace the clean copy. Can you have a look at the file that what is actually wrong there. I've only changed & messed up to this area.

array(
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? '<a href="#" class="bbc_link new_win" onclick="alert('You need to login or register to see the link. Thank you.')">$1</a>' : '<a href="$1" class="bbc_link">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? '<a href="#" class="bbc_link new_win" onclick="alert('You need to login or register to see the link. Thank you.')">$1</a><div style="visibility:hidden">' : '<a href="$1" class="bbc_link">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (substr($data, 0, 1) == \'#\')
$data = \'#post_\' . substr($data, 1);'),
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' :  ' ($1)',
),







/* array(
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=register">Register</a>&nbsp;or&nbsp;<a href="' . $scripturl . '?action=login">Login</a>' : '<a href="$1" class="bbc_link">$1</a>',
//'content' => '<a href="$1" class="bbc_link">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=register">Register</a>&nbsp;or&nbsp;<a href="' . $scripturl . '?action=login">Login</a><div style="visibility:hidden">' : '<a href="$1" class="bbc_link">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (substr($data, 0, 1) == \'#\')
$data = \'#post_\' . substr($data, 1);'),
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' :  ' ($1)',
),
*/





&



array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? '<a href="#" class="bbc_link new_win" onclick="alert('You need to login or register to see the link. Thank you.')">$1</a>' : '<a href="$1" class="bbc_link new_win" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),


/* array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=register">Register</a>&nbsp;or&nbsp;<a href="' . $scripturl . '?action=login">Login</a>' : '<a href="$1" class="bbc_link new_win" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),*/

array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? '<a href="#" class="bbc_link new_win" onclick="alert('You need to login or register to see the link. Thank you.')">$1</a><div style="visibility:hidden">' : '<a href="$1" class="bbc_link new_win" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),





/* array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=register">Register</a>&nbsp;or&nbsp;<a href="' . $scripturl . '?action=login">Login</a><div style="visibility:hidden">' : '<a href="$1" class="bbc_link new_win" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),
*/







Tell me what should i do with that. Which code should i write to work everything fine. :)
Anyways thanks for that nice & quick reply.
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

SwapsRulez

Oops... solved... It didnt support the Javascript or might be /*    */ Commenting. :P
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

KiLLuMiNaTi-7-

Quote from: SwapsRulez on June 10, 2008, 10:00:27 AM
Oops... solved... It didnt support the Javascript or might be /*    */ Commenting. :P

Hey mate i suggest you put Theme by DzinerStudio back at the bottom. Its a kind way to say thank you for the theme.

SwapsRulez

Quote from: UTM-MaKaVeLi on June 10, 2008, 10:04:16 AM
Quote from: SwapsRulez on June 10, 2008, 10:00:27 AM
Oops... solved... It didnt support the Javascript or might be /*    */ Commenting. :P

Hey mate i suggest you put Theme by DzinerStudio back at the bottom. Its a kind way to say thank you for the theme.

I will, but donno where to put that. I done something while creating link to sitemap & it gone away.
Please tell me where should i put the link to the dzinerstudio.
Thanks :)
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

KiLLuMiNaTi-7-

Quote from: SwapsRulez on June 10, 2008, 10:44:27 AM
Quote from: UTM-MaKaVeLi on June 10, 2008, 10:04:16 AM
Quote from: SwapsRulez on June 10, 2008, 10:00:27 AM
Oops... solved... It didnt support the Javascript or might be /*    */ Commenting. :P

Hey mate i suggest you put Theme by DzinerStudio back at the bottom. Its a kind way to say thank you for the theme.

I will, but donno where to put that. I done something while creating link to sitemap & it gone away.
Please tell me where should i put the link to the dzinerstudio.
Thanks :)

Open index.template.php
Code (Search for) Select
<div id="footer-right"><br />

Code (Add after) Select
          ', theme_copyright(), '
          <br />Theme by <a href="http://www.dzinerstudio.com"><b>DzinerStudio</b></a>';


SwapsRulez

Added, thanks soo much. I deleted it when i replace it with my sitemap link, because i was unable to find out how to put the link there. That's why replaced dzinerstudio link with sitemap, but was unable to put dzinerstudio link back.
Thanks for those changes. :)
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

SwapsRulez

Bump... My site again isnt showing anything. This time i havent made any changes. It was working fine yesterday, but when i logged in today. It was down. I thought its the problem of host. But just like my first post, other files are opening. Same situation is arised here. but the problem now is i havent changed anything. Tried restoring file from old backup. but still it isnt showing anything.
Sorry if i'm doing too much errors.... but this time i havent done anything :(
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

Advertisement: