| Author |
Message |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Thu 09 Feb 2006 0:39 |
  |
1: bij mijn forum bij quick link en normaal link staan allemaal ??? tussen de new topic en reply enzo... Hoe kan ik die verwijderen ?
2: Me url button enzo werken niet als ik reply klik maar wel bij quicklink... wat kan ik hieraan doen ?
Alvast bedankt,
greets,
jovanmaric |
|
|
  |
 |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2836
|
Posted:
Thu 09 Feb 2006 7:01 |
  |
Waar kan ik dat zien?
BL |
_________________ Te Lezen: Forum Regels | Te Gebruiken: Forum Zoek Functie
Aanbevolen PHP-Nuke versie: PHP-Nuke 7.6pl3.1!
Aanbevolen Security AddOn: Nuke Sentinel™ |
|
    |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Thu 09 Feb 2006 10:04 |
  |
problem 1:
de omsirkelde dingetjes :p In FF zijn ze zegmaar <> zo met een vraagteken er in maar dan 90 graden naar rechts geflipt
problem 2:
al die dingen werken niet... maar bij quick reply wel
Hopelijk kan je me helpen,
greets,
jovanmaric |
|
|
  |
 |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2836
|
Posted:
Thu 09 Feb 2006 10:08 |
  |
Je gebruikt NukeEvolution zo te zien.
Ik maak morgen een nieuw forum aan voor NE.
BL |
_________________ Te Lezen: Forum Regels | Te Gebruiken: Forum Zoek Functie
Aanbevolen PHP-Nuke versie: PHP-Nuke 7.6pl3.1!
Aanbevolen Security AddOn: Nuke Sentinel™ |
|
    |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Thu 09 Feb 2006 19:36 |
  |
ok is goed... dan post ik het daar wel  |
|
|
  |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Fri 17 Feb 2006 21:15 |
  |
heeft er al iemand iets op gevonden ? |
|
|
  |
 |
maristo
Senior Support


Joined: Jun 11, 2005
Posts: 333
Location: Wijk bij Duurstede
|
Posted:
Sat 18 Feb 2006 1:39 |
  |
Ik roep maar wat.
Je gebruikt niet toevallig een module die UTF-8 gebruikt ipv ISO welke door PHPnuke gebruikt wordt.
Een soort gelijk probleem heb ik ook gehad en daar was bovenstaande de oorzaak van, vandaar. Ik moest PHPnuke converteren naar UTF-8 om het probleem op te lossen. Dat was voor mij de reden om de UTF-8 module te deleten. |
_________________ Een expert is iemand die binnen een beperkt vakgebied alle mogelijke fouten heeft gemaakt.
Ik kan toch niet iedereen helpen, zegt menigeen die niemand helpt. |
|
     |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Sat 18 Feb 2006 8:02 |
  |
Dat kan het zijn maar hoe kan ik dat ook deleten ofzo ? |
|
|
  |
 |
maristo
Senior Support


Joined: Jun 11, 2005
Posts: 333
Location: Wijk bij Duurstede
|
Posted:
Sat 18 Feb 2006 8:08 |
  |
Je zal moeten uitzoeken vanaf wanneer dit zich voordoet. Had je net een nieuwe module geinstalleerd of wat anders. Kijk dan even in de handleiding of op het forum van betreffend onderwerp.
Je bent ongetwijfeld niet de eerste die dit overkomt. |
_________________ Een expert is iemand die binnen een beperkt vakgebied alle mogelijke fouten heeft gemaakt.
Ik kan toch niet iedereen helpen, zegt menigeen die niemand helpt. |
|
     |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Sat 18 Feb 2006 19:11 |
  |
Volgensmij was het er sinds het begin. |
|
|
  |
 |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2836
|
Posted:
Sat 18 Feb 2006 23:21 |
  |
|
    |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Sun 19 Feb 2006 5:40 |
  |
Kan je me ff uitleggen hoe je je internet explorer of firefox instelt op ISO-8859-1?
alvast bedankt,
Greets,
jovan Maric |
|
|
  |
 |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2836
