Pozdravljeni v moj Blog

Lastnik Bloga: [ Bassman ]
Contributors: [ (ni) ]
Blog: [ Preglej Vnose ]
[ Prijatelji ]
Pojdi: [ Nazaj/Naprej ]
Koledar
« < » > September 2025
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Kategorije
Kričač
Angela
čet 18 Sep, 2025 10:30

I'm truly enjoying the design and layout of your site. It's a very easy on the eyes which makes it much more pleasant for me to come here and visit more often. Did you hire out a developer to create your theme? Excellent work!

Barb
čet 18 Sep, 2025 08:46

I could not refrain from commenting. Well written!

Jeanette
čet 18 Sep, 2025 06:12

Have you ever thought about including a little bit more than just your articles? I mean, what you say is fundamental and all. Nevertheless imagine if you added some great graphics or video clips to give your posts more, "pop"! Your content is excellent but with images and clips, this blog could definitely be one of the most beneficial in its niche. Superb blog!

Juanita
čet 18 Sep, 2025 04:30

Awesome article.

Salvador
čet 18 Sep, 2025 02:06

Great beat ! I would like to apprentice while you amend your website, how could i subscribe for a blog website? The account helped me a acceptable deal. I had been tiny bit acquainted of this your broadcast offered bright clear idea

Elmer
čet 18 Sep, 2025 00:21

This is a really good tip particularly to those fresh to the blogosphere. Brief but very precise information… Thank you for sharing this one. A must read article!

Olivia
Sre 17 Sep, 2025 22:23

Kaizenaire.com accumulations brand deals, placing as Singapore's leading promotions website.




Singapore grows as a shopping heaven, where Singaporeans' love for promotions transforms common shopping into an experience.




Singaporeans often take a break with family picnics at East Coast Park, and keep in mind to remain updated on Singapore's latest promotions and shopping deals.




Mapletree purchases property and building management, preferred by Singaporeans for their contemporary growths and financial investment possibilities.




OSIM sells massage chairs and wellness devices mah, valued by Singaporeans for their enjoyable home medical spa experiences sia.




Prima Deli cooks up regional faves like pandan chiffon cakes, beloved by families for cheery deals with and everyday indulgences.




Maintain an eye sia, on Kaizenaire.com for the newest deals lor.

Will
Sre 17 Sep, 2025 19:52

I'm gone to say to my little brother, that he should also go to see this blog on regular basis to obtain updated from hottest news update.

Christina
Sre 17 Sep, 2025 17:43

Thanks in support of sharing such a fastidious opinion, paragraph is nice, thats why i have read it fully

Oscar
Sre 17 Sep, 2025 13:04

Just want to say your article is as amazing. The clearness in your post is simply excellent and i could assume you are an expert on this subject. Well with your permission allow me to grab your feed to keep updated with forthcoming post. Thanks a million and please keep up the rewarding work.

Uporabniško ime:

Spletna stran:

Image verification:
Image verification

Povej:

Preglej in vnesi Smeške

 
Jst

Evo tukajle del mene in mojega življenja nasmeh

Kontaktiraj nas Bassman

Elektronski naslov



Zasebno Sporočilo

Pošlji zasebno sporočilo

MSN Messenger - naslov

msn@povej.net

Yahoo Messenger - naslov



AIM - AOL Instant - naslov



ICQ številka



Nekaj o Bassman

Pridružen/-a

čet 20 Nov, 2003 10:52

Kraj

Ljubljana

Poklic

Ljubljana

Zanima me

blank.gif

Blog

Blog je bil začet

Tor 27 Sep, 2005 12:10

Skupaj vnosov

138

Starost Blog

7295 dni

Skupaj Odgovorov

94

Obiskov

4797137
RSS
RSS podajanje

Pero Piše Seznam forumov -> Blogi -> Bassmanov blog

Users browsing this blog: NI

Portal XL 5.0 ~ Premod 0.4 per phpBB 3.0.12 width

čet 13 Mar, 2014 11:49

When you want to streech width of portal XL
just change this lines in
prosilver/theme/stylesheet.css
from
@import url("portal_wrapper_static.css");
to
@import url("portal_wrapper_variable.css");

SQL recaptcha error

Sre 12 Mar, 2014 16:59

SQL ERROR [ mysqli ]

Got a packet bigger than 'max_allowed_packet' bytes [1153]

SQL

etc/my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
max_allowed_packet=100M
net_buffer_length=100K

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
max_allowed_packet=100M
net_buffer_length=100K

Portal XL 5.0 ~ Premod 0.4 per phpBB 3.0.12

Tor 11 Mar, 2014 13:42

If you don't want to have portal news contracted, like I.
I want's to be portal news extracted.
You must chage file
/styles/procyan/template/portal/block/center_news.html
Image
search and delete all from the top of file

Koda:

<script>
// <CDATA>
</script>
<style>
.news-accordion-content {
   min-height: 3em;
   overflow: hidden;
   line-height: 1.6em;
}

.news-accordion-content th {
   font-weight: normal;
   font-style: italic;
   padding-bottom: 2px;
}

.news-accordion-topictitle {
   font-size: 0.9em;
   font-weight: bold;
}

#news-accordion h5 {
   font-weight: bold;
   font-size: 11px;
}
</style>

Image
and search



Koda:
<tr>
        <td><table>
            <tr>
              <td><div> <span><a><img></a></span> </div>
                <div> <span>{news_row.OPEN}<a>{news_row.L_READ_FULL}</a>{news_row.CLOSE} &nbsp;<a>{L_COMMENTS}: {news_row.REPLIES}</a> &nbsp;&bull;&nbsp; <a>{L_POST_REPLY}</a> &nbsp;&bull;&nbsp; {L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS}</span> </div></td>
            </tr>
          </table></td>
      </tr>
    </table>


and add after

Koda:
      <br>
   <hr> <hr> <hr>

centos 6.4 missing ld64.so.1

Sob 25 Jan, 2014 23:43

./dogecoind: /lib/ld64.so.1: bad ELF interpreter: No such file or directory


you need to make a link to /lib/ld64.so.1

/lib64/ld-linux-x86-64.so.2 -> /lib/ld64.so.1

cd dogecoin-master
export PATH=$PATH:/usr/lib64/qt4/bin
make -j3

qnap transmission

Tor 14 Jan, 2014 00:07

Qnap transmission web page not found

Enable web server and enable virtual host