Best Blackhat Forum

Full Version: [GET] SocialKit - Social Networking Platform v 1.1 [RETAIL]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
thanks rep added!
new bug
in profil about

needs the

word-wrap: break-word;

css file need it too i think

ok

find

.short-profile-wrapper .short-info {
font-size: 15px;
padding: 7px 8px 10px 94px;
margin: 0 -1px;
border-width: 0 1px;
border-style: solid;
border-color: #d4d5d6;
}

and replace it with

.short-profile-wrapper .short-info {
font-size: 15px;
padding: 7px 8px 10px 94px;
margin: 0 -1px;
border-width: 0 1px;
border-style: solid;
border-color: #d4d5d6;
word-wrap: break-word;
}
Great Share! Sorry I have exceeded my allowable Reps for Today! Will add Reps Tomorrow!
theres also a post bug in the core.php
when u post a link http:// it shows a smilie ^^

if some one fix it pls show us the code
thx

the fastest way is edit the /emotions/process.php
cut off

$emo[':/'] = 'thinking.png';

feel free to add me rep

thx
v00doo what vr of the scritp are u using because the post but is fix in 1.1 i just checked it ?
i use the v1.1
@v00d00 what changes you made to function properly /emotions/process.php
cut off
can you explain me better thx
when u post a link like http://ilovepussys.com the preocess.php sees the :/ as a smilie
so when u delete the line

$emo[':/'] = 'thinking.png';

the smilie is gone and the link is clickable
@theyellow have you got skype a will help you fix

@v00d00 i have check this on 3 different servers and i am not getting the same bug as you
$emo[':/'] = 'thinking.png';


change this to :

$emo[':)'] = 'thinking.png';

I believe the above line have a shot code for :/ as smile image, where as the same is used in http://
(09-16-2014 04:17 AM)v00d00 Wrote: [ -> ]when u post a link like http://ilovepussys.com the preocess.php sees the :/ as a smilie
so when u delete the line

$emo[':/'] = 'thinking.png';

the smilie is gone and the link is clickable
Pages: 1 2 3 4 5 6 7 8 9 10
Reference URL's