|
Posted:
Sun 19 Feb 2006 5:45 |
  |
FF: Beeld >> Tekenset >> Keuze ISO-8859-1/UTF-8/etc.
IE: Beeld >> Codering >> Keuze Windows/UTF-8/ISO
Maar dit is niet de oplossing, wel tijdelijk, maar niet definitief! Omdat de website ieder keer automatisch zal starten als UTF-8. Vandaar ook de link naar dat andere topic.
BL |
_________________ Te Lezen: Forum Regels | Te Gebruiken: Forum Zoek Functie
Aanbevolen PHP-Nuke versie: PHP-Nuke 7.6pl3.1!
Aanbevolen Security AddOn: Nuke Sentinel™ |
|
    |
 |
jovanmaric
Gevorderd


Joined: Jan 19, 2006
Posts: 82
|
Posted:
Sun 19 Feb 2006 7:41 |
  |
Ok thnx maar ik heb dat
| Code: |
| AddDefaultCharset ISO-8859-1 |
in me text gedaan. Maar hij werkt niet.
Hier is wat ik heb:
| Code: |
##########################################################################
# Nuke-Evolution: .htaccess 1.2 #
# #
# (c) 2004 - 2006 by http://www.evolved-systems.net #
# #
# #
# Refer to Nuke-Evolution.com for related addons #
##########################################################################
##########################################################################
# General .htaccess rules: #
##########################################################################
# PHP_FLAG register_globals on
# PHP_FLAG output_buffering On
Options All -Indexes
DirectoryIndex index.php index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .htaccess>
deny from all
</Files>
<Files .staccess>
deny from all
</Files>
# <Files admin.php>
# <Limit GET POST PUT>
# require valid-user
# </Limit>
# AuthName "Restricted"
# AuthType Basic
# AuthUserFile /PATH/TO/YOUR/.staccess
# </Files>
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
# Disable .htaccess viewing from browser
<files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</files>
# Disable config.php viewing from browser
<files ~ "\config.php$">
deny from all
</files>
# deny most common except .php/.html
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$">
deny from all
</FilesMatch>
##########################################################################
# PHP's mod_security module (disabled per default): #
# Note: If the install script is making troubles CHMODDING directories, #
# try to enable the below by removing the '#'. #
# You may want to disable it again afterwards by readding the '#'. #
##########################################################################
# <IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
# </IfModule>
##########################################################################
# PHP's mod_rewrite module (disabled per default): #
##########################################################################
# Options +FollowSymlinks
# <IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteBase /
# </IfModule>
##########################################################################
# General Rewrite Conditions and Rules: Preventing MS IIS exploits #
# Note: You can enable these by removing '#' in front of the #
# 'RewriteCond' / 'RewriteRule' statements #
##########################################################################
# NIMDA
# RewriteCond %{REQUEST_URI} /(admin¦cmd¦httpodbc¦nsiislog¦root¦shell)\.(dll¦exe) [NC]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=nimda [L,E=HTTP_USER_AGENT:NIMDA_EXPLOIT,T=application/x-httpd-cgi]
# RewriteRule .* - [F,L]
# CODERED
# RewriteCond %{REQUEST_URI} /default\.(ida¦idq)$ [NC,OR]
# RewriteCond %{REQUEST_URI} /.*\.printer$ [NC]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=codered [L,E=HTTP_USER_AGENT:CODERED_EXPLOIT,T=application/x-httpd-cgi]
# RewriteRule .* - [F,L]
##########################################################################
# General Rewrite Conditions and Rules: Limiting/Denying certain malware #
##########################################################################
# Note: If you have mod rewrite module enabled on your web server, you
# can remove '#' from the below lines to enhance security
# Protection phpBB
# RewriteCond %{HTTP_USER_AGENT} ^LWP [NC,OR]
# RewriteCond %{REQUEST_URI} ^visualcoders [NC,OR]
# RewriteCond %{REQUEST_URI} ^envidiosos [NC,OR]
# RewriteCond %{REQUEST_URI} ^civa [NC,OR]
# RewriteCond %{REQUEST_URI} ^filepack.superbr.org [NC,OR]
# RewriteCond %{QUERY_STRING} rush=([^&]+) [NC,OR]
# RewriteCond %{QUERY_STRING} ^(.*)wget(.*) [NC,OR]
# prevent access from santy webworm a-e
# RewriteCond %{QUERY_STRING} ^(.*)highlight=\%2527 [OR]
# RewriteCond %{QUERY_STRING} ^(.*)rush=\%65\%63\%68 [OR]
# RewriteCond %{QUERY_STRING} ^(.*)rush=echo [OR]
# RewriteCond %{QUERY_STRING} ^(.*)wget\%20
# RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# prevent pre php 4.3.10 bug
# RewriteCond %{HTTP_COOKIE}% s.*):\%22test1\%22\%3b
# RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# prevent perl user agent (most often used by santy)
# RewriteCond %{HTTP_USER_AGENT} ^lwp.* [NC]
# RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# IE's "make available offline" mode
# RewriteCond %{HTTP_USER_AGENT} MSIECrawler [OR]
# unknown bot
# RewriteCond %{HTTP_USER_AGENT} ^NG [OR]
# You may want to enable these lines below to disallow php and perl scripts to access your site
# RewriteCond %{HTTP_USER_AGENT} ^.*PHP.*$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^.*libwww-perl [NC,OR]
# Ignorant user trying to edit my site
# RewriteCond %{HTTP_USER_AGENT} FrontPage [OR]
# this one will ban everything microsoft. Use with caution.
# RewriteCond %{HTTP_USER_AGENT} ^(Microsoft|MFC).(Data|URL|WebDAV|Foundation).(Access|Control|MiniRedir|Class) [NC,OR]
# MSOffice
# RewriteCond %{REQUEST_URI} ^/(MSOffice|_vti) [NC,OR]
# Various
# RewriteCond %{REQUEST_URI} ^/(bin/|cgi/|cgi\-local/|cgi\-bin/|sumthin) [NC,OR]
# RewriteCond %{THE_REQUEST} ^GET\ http [NC,OR]
# RewriteCond %{REQUEST_URI} /sensepost\.exe [NC,OR]
# RewriteCond %{REQUEST_METHOD}!^(GET|HEAD|POST) [NC,OR]
# rude bot
# RewriteCond %{HTTP_USER_AGENT} Atomz [OR]
# RewriteCond %{HTTP_USER_AGENT} FlickBot [OR]
# RewriteCond %{HTTP_USER_AGENT} "efp@gmx\.net" [OR]
# RewriteCond %{HTTP_USER_AGENT} imagefetch [OR]
# RewriteCond %{HTTP_USER_AGENT} "LINKS ARoMATIZED" [OR]
# RewriteCond %{HTTP_USER_AGENT} "mister pix" [NC,OR]
# RewriteCond %{HTTP_USER_AGENT} PersonaPilot [OR]
# RewriteCond %{HTTP_USER_AGENT} Sqworm [OR]
# RewriteCond %{HTTP_USER_AGENT} SurveyBot [OR]
# dumb bot, doesn't know how to follow links, generates lots of 404s
# RewriteCond %{HTTP_USER_AGENT} vayala [OR]
# dumb bot
# RewriteCond %{HTTP_USER_AGENT} "^Mozilla/4.0$" [OR]
# Cyveillance is a spybot that scours the web for copyright violations and ?damaging information? on
# behalf of clients such as the RIAA and MPAA. Their robot spoofs its User-Agent to look like Internet
# Explorer, and it completely ignores robots.txt.
# Banned by IP address.
# RewriteCond %{REMOTE_ADDR} ^63\.148\.99\.2(2[4-9]|[34][0-9]|5[0-5])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^63\.226\.3[34]\. [OR]
# RewriteCond %{REMOTE_ADDR} ^63\.212\.171\.161$ [OR]
# RewriteCond %{REMOTE_ADDR} ^65\.118\.41\.(19[2-9]|2[01][0-9]|22[0-3])$ [OR]
# NameProtect peddles their ?online brand monitoring? to unsuspecting and gullible companies
# looking for people to sue. Despite the claims on their robot information page, they do not
# respect robots.txt; in fact, they spoof their User-Agent in multiple ways to avoid detection.
# Banned by User-Agent and IP address.
# RewriteCond %{REMOTE_ADDR} ^12\.148\.196\.(12[8-9]|1[3-9][0-9]|2[0-4][0-9]|25[0-5])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^12\.148\.209\.(19[2-9]|2[0-4][0-9]|25[0-5])$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^NPBot [NC,OR]
# Web Content International
# RewriteCond %{REMOTE_ADDR} ^65\.102\.12\.2(2[4-9]|3[01])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^65\.102\.17\.(3[2-9]|[4-6][0-9]|7[01]|8[89]|9[0-5]|10[4-9]|11[01])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^65\.102\.23\.1(5[2-9]|6[0-7])$ [OR]
# Wordtracker
# RewriteCond %{REMOTE_ADDR} ^128\.242\.197\.101$ [OR]
# Unknown
# unknown.Level3.net
# RewriteCond %{REMOTE_ADDR} ^64\.156\.198\.(6[89]|7[0-9]|80)$ [OR]
# host25x.keebler.com
# RewriteCond %{REMOTE_ADDR} ^65\.223\.250\.25[0-3]$ [OR]
# Turnitin spybot
# RewriteCond %{REMOTE_ADDR} ^64\.140\.49\.6([6-9])$ [OR]
# RewriteCond %{HTTP_USER_AGENT} TurnitinBot [OR]
# Preventing DDOS attacks
# RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^-$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^.*FileHound.*$
# Used to send these bots to another place. Change the url to whatever you would like.
# RewriteRule /* http://www.geocities.com/WestHollywood/Heights/3204/1home.html [L,R]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=badua [L,E=HTTP_USER_AGENT:BAD_USER_AGENT]
# This could also be used to simply deny access to your site instead of the one above
# RewriteRule .* - [F,L]
# Block Hot Linking/Bandwidth hogging
# the referer string will cause some problems with mozilla so it has been disabled
# RewriteCond %{HTTP_REFERER} ^-$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^-$
# RewriteCond %{HTTP_REFERER} !^http://?yourdomain.com(/)?.*$ [NC]
# RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
# RewriteRule .*\.(gif|jpeg|jpg|png|bmp)$ [F,NC]
# Used to send these bots to another place. Change the url to whatever you would like.
# RewriteRule /* http://www.geocities.com/WestHollywood/Heights/3204/1home.html [L,R]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=noagent [L,T=application/x-httpd-cgi]
# This could also be used to simply deny access to your site instead of the one above
# RewriteRule .* - [F,L]
# This ruleset is for formmail script abusers.
# we don't use Perl for Postnuke so this is not really needed.
# RewriteCond %{REQUEST_URI} (mail.?form|form|form.?mail|mail|mailto)\.(cgi¦exe¦pl)$ [NC]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=noformmail [L,E=HTTP_USER_AGENT:FORMMAIL_EXPLOIT,T=application/x-httpd-cgi]
# Changelog:
#
# - Added mod_security
# - Added improved security checks
AddDefaultCharset ISO-8859-1 |
Alvast bedankt,
greets,
jovan maric |
|
|
  |
 |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2836
|
Posted:
Sun 19 Feb 2006 8:13 |
  |
Bovenstaand heet op jouw server evo.htaccess of .htaccess?
Wat staat er in root/language/lang-english.php bij:
[php:1:62647a1b02]define("_CHARSET","ISO-8859-1");[/php:1:62647a1b02]
Hetzelfde? Of UTF-8?
BL |
_________________ Te Lezen: Forum Regels | Te Gebruiken: Forum Zoek Functie
Aanbevolen PHP-Nuke versie: PHP-Nuke 7.6pl3.1!
Aanbevolen Security AddOn: Nuke Sentinel™ |
|
    |
 |
|
|
| Donaties
| Adverteren
|
|
Wilt u het forum steunen, dan kunt u nu eenvoudig doneren met PayPal.
|
|