901
iHackCode
Re: More Forum Issues

i just noticed this. your theme.html file doesnt have

<{$xoops_module_header}>


in it

file
http://gasperinofamily.com/themes/karate_redux_blue/theme.html


Where it says

<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />

<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<
script type="text/javascript" language="javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>
<
body>


change it to

<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />

<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />

<!-- 
added module header -->
<{
$xoops_module_header}>
<
script type="text/javascript" language="javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>
<
body>



And Do That Whole.. "Update module template .html files from themes/your theme/templates directory?" thing.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



902
iHackCode
Re: More Forum Issues

Is That CBB 2.2? And did you have a different version of newbb or cbb installed before?

I Saw A Readme file from cbb in there so im guessing it is CBB. and a newbb.css from NEWBB and a newbb.css file from CBB (in templates/newbb.css). So im wondering if you updated your forum from newbb to cbb. so i was thinking about one of the things i usually forget to do, i usually forget that i might have to (re)generate the template files for that module, in the administration section. under templates

that is all i can think of right now.

.And Uh Good Luck I Just Noticed Your Other Threads
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



903
iHackCode
Re: Can't get the right activation link to send out to new members...

This Thread Maybe HelpFul.
https://xoops.org/modules/newbb/viewtopic.php?topic_id=39386&viewmode=flat&order=ASC&start=0

i dont use 2.2 so i dont really know
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



904
iHackCode
Re: I blocked myself

I Hope I Got This Right, Im not sure if this is the right way,, so please back up your database...

Go To PHPMyAdmin. To The Database You Got XOOPS Installed On.

in the "xoops_config" table, click browse. Go to the 2nd page . conf_name should say "enable_badips". in conf_value put it as 0. (edit is on the left side near the check box)

*xoops_ prefix.. using it as an example.


That should disable ipbans.. so you can login and change your settings.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



905
iHackCode
Re: I blocked myself

if its from the "IP Deny Manager" in c-panel then u would go login to ftp and go to the "public_html" folder or the "www" shortcut. and look for a ".htaccess" file and edit it with notepad or wordpad.(download. edit. save and upload and overwrite). I am unsure if u will be able to access FTP . If You Are Not Then I Would Suggest You Ask Your Host To Modify The ".htaccess" File For You.

in the ".htaccess" file there will be something like
deny from 111.222.333.444

You Can Just Delete That Line.

*"111.222.333.444" is an example of an ip address
** If your computer is not set to show file extensions you will probably not be able to see the name ".htaccess" as a file it would probably look blank

To show file extensions.(this is for XP. but other versions are similar)

In Windows Explorer Go To
Tools .. , Folder Options.. ,(View Tab), "Hide Extensions For Known File Types" (uncheck). and then click Ok or Apply
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



906
iHackCode
Re: Custom BBcode

this link will help ya,

https://xoops.org/modules/newbb/viewtopic.php?topic_id=38005&forum=14
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



907
iHackCode
Re: Different URL in Addess Bar

here is The source From That Site

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<
html>
<
head>
<
META NAME="Title" CONTENT="Power-Dreams - We do it for our Dreams">
<
META NAME="Author" CONTENT="Johannes & Martin Krobath">
<
META NAME="Publisher" CONTENT="Rene Hermann">
<
META NAME="Copyright" CONTENT="2003-2004 @ www.Power-Dreams.com">
<
META NAME="Revisit" CONTENT="After 10 days">
<
META NAME="Keywords" CONTENT="Power, Dreams, Power-Dreams, BeOS, Zeta, Usergroup, BeOS Usergroup, Zeta Usergroup, Modding, Casemodding, News, Community">
<
META NAME="Description" CONTENT="Unsere Internetseite beschäftigt sich mit den folgenden Hauptthemen:
PC, Hardware, Software, Modding und dem Bereich BeOS/Zeta."
>
<
META NAME="Abstract" CONTENT="Unsere Internetseite beschäftigt sich mit den folgenden Hauptthemen:
PC, Hardware, Software, Modding und dem Bereich BeOS/Zeta."
>
<
META NAME="audience" CONTENT="Alle">
<
META NAME="Robots" CONTENT="INDEX,FOLLOW">
<
META NAME="Language" CONTENT="Deutsch">
<
title>www.Power-Dreams.com We do it 4 our Dreams</title>
</
head>

<
frameset rows="*,0" 
<
frame src="/xoops/index.php" frameborder="0" scrolling="yes"
</
frameset>
</
html>




So Basically They Are Using Frames

<frameset rows="*,0" 
<
frame src="/xoops/index.php" frameborder="0" scrolling="yes"
</
frameset>


CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



908
iHackCode
Re: Finding a new host again

Im Not Hosted With Either Of Them. I Got Sites In Equinix And The Planet DataCenters.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



909
iHackCode
Re: Finding a new host again

I Think Surpass Is hosted in florida. in then hostdime datacenter.http://www.hostdime.com/datacenter.shtml .. i dont know if they are the same company or a part of that company. i also found some info on a new datacenter they are opening up.
http://www.surmunity.com/showthread.php?t=14214

i've submitted a question for u About the server specs on the shared hosting accounts..http://www.surmunity.com/showthread.php?p=123632#post123632
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



910
iHackCode
Re: A "Forbidden" error in my admin...please help

I Dont know if this is related to your problem..

i had .htaccess to deny access to my admin.php files. except for my ip address.

<Files admin.php>
order deny,allow
deny from all
allow from 68.248
</Files>


so if you had this then maybe your ip address is no longer in the range u specified and you will to add it.




TopTop
« 1 ... 88 89 90 (91) 92 93 »



Login

Who's Online

192 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 192


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits