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č
Clifford
Pet 19 Sep, 2025 20:34

Kaizenaire.com is the go-to for aggregated sell Singapore's lively market.




Singaporeans constantly brighten at the view of a promotion, welcoming their city's track record as an unrivaled shopping paradise.




Gardening hydroponics in your home innovates for city farming Singaporeans, and keep in mind to stay upgraded on Singapore's newest promotions and shopping deals.




Netflix streams films and series, cherished by Singaporeans for their binge-worthy material and personalized suggestions.




Pearlie White supplies dental care items like tooth paste lah, favored by health-conscious Singaporeans for their whitening solutions lor.




Chope gets tables at top dining establishments, loved by foodies for very easy reservations and special deals.




Aunties speak highly of it lor, Kaizenaire.com for the freshest discount rates and uses sia.

Drusilla
Pet 19 Sep, 2025 16:59

Piece of writing writing is also a fun, if you be acquainted with then you can write if not it is complicated to write.

Tommie
Pet 19 Sep, 2025 15:09

I am sure this article has touched all the internet users, its really really fastidious article on building up new blog.

Georgetta
Pet 19 Sep, 2025 12:57

You ought to be a part of a contest for one of the best blogs on the web. I most certainly will recommend this website!

best earbuds under 50 red
Pet 19 Sep, 2025 11:02

I want to to thank you for this excellent read!! I
definitely enjoyed every little bit of it. I have got you book-marked
to check out new stuff you post…

Salvador
Pet 19 Sep, 2025 09:08

It's in fact very complex in this busy life to listen news on Television, so I simply use web for that reason, and obtain the latest news.

Mac
Pet 19 Sep, 2025 07:16

Amazing blog! Is your theme custom made or did you download it from somewhere? A theme like yours with a few simple tweeks would really make my blog jump out. Please let me know where you got your theme. Many thanks

باران خطیبی
Pet 19 Sep, 2025 05:35

طراحی سایت تخصصی

Clifton
Pet 19 Sep, 2025 03:38

I am really enjoying the theme/design of your site. Do you ever run into any web browser compatibility issues? A couple of my blog visitors have complained about my website not working correctly in Explorer but looks great in Opera. Do you have any recommendations to help fix this issue?

Kasey
Pet 19 Sep, 2025 01:15

I have been surfing online more than 3 hours nowadays, yet I never found any attention-grabbing article like yours. It's pretty value sufficient for me. In my opinion, if all site owners and bloggers made good content material as you did, the internet will likely be much more useful than ever before.

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

7297 dni

Skupaj Odgovorov

94

Obiskov

4807681
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