my icon and smilies gone

web

New Member
please help me this where did i back...

fm3z1i.jpg
 

web

New Member
ill try now to upload here to ftp but nothing response its gone what the problem here....
 

Filez

New Member
maybe the path check in admincp > styles&templates > theme > stylevar > edit
then look at the paths where everything is being called from.
 

web

New Member
yes i have VBSEO but where did i find that i dont see here....
can you make it place a picture here that i can find here....
 

X-Treme

New Member
web said:
yes i have VBSEO but where did i find that i dont see here....
can you make it place a picture here that i can find here....

open htaccess file edit..

find:
Code:
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

add below it:
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

if you have all that code just replace it

Br
X-Treme
 

X-Treme

New Member
here is the originall htaccess provide by vbseo:
Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
 

X-Treme

New Member
web said:
i cant find that files in my file manager where did i find it....
pls help me.....

you are using cpanel? if yes press file manager button or legacy file manager then tick "show hidden files"

br
X-Treme
 

web

New Member
but im sorry i cant find it...i did not see here where did i put the .htaccess in my cpanel file manager here..please be guide us...
 

Filez

New Member
web you need to be come fimilar with your web host and the cPanel...and then become familiar with vbulletin....... then try modifications..and dont give me no crap your a straight n00b and havent read chit on anything....we are not here to install, run,maintain,or modify your forum.

We can assist in showing you but not going to do it for you if you want that done then ask GgAce as he is kinder than I and maybe would do the install for you.
 

web

New Member
yup im a newbie here to build like a vbulletin theme but now im just one to stud here..so thats my fault of where can i mistake here...

All of them that help me thanks it....
 

web

New Member
anybody can help me this cause until i cant fix this my problem on how return this icon and smilies....
 

miniman

New Member
web said:
please help me this where did i back...

fm3z1i.jpg

I had this problem before, please change your icon characters back to it was from original.

quick tips: Admincp -> Smiley manager... you'll get it from there
 
Top