Jump to content

Sufyan A

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sufyan A

  1. And how are these spotify accounts premium forever?

     

    I did some reading and it turns out there's no such thing. You're creating accounts with trials and fake credit cards and you have to send new account details every month. How long until you stop doing this?

     

    Very fishy...

     

    How about you stop accusing before I even get a chance to reply? 

     

    These are granted premium through a staff action. They are talked into giving the accounts premium at no cost with no expiry. 

     

    I've also offered to give staff members free accounts, so they can check it out for themselves.

     

    In the future, refrain from jumping onto somebody in a negative manner.

  2. Spotify_Large_Icon.png


    Lifetime Premium Spotify Accounts


     


    These accounts will last forever (as per the Spotify Premium agreement). You get all the Premium benefits but for a one-time payment which is super cheap, in my opinion. The accounts are unique to you, these are not shared accounts.


     


    PRICING


    4M OSGP


    $13 PayPal


    $10 BTC


     


    Willing to offer vouch copies to staff members. I will also go first to members that I deem trustworthy. If you have any questions, please just message me or post here! I know I'm new here so this will raise questions.


  3. I can bet 100% that's not your design, all templates I see around the forums is that gibberish language.

     

     

    OT: We do need a new homepage & theme.

     

    Don't take too much offense to this, but do you know how much of an idiot you just made yourself look like? That is placeholder text used by any proper web developer you see, it's called "Lorem Ipsum."

  4. If you wanted this to be the actual homepage, I would assume that a lot more work would need to be done on it. It's a cool graphic design, but the rest of it needs a bit of work (this is all my opinion of course). For example, the navigation pane you have is text only and, I assume, has no on mouse hover function. Current: 981796b6594360621c7a41d459777359.png vs yours: 39478df4cf7a8d6bc9b6d2e0db2f0178.png Another thing I noticed was the capitalization within it. If your intent was to keep it all caps, I'd suggest changing it. Again, just my opinion on it.

     

    Thank you for the feedback.

     

    The design concept is just something I threw together, so yes a lot more work would be needed. The actual conversion is easy, so all the small effects such as a hover style will be there once it's an actual coded piece of work.

     

    The caps were intentional, they go along with the design in my opinion. Once more feedback is given, I'll give normal capitlization a try and show you :).

    • Like 1
  5. I gave feedback earlier on the site and part of it involved a redesigned homepage. I threw one together and if it's liked, I can code it & it can be used free of charge.

     

    8P820rx.png

     

    Suggestions regarding it are welcome.

    • Like 1
  6. Bootstrap is disgusting. A website using it loses its uniqueness, it's pretty much considered an amateur template. Anyone with even the slightest web development experience knows how degrading bootstrap is.

    Edit: also, don't take classes to learn web development. Teach yourself and you will produce work with a much greater quality. Classes won't help you much.

  7. The only problem with fixing it is that each time you change the forums, this gets messed up again. At least this is the experience I've had in the past with it.

    That's due to cache. Set the permissions for the file to be unwritable, that should fix it.

  8. Fixing this seems necessary to me, it's not hard either.

    jxLIv5B.png



    You can fix it by doing the following (using a FTP program such as FileZilla or CuteFTP):

    • Go to the hooks folder in the forum directory (/forum/hooks/)
    • Find tbGfSkinSearch_12345.php (12345 are random, unique numbers)
    • Replace this line:
    $data['last_poster'] = $data['last_poster_id'] ? IPSMember::makeProfileLink( TBGroupFormat::makeNameFormatted( $data, $data['last_poster_name'], $data['last_poster_group'], 'last_poster_id' ), $data['last_poster_id'], $data['seo_last_name'] ) : $this->settings['guest_name_pre'] . $data['last_poster_name'] . $this->settings['guest_name_suf'];
    

    With this:


    /*$data['last_poster'] = $data['last_poster_id'] ? IPSMember::makeProfileLink( TBGroupFormat::makeNameFormatted( $data, $data['last_poster_name'], $data['last_poster_group'], 'last_poster_id' ), $data['last_poster_id'], $data['seo_last_name'] ) : $this->settings['guest_name_pre'] . $data['last_poster_name'] . $this->settings['guest_name_suf'];*/
    

    Save the file & done.

×
×
  • Create New...