Before you go through all secrets, codes , plans, ideas. Pray your favourite god, for better lifestyle, health, successful and rich lifestyle and also good life partner who will keep you happy forever in your life.Remember, no person is powerful than god not even business tycoon. Pray god first but long healthy life, quality life and successful life. It will be best if you pray god in front of statue or gods photo if possible with lights and Aggarbattis in your hand. All the best.
Top Secret Online Sites Where You Get Products For Free
[Free means they will charges all charges like product cost, shipping cost, government cost, government tax must for everyone, , and little profit by sites owner not too much:(Note:Since you are directly ordering from their country sites, no more extra charge, since you are directly dealing with the country products owner, that means you will save all (middle charges by wholeseller, retailer, dealers and all peoples charges in between, and you will see how much you will save, for ordering all kinds of products from China, and USA[specially these two countries])
Ok Now,
Sites where you can order products from China for free [govt.charges and rules are must for everyone] or no profit charges:
www.epacketexpress.com
www.goodcantrading.com
www.voyagenx.com
www.fulfillmen.com
www.vsource.biz
www.importsfromchina.com
www.chinadivision.com
www.suppliya.com
Sites where you can order products from USA for free [govt.charges and rules are must for everyone] or no profit charges:
wwww.shopusa.com
www.myus.com
www.parcelmonkey.com
www.shipito.com
www.quintry.com
www.ibhejo.com
www.simplfulfillment.com
www.getuscart.com
Some Secret Codes you can use for your own project and file:
[Edit and save it in your own name, launch your own product or company, I found these secret codes from www.chatgpt.com or Ai, if you know what to type in search box or type perfect keywords in search box, it will give you perfect answers, no matter, even if you type, Can i make my own AI instead of using this site (made by Elon Musk), Ai will give you pure right answer ,Yes, it is possible, but check the steps and process, and also total investment and charges, and yes main point: You have to be genious in programming, Ok, just keep on typing “more” whatever replies AI gives, it will give you all details, until you are clear and satisfied with answers)
1.Here are some logo design ideas for your website that combines features of a search engine, video sharing, news sharing, social networking, WhatsApp, and Instagram:
Logo Ideas
- Integrated Icons:
- Combine simple icons representing each feature (e.g., a magnifying glass for search, a play button for video, a newspaper for news, and chat bubbles for social networking).
- Arrange them in a row or as a circular design to symbolize connectivity.
- Stylized Text:
- Use a modern, bold font for the site name, incorporating subtle iconography into the letters (e.g., turning the “O” in your site name into a play button).
- Colorful Badge:
- Create a badge-style logo with a circular shape, featuring different sections for each feature using distinct colors (like Instagram’s gradient) to create a vibrant and inviting look.
- Minimalist Symbol:
- Design a minimalist logo with a unified symbol that represents all functionalities, such as a globe incorporating elements like a video camera, newsprint, and chat bubbles.
- Abstract Design:
- Use abstract shapes or lines that interconnect, symbolizing the integration of various services. This can be accompanied by the platform’s name in a sleek font below.
Design Tips
- Color Palette: Choose a color palette that reflects your brand’s identity—consider using gradients or a mix of vibrant and muted tones.
- Scalability: Ensure the logo is clear and recognizable at different sizes, especially since it will be placed below a search bar.
- Versatility: Design the logo to work in both color and monochrome versions for versatility across various backgrounds.
Sample Concepts
- Logo with Icons: A design featuring icons (search, video, news, chat) aligned horizontally with your site name below.
- *Text with Image : Your site name with a play button replacing a letter, alongside small icons representing other features.
- Badge Style: A circular badge with divided sections showing a camera, newspaper, chat bubble, and magnifying glass, encircling your site name.
- Final Considerations
- Use design software like Adobe Illustrator or online tools like Canva to create and iterate on these concepts.
- Test the logo’s visibility and impact on various devices and screen sizes.
These ideas should help you develop a logo that effectively represents the multifaceted nature of your site!
2.Creating a front page design for a website that integrates features of social networking, video sharing, news sharing, search engine functionalities, and elements from WhatsApp and Instagram involves several key components. Here’s a layout suggestion:
Front Page Design
1. Header
- Logo: Top left corner, representing the brand.
- Navigation Bar: Links to Home, About, Features, Help, and Contact.
- Search Bar: Prominently placed in the center for quick access.
2. Main Features Section
- Social Networking Feed:
- A scrolling feed showcasing user posts, photos, and updates.
- Options to like, comment, and share.
- Video Sharing Area:
- Thumbnails of trending videos with play buttons.
- Categories for easy navigation (e.g., Music, Vlogs, Tutorials).
- News Sharing:
- A section for trending news articles with images and snippets.
- Options for users to submit news or share articles.
3. Interactive Elements
- Chat Feature:
- A mini chat widget in the bottom right corner for instant messaging (similar to WhatsApp).
- Options to send media and initiate video calls.
- Image and Story Sharing:
- A prominent button for users to upload photos or stories (like Instagram).
- Featured stories from friends or popular users.
- 4. Sidebar
- User Profiles:
- Profile thumbnails of friends and suggested connections.
- Quick links to follow or message users.
- Trending Topics:
- Hashtags or topics currently popular within the network.
- Promotions/Ads:
- Space for sponsored content or promotions relevant to users.
- 5. Footer
- Links: To Privacy Policy, Terms of Service, and FAQs.
- Social Media Icons: Links to the platform’s social media pages.
- Newsletter Signup: A field for users to subscribe for updates.
- Design Considerations
- Color Scheme: Use a vibrant, modern palette to appeal to a wide audience.
- Responsive Design: Ensure the layout adapts to mobile and desktop views.
- User-Friendly Interface: Prioritize ease of navigation and accessibility.
This layout combines elements from social networking, video sharing, and instant messaging, creating an engaging platform for users.
3.Creating a complete source code for a complex website with features of social networking, video sharing, news sharing, and messaging is quite extensive. However, I can provide a simplified version of the structure using HTML, CSS, and basic JavaScript. This will serve as a starting point for your project.
Basic Structure
1. HTML (index.html)
html
Social Networking Site
Feed
User Name
Here is a sample post.
Like
Comment
Trending Topics
Topic1
Topic2
Chat
Open Chat
© 2024 MySite. All rights reserved.
2. CSS (styles.css)
css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: white;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.search-bar {
padding: 5px;
width: 300px;
}
main {
display: flex;
padding: 20px;
}
.feed {
flex: 2;
margin-right: 20px;
}
.sidebar {
flex: 1;
background-color: #f4f4f4;
padding: 10px;
}
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: white;
}
3. JavaScript (script.js)
javascript
document.querySelector(‘.chat button’).addEventListener(‘click’, function() {
alert(‘Chat feature coming soon!’);
});
Features Overview
- HTML provides the structure of the webpage.
- CSS styles the layout for better presentation.
- JavaScript adds a basic interactive element (alert for chat).
Next Steps
- Backend Development: Use a framework like Node.js or Django for user authentication, database interactions, etc.
- Database: Set up a database (like MongoDB or MySQL) for storing user data, posts, and messages.
- Enhanced Features: Integrate video uploads, notifications, and real-time messaging.
This code is a simple starting point. To build a fully functional site, you’ll need to expand on this foundation significantly.
4.Creating a comprehensive source code structure for a website that includes features like video sharing, news sharing, social networking, a search engine, and elements inspired by WhatsApp and Instagram involves multiple components. Below is an outline of the code structure and a simplified version of key files.
Project Structure
mySocialSite/
├── index.html
├── about.html
├── profile.html
├── styles/
│ └── styles.css
├── scripts/
│ └── script.js
├── images/
│ └── (image files)
├── videos/
│ └── (video files)
├── api/
│ └── (backend API files, e.g., Node.js, Flask)
├── database/
│ └── (database files or schema)
└── README.md
Key Files
1. HTML Files
- index.html (Homepage)
html
My Social Site
Latest Posts
User Name
This is a sample post about news or updates.
Like
Comment
Trending Topics
News1
TrendingVideo
Chat
Open Chat
© 2024 MySocialSite. All rights reserved.
2. CSS File
- styles/styles.css
css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: white;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.search-bar {
padding: 5px;
width: 300px;
}
main {
display: flex;
padding: 20px;
}
.feed {
flex: 2;
margin-right: 20px;
}
.sidebar {
flex: 1;
background-color: #f4f4f4;
padding: 10px;
}
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: white;
}
3. JavaScript File
- scripts/script.js
javascript
document.querySelector(‘.sidebar button’).addEventListener(‘click’, function() {
alert(‘Chat feature coming soon!’);
});
Additional Components
4. Backend (Node.js example)
- api/server.js
javascript
const express = require(‘express’);
const app = express();
const PORT = process.env.PORT || 3000;
// Middleware
app.use(express.json());
app.use(express.static(‘public’));
// Sample API endpoint
app.get(‘/api/posts’, (req, res) => {
res.json([{ id: 1, content: ‘Sample post content’ }]);
});
// Start server
app.listen(PORT, () => {
console.log(Server running on http://localhost:${PORT}
);
});
5. Database Structure
- You might use a database like MongoDB for storing users, posts, and messages. Define schemas for users and posts.
Next Steps
- User Authentication: Implement user signup/login functionality.
- Video Upload: Allow users to upload and share videos.
- Real-time Messaging: Use WebSockets for a chat feature similar to WhatsApp.
- Search Functionality: Implement a search algorithm for users and posts.
- Styling: Enhance the design using CSS frameworks like Bootstrap or Tailwind CSS.
This structure gives you a foundational framework for your project, which you can expand upon with more features and functionality.
5.Implementing user authentication typically involves setting up a backend system to handle user registration, login, and session management. Below is a simplified approach using Node.js with Express, along with MongoDB for the database.
Project Structure
mySocialSite/
├── api/
│ ├── server.js
│ ├── routes/
│ │ └── auth.js
│ └── models/
│ └── User.js
├── config/
│ └── db.js
├── .env
└── README.md
1. Install Required Packages
Run the following command to install the necessary packages:
bash
npm install express mongoose bcryptjs jsonwebtoken dotenv
2. Database Configuration
- config/db.js
javascript
const mongoose = require(‘mongoose’);
const dotenv = require(‘dotenv’);
dotenv.config();
const connectDB = async () => {
try {
await mongoose.connect(process.env.MONGO_URI, {
useNewUrlParser: true,
useUnifiedTopology: true,
});
console.log(‘MongoDB connected’);
} catch (error) {
console.error(‘MongoDB connection failed:’, error);
process.exit(1);
}
};
module.exports = connectDB;
3. User Model
- api/models/User.js
javascript
const mongoose = require(‘mongoose’);
const userSchema = new mongoose.Schema({
username: { type: String, required: true, unique: true },
password: { type: String, required: true },
});
module.exports = mongoose.model(‘User’, userSchema);
4. Authentication Routes
- api/routes/auth.js
javascript
const express = require(‘express’);
const bcrypt = require(‘bcryptjs’);
const jwt = require(‘jsonwebtoken’);
const User = require(‘../models/User’);
const router = express.Router();
// Register
router.post(‘/register’, async (req, res) => {
const { username, password } = req.body;
const hashedPassword = await bcrypt.hash(password, 10);
try {
const newUser = new User({ username, password: hashedPassword });
await newUser.save();
res.status(201).json({ message: ‘User registered’ });
} catch (error) {
res.status(400).json({ error: ‘Error registering user’ });
}
});
// Login
router.post(‘/login’, async (req, res) => {
const { username, password } = req.body;
try {
const user = await User.findOne({ username });
if (!user || !(await bcrypt.compare(password, user.password))) {
return res.status(400).json({ error: ‘Invalid credentials’ });
}
const token = jwt.sign({ id: user._id }, process.env.JWT_SECRET, { expiresIn: ‘1h’ });
res.json({ token });
} catch (error) {
res.status(500).json({ error: ‘Server error’ });
}
});
module.exports = router;
5. Main Server File
- api/server.js
javascript
const express = require(‘express’);
const connectDB = require(‘./config/db’);
const authRoutes = require(‘./routes/auth’);
const dotenv = require(‘dotenv’);
dotenv.config();
const app = express();
const PORT = process.env.PORT || 3000;
// Connect to MongoDB
connectDB();
// Middleware
app.use(express.json());
// Routes
app.use(‘/api/auth’, authRoutes);
// Start server
app.listen(PORT, () => {
console.log(Server running on http://localhost:${PORT}
);
});
6. Environment Variables
- .env
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
7. Testing the API
- Use tools like Postman or Insomnia to test the following endpoints:
- POST /api/auth/register with JSON body { “username”: “testuser”, “password”: “password” }
- POST /api/auth/login with JSON body { “username”: “testuser”, “password”: “password” }
Next Steps
- Session Management: Implement token verification for protected routes.
- Frontend Integration: Create forms in your HTML for registration and login.
- Error Handling: Improve error handling and user feedback.
- Password Reset: Implement password reset functionality.
This setup provides a foundational user authentication system using Node.js and MongoDB. You can expand and enhance it based on your project’s specific needs.
6.To implement video uploading functionality in your web application, you can use Node.js with Express and a storage solution such as AWS S3, Google Cloud Storage, or a local storage option. Here’s a simple example using Express and Multer for handling file uploads.
Project Structure
mySocialSite/
├── api/
│ ├── server.js
│ ├── routes/
│ │ └── upload.js
│ └── models/
│ └── Video.js
├── config/
│ └── db.js
├── uploads/
│ └── (uploaded video files will go here)
├── .env
└── README.md
1. Install Required Packages
Run the following command to install the necessary packages:
bash
npm install express mongoose multer dotenv
2. Video Model
- api/models/Video.js
javascript
const mongoose = require(‘mongoose’);
const videoSchema = new mongoose.Schema({
title: { type: String, required: true },
filePath: { type: String, required: true },
uploadedAt: { type: Date, default: Date.now },
});
module.exports = mongoose.model(‘Video’, videoSchema);
3. Video Upload Route
- api/routes/upload.js
javascript
const express = require(‘express’);
const multer = require(‘multer’);
const path = require(‘path’);
const Video = require(‘../models/Video’);
const router = express.Router();
// Configure multer for file storage
const storage = multer.diskStorage({
destination: (req, file, cb) => {
cb(null, ‘uploads/’);
},
filename: (req, file, cb) => {
cb(null, Date.now() + path.extname(file.originalname));
},
});
const upload = multer({ storage }); - // Video upload endpoint
- router.post(‘/upload’, upload.single(‘video’), async (req, res) => {
- const { title } = req.body;
- const videoPath = req.file.path;
- try {
- const newVideo = new Video({ title, filePath: videoPath });
- await newVideo.save();
- res.status(201).json({ message: ‘Video uploaded successfully’, video: newVideo });
- } catch (error) {
- res.status(400).json({ error: ‘Error uploading video’ });
- }
- });
- module.exports = router;
4. Main Server File
- api/server.js
javascript
const express = require(‘express’);
const connectDB = require(‘./config/db’);
const uploadRoutes = require(‘./routes/upload’);
const dotenv = require(‘dotenv’);
dotenv.config();
const app = express();
const PORT = process.env.PORT || 3000;
// Connect to MongoDB
connectDB();
// Middleware
app.use(express.json());
app.use(‘/uploads’, express.static(‘uploads’)); // Serve uploaded videos
// Routes
app.use(‘/api/upload’, uploadRoutes);
// Start server
app.listen(PORT, () => {
console.log(Server running on http://localhost:${PORT}
);
});
5. Environment Variables
- .env
MONGO_URI=your_mongodb_connection_string
6. Frontend for Video Upload
You can create a simple HTML form for video upload:
- upload.html
html
Upload Video
Upload Video
Uploaddocument.getElementById(‘uploadForm’).addEventListener(‘submit’, async (event) => {
event.preventDefault();
const formData = new FormData(event.target);
const response = await fetch(‘/api/upload/upload’, {
method: ‘POST’,
body: formData,
});
const result = await response.json();
alert(result.message);
<br/>}); <br/> - 7. Testing the Video Upload
- Start your server by running:
bash
node api/server.js - Open the upload.html file in your browser.
- Use the form to select a video file and upload it.
- Next Steps
- Validation: Add validation for video file types and sizes.
- Database: Retrieve and display uploaded videos from the database.
- Enhance UI: Improve the frontend experience with better styling.
- Cloud Storage: Consider using AWS S3 or another cloud service for video storage in production.
This setup provides a foundational approach to handling video uploads in a web application. You can build upon this to suit your specific project requirements. - 7.Implementing real-time messaging in a web application can be achieved using WebSockets. Below is a simple implementation using Node.js with Express and Socket.io. This setup allows users to send and receive messages in real time.
- Project Structure
- mySocialSite/
- ├── api/
- │ ├── server.js
- │ ├── routes/
- │ └── models/
- ├── public/
- │ ├── index.html
- │ ├── styles.css
- │ └── script.js
- ├── .env
- └── README.md
1. Install Required Packages
Run the following command to install the necessary packages:
bash
npm install express socket.io dotenv
2. Main Server File
- api/server.js
javascript
const express = require(‘express’);
const http = require(‘http’);
const socketIo = require(‘socket.io’);
const dotenv = require(‘dotenv’);
dotenv.config();
const app = express();
const server = http.createServer(app);
const io = socketIo(server);
const PORT = process.env.PORT || 3000;
// Serve static files
app.use(express.static(‘public’));
// Handle socket connections
io.on(‘connection’, (socket) => {
console.log(‘A user connected’);
// Listen for incoming messages
socket.on(‘sendMessage’, (message) => {
io.emit(‘receiveMessage’, message);
});
socket.on(‘disconnect’, () => {
console.log(‘User disconnected’);
});
});
// Start server
server.listen(PORT, () => {
console.log(Server running on http://localhost:${PORT}
);
});
3. Frontend HTML
- public/index.html
html
Real-time Messaging
Real-time Chat
Send
4. Frontend JavaScript
- public/script.js
javascript
const socket = io();
// Get DOM elements
const messageInput = document.getElementById(‘messageInput’);
const sendButton = document.getElementById(‘sendButton’);
const messagesDiv = document.getElementById(‘messages’);
// Send message
sendButton.addEventListener(‘click’, () => {
const message = messageInput.value;
if (message) {
socket.emit(‘sendMessage’, message);
messageInput.value = ”;
}
});
// Receive message
socket.on(‘receiveMessage’, (message) => {
const messageElement = document.createElement(‘div’);
messageElement.textContent = message;
messagesDiv.appendChild(messageElement);
});
5. Frontend CSS (Optional)
- public/styles.css
css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
chat {
max-width: 600px;
margin: 0 auto;
border: 1px solid #ccc;
padding: 10px;
}
messages {
height: 300px;
overflow-y: scroll;
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 5px;
}
input {
width: 80%;
}
button {
width: 15%;
}
6. Testing the Real-Time Messaging
- Start your server by running:
bash
node api/server.js - Open multiple tabs or browsers pointing to http://localhost:3000.
- Type messages in one tab and observe them appearing in real time in all connected tabs.
Next Steps
- User Management: Implement user authentication to track users.
- Chat Rooms: Create separate chat rooms or private messaging.
- Message Persistence: Store messages in a database for retrieval.
- Notifications: Add visual notifications for incoming messages.
This setup provides a foundational real-time messaging system. You can expand it according to your specific application needs.
8.Here’s a comprehensive guide on styling your web application using CSS, with a focus on layout, typography, and interactive elements.
CSS Styling Example
styles.css
css
/* General Styles / body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } / Header Styles */
header {
background-color: #333;
color: white;
padding: 20px;
text-align: center;
}
h1 {
margin: 0;
}
/* Search Input Styles */
searchInput {
width: 70%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 10px;
}
/* Search Button Styles */
searchButton {
padding: 10px 15px;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
searchButton:hover {
background-color: #218838;
}
/* Results Section Styles */
results {
margin: 20px;
padding: 15px;
background-color: white;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Heading Styles / h2 { margin-top: 0; } / Individual Result Styles / .result { padding: 10px; border-bottom: 1px solid #eee; } .result:last-child { border-bottom: none; } / Strong Text Styles */
strong {
color: #333;
}
/* Responsive Design */
@media (max-width: 600px) {
searchInput {
width: 100%;
margin-bottom: 10px;
}
searchButton {
width: 100%;
}
}
Key Features of This CSS
- General Layout:
- Sets a neutral background color and applies a common font family for consistency.
- Header:
- A dark background with white text, centered and padded for prominence.
- Search Elements:
- Styled input field and button for a clean and functional appearance, with hover effects on the button for better interactivity.
- Results Section:
- Contains margins, padding, and shadows for a card-like appearance, enhancing readability and focus on the content.
- Responsive Design:
- Media queries adjust the layout for smaller screens, ensuring usability on mobile devices.
- Link the CSS: Include the stylesheet in your HTML file within the section:
html - Structure Your HTML: Use appropriate classes and IDs that match the styles defined in your CSS. For example, each result can have a class of result.
- Next Steps
- Additional Styling: Consider incorporating CSS frameworks like Bootstrap or Tailwind CSS for more components and utilities.
- Animations: Use CSS transitions or animations to enhance user experience.
- Custom Fonts: Utilize Google Fonts to improve typography further.
- Theme Switching: Implement a dark/light mode toggle using CSS variables.
This approach will help you create a visually appealing and user-friendly web application. - Here’s a comprehensive guide on styling your web application using CSS, with a focus on layout, typography, and interactive elements.
- CSS Styling Example
- styles.css
- css
- /* General Styles / body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } / Header Styles */
- header {
- background-color: #333;
- color: white;
- padding: 20px;
- text-align: center;
- }
- h1 {
- margin: 0;
- }
/* Search Input Styles */
searchInput {
width: 70%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 10px;
}
/* Search Button Styles */
searchButton {
padding: 10px 15px;
background-color: #28a745;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
searchButton:hover {
background-color: #218838;
}
/* Results Section Styles */
results {
margin: 20px;
padding: 15px;
background-color: white;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Heading Styles / h2 { margin-top: 0; } / Individual Result Styles */
.result {
padding: 10px;
border-bottom: 1px solid #eee;
}
.result:last-child {
border-bottom: none;
}
/* Strong Text Styles / strong { color: #333; } / Responsive Design */
@media (max-width: 600px) {
searchInput {
width: 100%;
margin-bottom: 10px;
}
searchButton {
width: 100%;
}
}
Key Features of This CSS
- General Layout:
- Sets a neutral background color and applies a common font family for consistency.
- Header:
- A dark background with white text, centered and padded for prominence.
- Search Elements:
- Styled input field and button for a clean and functional appearance, with hover effects on the button for better interactivity.
- Results Section:
- Contains margins, padding, and shadows for a card-like appearance, enhancing readability and focus on the content.
- Responsive Design:
- Media queries adjust the layout for smaller screens, ensuring usability on mobile devices.
How to Use
- Link the CSS: Include the stylesheet in your HTML file within the section:
html
- Structure Your HTML: Use appropriate classes and IDs that match the styles defined in your CSS. For example, each result can have a class of result.
Next Steps
- Additional Styling: Consider incorporating CSS frameworks like Bootstrap or Tailwind CSS for more components and utilities.
- Animations: Use CSS transitions or animations to enhance user experience.
- Custom Fonts: Utilize Google Fonts to improve typography further.
- Theme Switching: Implement a dark/light mode toggle using CSS variables.
This approach will help you create a visually appealing and user-friendly web application.
9.Creating a project structure for a site that incorporates features like video sharing, social networking, news sharing, a search engine, and integrates functionalities similar to WhatsApp and Instagram requires careful planning. Below is a suggested project structure:
Project Structure
/my_project
│
├── /frontend # Frontend code (React, Angular, Vue, etc.)
│ ├── /components # Reusable components
│ ├── /pages # Page components
│ ├── /assets # Images, styles, etc.
│ ├── /hooks # Custom hooks
│ ├── /context # Context API for state management
│ └── /utils # Utility functions
│
├── /backend # Backend code (Node.js, Django, etc.)
│ ├── /controllers # Route controllers
│ ├── /models # Database models
│ ├── /routes # API routes
│ ├── /middlewares # Middleware functions
│ ├── /services # Business logic services
│ ├── /config # Configuration files (DB, environment variables)
│ └── /utils # Utility functions
/database # Database schema and migrations
│ ├── /migrations # Database migrations
│ └── /seeds # Seed data
│
├── /tests # Test files (unit and integration tests)
│ ├── /frontend # Frontend tests
│ └── /backend # Backend tests
│
├── /docs # Documentation (API docs, user guides)
│
├── /scripts # Scripts for deployment, seeding, etc.
│
├── /config # Configuration files
│ ├── /env # Environment configurations
│ └── /settings # Application settings
│
├── /public # Public files (favicon, robots.txt)
│
├── /logs # Log files
│
├── .gitignore # Git ignore file
├── package.json # Frontend dependencies
├── package-lock.json # Lock file for dependencies
├── requirements.txt # Backend dependencies (if using Python)
└── README.md # Project documentation
Key Features Breakdown
- Video Sharing:
- Upload and store videos.
- Video playback and streaming capabilities.
- User-generated content moderation.
- Like, comment, and share functionalities.
- Social Networking:
- User profiles and account settings.
- Friend requests, follow/unfollow systems.
- News feed for updates and posts.
- Direct messaging feature (similar to WhatsApp).
- News Sharing:
- Article submission and publishing.
- Categorization and tagging of articles.
- Commenting and interaction on news articles.
- Search Engine:
- Search functionality for videos, users, and articles.
- Filtering and sorting options.
- Use of Elasticsearch or similar technologies for scalability.
- WhatsApp-like Features:
- Real-time chat (using WebSockets).
- Group chats and media sharing.
- Notification system for messages and alerts.
- Instagram-like Features:
- Photo and video posts with filters.
- Stories feature for temporary content.
- Likes and comments on media.
Technology Stack Suggestions
- Frontend: React, Vue.js, or Angular
- Backend: Node.js with Express, Django, or Flask
- Database: MongoDB (NoSQL) or PostgreSQL (SQL)
- Real-time Communication: Socket.IO or WebSockets
- Cloud Storage: AWS S3 or similar for media storage
- Search Engine: Elasticsearch or Algolia
Deployment
Consider using containerization (Docker) for deployment, and CI/CD pipelines for automated testing and deployment. Services like AWS, Heroku, or DigitalOcean can be utilized for hosting.
This structure will help you manage the complexity of a multi-featured application while allowing scalability and maintainability.
Example Code Structure
- Frontend (React)
Install Dependencies
bash
Copy code
npx create-react-app my-app cd my-app npm install axios socket.io-client
Folder Structure
bash
Copy code
/src ├── /components │ ├── SearchBar.js │ ├── VideoPlayer.js │ ├── NewsFeed.js │ ├── Chat.js │ └── UserProfile.js ├── /App.js ├── /index.js
SearchBar.js
javascript
Copy code
import React, { useState } from ‘react’; import axios from ‘axios’; const SearchBar = () => { const [query, setQuery] = useState(”); const handleSearch = async () => { const response = await axios.get(/api/search?query=${query}); console.log(response.data); }; return ( setQuery(e.target.value)} placeholder=”Search…” /> Search
); }; export default SearchBar;
import React from ‘react’;
const VideoPlayer = ({ videoUrl }) => (
Your browser does not support the video tag.
);
export default VideoPlayer;
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
const NewsFeed = () => {
const [news, setNews] = useState([]);
useEffect(() => {
const fetchNews = async () => {
const response = await axios.get(‘/api/news’);
setNews(response.data);
};
fetchNews();
}, []);
return (
{news.map((article) => (
{article.title}
{article.content}
))}
);
};
export default NewsFeed;
import React, { useEffect, useState } from ‘react’;
import io from ‘socket.io-client’;
const socket = io(‘http://localhost:5000’);
const Chat = () => {
const [messages, setMessages] = useState([]);
const [input, setInput] = useState(”);
useEffect(() => {
socket.on(‘message’, (message) => {
setMessages((prev) => […prev, message]);
});
}, []);
const sendMessage = () => {
socket.emit(‘message’, input);
setInput(”);
};
return (
{messages.map((msg, index) => (
{msg}
))}
value={input}
onChange={(e) => setInput(e.target.value)}
/>
Send
);
};
export default Chat;
import React from ‘react’;
import SearchBar from ‘./components/SearchBar’;
import VideoPlayer from ‘./components/VideoPlayer’;
import NewsFeed from ‘./components/NewsFeed’;
import Chat from ‘./components/Chat’;
function App() {
return (
My App
);
}
export default App;
mkdir backend
cd backend
npm init -y
npm install express mongoose socket.io cors
/backend
├── server.js
├── /models
│ ├── User.js
│ ├── Article.js
│ └── Video.js
├── /routes
│ ├── search.js
│ ├── news.js
│ └── chat.js
└── /config
└── db.js
const express = require(‘express’);
const http = require(‘http’);
const socketIo = require(‘socket.io’);
const cors = require(‘cors’);
const app = express();
const server = http.createServer(app);
const io = socketIo(server);
app.use(cors());
app.use(express.json());
// Chat
io.on(‘connection’, (socket) => {
socket.on(‘message’, (message) => {
io.emit(‘message’, message);
});
});
// Routes
app.use(‘/api/search’, require(‘./routes/search’));
app.use(‘/api/news’, require(‘./routes/news’));
const PORT = process.env.PORT || 5000;
server.listen(PORT, () => console.log(Server running on port ${PORT}));
const express = require(‘express’);
const router = express.Router();
// Dummy search endpoint
router.get(‘/’, (req, res) => {
const { query } = req;
// Implement search logic
res.json({ results: [] });
});
module.exports = router;
const express = require(‘express’);
const router = express.Router();
// Dummy news endpoint
router.get(‘/’, (req, res) => {
// Fetch news articles from DB
res.json([{ id: 1, title: ‘News Title’, content: ‘News Content’ }]);
});
module.exports = router;
To implement search functionality in your web application, you can create a search feature that allows users to find specific content, such as users, posts, or videos. Below is a simplified example using Node.js with Express and MongoDB.
Project Structure
mySocialSite/
├── api/
│ ├── server.js
│ ├── routes/
│ │ └── search.js
│ └── models/
│ ├── User.js
│ └── Post.js
├── public/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── .env
└── README.md
1. Install Required Packages
If you haven’t already, ensure you have express, mongoose, and dotenv installed:
bash
npm install express mongoose dotenv
2. User and Post Models
- api/models/User.js
javascript
const mongoose = require(‘mongoose’);
const userSchema = new mongoose.Schema({
username: { type: String, required: true, unique: true },
// Add more fields as necessary
});
module.exports = mongoose.model(‘User’, userSchema); - api/models/Post.js
javascript
const mongoose = require(‘mongoose’);
const postSchema = new mongoose.Schema({
title: { type: String, required: true },
content: { type: String, required: true },
// Add more fields as necessary
});
module.exports = mongoose.model(‘Post’, postSchema);
3. Search Route
- api/routes/search.js
javascript
const express = require(‘express’);
const User = require(‘../models/User’);
const Post = require(‘../models/Post’);
const router = express.Router();
// Search endpoint
router.get(‘/’, async (req, res) => {
const query = req.query.q;
try {
const users = await User.find({ username: { $regex: query, $options: ‘i’ } });
const posts = await Post.find({ title: { $regex: query, $options: ‘i’ } });
res.json({ users, posts });
} catch (error) {
res.status(500).json({ error: ‘Server error’ });
}
});
module.exports = router;
4. Main Server File
- api/server.js
javascript
const express = require(‘express’);
const connectDB = require(‘./config/db’);
const searchRoutes = require(‘./routes/search’);
const dotenv = require(‘dotenv’);
dotenv.config();
const app = express();
const PORT = process.env.PORT || 3000;
// Connect to MongoDB
connectDB();
// Middleware
app.use(express.json());
// Routes
app.use(‘/api/search’, searchRoutes);
// Serve static files
app.use(express.static(‘public’));
// Start server
app.listen(PORT, () => {
console.log(Server running on http://localhost:${PORT}
);
});
5. Frontend Search Functionality
- public/index.html
html
Search Feature
Search
Search - public/script.js
javascript
document.getElementById(‘searchButton’).addEventListener(‘click’, async () => {
const query = document.getElementById(‘searchInput’).value;
const response = await fetch(/api/search?q=${encodeURIComponent(query)}
);
const data = await response.json();
const resultsDiv = document.getElementById(‘results’);
resultsDiv.innerHTML = ”;
if (data.users.length > 0 || data.posts.length > 0) {
if (data.users.length > 0) {
resultsDiv.innerHTML += ‘
Users:
‘;
data.users.forEach(user => {
resultsDiv.innerHTML += ${user.username}
;
});
}
if (data.posts.length > 0) {
resultsDiv.innerHTML += ‘
Posts:
‘;
data.posts.forEach(post => {
resultsDiv.innerHTML += ${post.title}: ${post.content}
;
});
}
} else {
resultsDiv.innerHTML = ‘
No results found.
‘;
}
});
6. Testing the Search Functionality
- Start your server by running:
bash
node api/server.js - Open the index.html file in your browser.
- Type a query into the search input and click the search button to see results from both users and posts.
Next Steps
- Improved Search: Implement filtering options (e.g., by type).
- Pagination: Add pagination for large result sets.
- Error Handling: Enhance error handling and user feedback.
- Styling: Improve the frontend styling for better UX.
This basic implementation provides a foundational search functionality that you can expand and enhance based on your application’s needs.
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition, showError);
} else {
alert(“Geolocation is not supported by this browser.”);
}
}
function showPosition(position) {
const latitude = position.coords.latitude;
const longitude = position.coords.longitude;
fetchNews(latitude, longitude);
}
function showError(error) {
console.error(“Error occurred: “, error.message);
}
async function fetchNews(latitude, longitude) {
const apiKey = ‘YOUR_API_KEY’; // Replace with your NewsAPI key
const url = https://newsapi.org/v2/everything?q=local&apiKey=${apiKey}&pageSize=5;
try {
const response = await fetch(url);
const data = await response.json();
displayNews(data.articles);
} catch (error) {
console.error(“Error fetching news: “, error);
}
}
function displayNews(articles) {
const newsContainer = document.getElementById(‘news’);
newsContainer.innerHTML = ”;
articles.forEach(article => {
const newsItem = document.createElement(‘div’);
newsItem.innerHTML = ${article.title} ${article.description} Read more
;
newsContainer.appendChild(newsItem);
});
}
mkdir mySocialMediaPlatform
cd mySocialMediaPlatform
npm init -y
npm install express mongoose multer socket.io bcryptjs jsonwebtoken cors
const express = require(‘express’);
const mongoose = require(‘mongoose’);
const cors = require(‘cors’);
const app = express();
app.use(cors());
app.use(express.json());
// Connect to MongoDB
mongoose.connect(‘mongodb://localhost:27017/socialmedia’, { useNewUrlParser: true, useUnifiedTopology: true });
// Basic Routes
app.get(‘/’, (req, res) => {
res.send(‘Welcome to the Social Media Platform!’);
});
// Start server
app.listen(5000, () => {
console.log(‘Server is running on http://localhost:5000’);
});
const express = require(‘express’);
const mongoose = require(‘mongoose’);
const cors = require(‘cors’);
const app = express();
app.use(cors());
app.use(express.json());
// Connect to MongoDB
mongoose.connect(‘mongodb://localhost:27017/socialmedia’, { useNewUrlParser: true, useUnifiedTopology: true });
// Basic Routes
app.get(‘/’, (req, res) => {
res.send(‘Welcome to the Social Media Platform!’);
});
// Start server
app.listen(5000, () => {
console.log(‘Server is running on http://localhost:5000’);
});
const mongoose = require(‘mongoose’);
const UserSchema = new mongoose.Schema({
username: { type: String, required: true },
password: { type: String, required: true },
profilePicture: String,
});
module.exports = mongoose.model(‘User’, UserSchema);
body {
font-family: Arial, sans-serif;
}
header {
background: #333;
color: #fff;
padding: 10px;
}
main {
display: flex;
}
feed {
flex: 3;
padding: 10px;
}
messaging {
flex: 1;
padding: 10px;
}
// Example function to fetch and display posts
async function fetchPosts() {
const response = await fetch(‘http://localhost:5000/posts’);
const posts = await response.json();
const feed = document.getElementById(‘feed’);
feed.innerHTML = ”;
posts.forEach(post => {
const postElement = document.createElement(‘div’);
postElement.innerHTML = ${post.title} ${post.content}
;
feed.appendChild(postElement);
});
}
// Initial fetch
fetchPosts();
document.addEventListener(‘DOMContentLoaded’, () => {
fetchNews();
fetchVideos();
fetchSocialPosts();
fetchMessages();
});
// Mock function to fetch news articles
async function fetchNews() {
// Simulate fetching news articles
const news = [
{ title: ‘Breaking News 1’, content: ‘Content of news 1’ },
{ title: ‘Breaking News 2’, content: ‘Content of news 2’ },
];
const newsFeed = document.getElementById(‘news-feed’);
news.forEach(article => {
const articleDiv = document.createElement(‘div’);
articleDiv.innerHTML = ${article.title} ${article.content}
;
newsFeed.appendChild(articleDiv);
});
// Mock function to fetch videos
async function fetchVideos() {
// Simulate fetching video data
const videos = [
{ title: ‘Video 1’, url: ‘https://www.example.com/video1’ },
{ title: ‘Video 2’, url: ‘https://www.example.com/video2’ },
];
const videoFeed = document.getElementById(‘video-feed’);
videos.forEach(video => {
const videoDiv = document.createElement(‘div’);
videoDiv.innerHTML = ${video.title} Watch Video
;
videoFeed.appendChild(videoDiv);
});
}
// Mock function to fetch videos
async function fetchVideos() {
// Simulate fetching video data
const videos = [
{ title: ‘Video 1’, url: ‘https://www.example.com/video1’ },
{ title: ‘Video 2’, url: ‘https://www.example.com/video2’ },
];
const videoFeed = document.getElementById(‘video-feed’);
videos.forEach(video => {
const videoDiv = document.createElement(‘div’);
videoDiv.innerHTML = ${video.title} Watch Video
;
videoFeed.appendChild(videoDiv);
});
}
// Mock function to fetch social posts
async function fetchSocialPosts() {
// Simulate fetching social posts
const posts = [
{ username: ‘User1’, content: ‘Hello, world!’ },
{ username: ‘User2’, content: ‘This is my first post!’ },
];
const socialFeed = document.getElementById(‘social-feed’);
posts.forEach(post => {
const postDiv = document.createElement(‘div’);
postDiv.innerHTML = ${post.username}: ${post.content};
socialFeed.appendChild(postDiv);
});
}
// Mock function to fetch messages
async function fetchMessages() {
// Simulate fetching chat messages
const messages = [
{ from: ‘User1’, text: ‘Hey there!’ },
{ from: ‘User2’, text: ‘How are you?’ },
];
const messagingArea = document.getElementById(‘messaging-area’);
messages.forEach(message => {
const messageDiv = document.createElement(‘div’);
messageDiv.classList.add(‘message’);
messageDiv.innerHTML = ${message.from}: ${message.text};
messagingArea.appendChild(messageDiv);
});
}
Code for full function website
function search() {
const query = document.getElementById(‘searchInput’).value;
alert(Searching for: ${query});
}
function uploadVideo() {
const videoInput = document.getElementById(‘videoUpload’);
if (videoInput.files.length > 0) {
const video = videoInput.files[0];
const videoGallery = document.getElementById(‘videoGallery’);
videoGallery.innerHTML += Uploaded video: ${video.name}
;
}
}
function shareNews() {
const newsText = document.getElementById(‘newsPost’).value;
const newsFeed = document.getElementById(‘newsFeed’);
newsFeed.innerHTML += `
${newsText}
; document.getElementById('newsPost').value = ''; // Clear textarea } function sendMessage() { const messageText = document.getElementById('messageInput').value; const chatWindow = document.getElementById('chatWindow'); chatWindow.innerHTML +=
${messageText}
`;
document.getElementById(‘messageInput’).value = ”; // Clear input
}
1 youtube
YouTube Video Search
YouTube Video Search
Search
// script.js
function searchVideos() {
const query = document.getElementById(‘searchQuery’).value;
const apiKey = ‘YOUR_API_KEY’; // Replace with your API key
const url = https://www.googleapis.com/youtube/v3/search?part=snippet&q=${encodeURIComponent(query)}&type=video&key=${apiKey};
fetch(url)
.then(response => response.json())
.then(data => displayResults(data.items))
.catch(error => console.error(‘Error fetching data:’, error));
}
function displayResults(videos) {
const resultsDiv = document.getElementById(‘results’);
resultsDiv.innerHTML = ”;
videos.forEach(video => {
const videoId = video.id.videoId;
const title = video.snippet.title;
const thumbnail = video.snippet.thumbnails.default.url;
resultsDiv.innerHTML += ${title}
;
});
}
/* Add to a
voice search
Voice Search
Start Voice Search
const startButton = document.getElementById(‘startButton’);
const searchInput = document.getElementById(‘searchInput’);
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
const recognition = new SpeechRecognition();
recognition.onresult = (event) => {
const transcript = event.results[0][0].transcript;
searchInput.value = transcript;
// You can trigger a search function here
};
startButton.addEventListener(‘click’, () => {
recognition.start();
});
Google search
const apiKey = ‘YOUR_API_KEY’;
const searchEngineId = ‘YOUR_SEARCH_ENGINE_ID’;
const query = ‘search term’; // Replace with the user’s search term
fetch(https://www.googleapis.com/customsearch/v1?key=${apiKey}&cx=${searchEngineId}&q=${query})
.then(response => response.json())
.then(data => {
console.log(data); // Handle search results here
})
.catch(error => console.error(‘Error:’, error));
css style thespaceway
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.main-section {
max-width: 1200px;
margin: auto;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
section {
margin-bottom: 30px;
}
h2 {
margin-bottom: 15px;
color: #333;
}
.profile-card {
padding: 15px;
border: 1px solid #ddd;
border-radius: 5px;
}
.edit-profile, .upload-video, .create-group, .analytics-access, .upload-options {
background-color: #007bff;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
}
.edit-profile:hover, .upload-video:hover, .create-group:hover, .analytics-access:hover, .upload-options:hover {
background-color: #0056b3;
}
.search-filters {
margin-bottom: 15px;
}
.search-filters input,
.search-filters select {
padding: 10px;
margin-right: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}
.carousel {
display: flex;
overflow-x: auto;
}
.story {
min-width: 100px;
margin-right: 10px;
padding: 10px;
background: #e0e0e0;
border-radius: 5px;
}
.chat-window {
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
.notification-bell {
font-size: 24px;
cursor: pointer;
}
.recommendations-sidebar {
padding: 10px;
background: #f8f9fa;
border: 1px solid #ddd;
border-radius: 5px;
}
.edit-profile, .upload-video, .create-group, .analytics-access, .upload-options {
background-color: #007bff;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
}
.edit-profile:hover, .upload-video:hover, .create-group:hover, .analytics-access:hover, .upload-options:hover {
background-color: #0056b3;
}
.search-filters {
margin-bottom: 15px;
}
.search-filters input,
.search-filters select {
padding: 10px;
margin-right: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}
.carousel {
display: flex;
overflow-x: auto;
}
.story {
min-width: 100px;
margin-right: 10px;
padding: 10px;
background: #e0e0e0;
border-radius: 5px;
}
.chat-window {
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
.notification-bell {
font-size: 24px;
cursor: pointer;
}
.recommendations-sidebar {
padding: 10px;
background: #f8f9fa;
border: 1px solid #ddd;
border-radius: 5px;
}
Script.js JavaScript Interactivity
document.querySelector(‘.chat-icon’).addEventListener(‘click’, () => {
const chatWindow = document.querySelector(‘.chat-window’);
chatWindow.style.display = chatWindow.style.display === ‘none’ ? ‘block’ : ‘none’;
});
all in one search
import requests
class MultiSearch:
def init(self, google_api_key, facebook_access_token, youtube_api_key):
self.google_api_key = google_api_key
self.facebook_access_token = facebook_access_token
self.youtube_api_key = youtube_api_key
def google_search(self, query):
url = f”https://www.googleapis.com/customsearch/v1?key={self.google_api_key}&cx=YOUR_CX&q={query}”
response = requests.get(url)
return response.json()
def youtube_search(self, query):
url = f”https://www.googleapis.com/youtube/v3/search?part=snippet&q={query}&key={self.youtube_api_key}”
response = requests.get(url)
return response.json()
def facebook_search(self, query):
url = f”https://graph.facebook.com/v10.0/search?q={query}&type=page&access_token={self.facebook_access_token}”
response = requests.get(url)
return response.json()
def bbc_search(self, query):
Note: BBC News does not have a public search API
return f”BBC News search not available”
def instagram_search(self, query):
Note: Instagram API requires specific access
return f”Instagram search not available”
all in one search
import requests
class MultiSearch:
def init(self, google_api_key, facebook_access_token, youtube_api_key):
self.google_api_key = google_api_key
self.facebook_access_token = facebook_access_token
self.youtube_api_key = youtube_api_key
def google_search(self, query):
url = f”https://www.googleapis.com/customsearch/v1?key={self.google_api_key}&cx=YOUR_CX&q={query}”
response = requests.get(url)
return response.json()
def youtube_search(self, query):
url = f”https://www.googleapis.com/youtube/v3/search?part=snippet&q={query}&key={self.youtube_api_key}”
response = requests.get(url)
return response.json()
def facebook_search(self, query):
url = f”https://graph.facebook.com/v10.0/search?q={query}&type=page&access_token={self.facebook_access_token}”
response = requests.get(url)
return response.json()
def bbc_search(self, query):
Note: BBC News does not have a public search API
return f”BBC News search not available”
def instagram_search(self, query):
Note: Instagram API requires specific access
return f”Instagram search not available”
def whatsapp_search(self, query):
WhatsApp does not provide a public search API
return f”WhatsApp search not available”
def search_all(self, query):
results = {}
results[‘Google’] = self.google_search(query)
results[‘YouTube’] = self.youtube_search(query)
results[‘Facebook’] = self.facebook_search(query)
results[‘BBC’] = self.bbc_search(query)
results[‘Instagram’] = self.instagram_search(query)
results[‘WhatsApp’] = self.whatsapp_search(query)
return results
Usage example
if name == “main“:
google_api_key = ‘YOUR_GOOGLE_API_KEY’
facebook_access_token = ‘YOUR_FACEBOOK_ACCESS_TOKEN’
youtube_api_key = ‘YOUR_YOUTUBE_API_KEY’
multi_search = MultiSearch(google_api_key, facebook_access_token, youtube_api_key)
query = ‘OpenAI’
results = multi_search.search_all(query)
print(results)
style.css User Profile
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.profile-card {
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
width: 300px;
}
.profile-pic {
border-radius: 50%;
width: 100px;
height: 100px;
}
button {
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
padding: 10px 15px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 400px;
border-radius: 8px;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
User Profile script.jss
document.getElementById(“edit-button”).onclick = function() {
document.getElementById(“edit-modal”).style.display = “block”;
}
document.getElementsByClassName(“close”)[0].onclick = function() {
document.getElementById(“edit-modal”).style.display = “none”;
}
document.getElementById(“edit-form”).onsubmit = function(event) {
event.preventDefault();
const newUsername = document.getElementById(“username-input”).value;
const newBio = document.getElementById(“bio-input”).value;
document.getElementById(“username”).innerText = newUsername;
document.getElementById(“bio”).innerText = newBio;
document.getElementById(“edit-modal”).style.display = “none”;
}
Advance Search jsx 1
import React, { useState } from ‘react’;
import axios from ‘axios’;
const AdvancedSearch = () => {
const [query, setQuery] = useState(”);
const [contentType, setContentType] = useState(‘all’);
const [dateRange, setDateRange] = useState(”);
const [results, setResults] = useState([]);
const handleSearch = async (e) => {
e.preventDefault();
const response = await axios.get(‘/api/search’, {
params: {
query,
contentType,
dateRange,
},
});
setResults(response.data);
};
return (
type=”text”
placeholder=”Search…”
value={query}
onChange={(e) => setQuery(e.target.value)}
/>
setContentType(e.target.value)}>
All
Video
Post
{/* Add other content types as needed */}
type=”date”
value={dateRange}
onChange={(e) => setDateRange(e.target.value)}
/>
Search
{results.map((result) => (
{result.title}
))}
);
};
export default AdvancedSearch;
Advance Search back end Javascript 2
const express = require(‘express’);
const app = express();
const PORT = process.env.PORT || 5000;
// Mock database
const data = [
{ id: 1, title: ‘Video 1’, type: ‘video’, date: ‘2024-01-01’ },
{ id: 2, title: ‘Post 1’, type: ‘post’, date: ‘2024-02-01’ },
// Add more mock data as needed
];
app.get(‘/api/search’, (req, res) => {
const { query, contentType, dateRange } = req.query;
let results = data;
if (query) {
results = results.filter(item => item.title.toLowerCase().includes(query.toLowerCase()));
}
if (contentType && contentType !== ‘all’) {
results = results.filter(item => item.type === contentType);
}
if (dateRange) {
results = results.filter(item => item.date >= dateRange);
}
// Sort results by relevance (example: by title length)
results.sort((a, b) => a.title.length – b.title.length);
res.json(results);
});
app.listen(PORT, () => {
console.log(Server is running on http://localhost:${PORT});
});
Feed and Timeline jsx1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
const Feed = () => {
const [posts, setPosts] = useState([]);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
))}
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
};
export default Feed;
backend javascript 2
const express = require(‘express’);
const app = express();
const PORT = process.env.PORT || 5000;
// Mock database
const posts = [
{ id: 1, title: ‘User Post 1’, content: ‘This is a post from a user.’, type: ‘user’, date: ‘2024-10-30’ },
{ id: 2, title: ‘Group Post 1’, content: ‘Discussion in group X.’, type: ‘group’, date: ‘2024-10-29’ },
{ id: 3, title: ‘News Article 1’, content: ‘Latest news article content.’, type: ‘news’, date: ‘2024-10-28’ },
// Add more mock posts as needed
];
app.get(‘/api/posts’, (req, res) => {
res.json(posts);
});
app.listen(PORT, () => {
console.log(Server is running on http://localhost:${PORT});
});
Post Interaction jsx1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
const Feed = () => {
const [posts, setPosts] = useState([]);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
const handleLike = async (postId) => {
await axios.post(/api/posts/${postId}/like);
setPosts((prevPosts) =>
prevPosts.map((post) =>
post.id === postId ? { …post, likes: post.likes + 1 } : post
)
);
};
const handleComment = async (postId, comment) => {
await axios.post(/api/posts/${postId}/comment, { comment });
setPosts((prevPosts) =>
prevPosts.map((post) =>
post.id === postId
? { …post, comments: […post.comments, comment] }
: post
)
);
}
const handleShare = async (postId) => {
// Share functionality (e.g., opening a share dialog) can be implemented here
alert(Shared post ID: ${postId});
};
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
handleLike(post.id)}>Like ({post.likes})
handleShare(post.id)}>Share
handleComment(post.id, prompt(‘Enter your comment:’))}>Comment
{post.comments.map((comment, index) => (
{comment}
))}
))}
);
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
actions: {
margin: ’10px 0′,
},
comment: {
fontStyle: ‘italic’,
margin: ‘5px 0’,
},
};
export default Feed;
post Interaction javascript 2
const express = require(‘express’);
const app = express();
const PORT = process.env.PORT || 5000;
app.use(express.json());
// Mock database
let posts = [
{ id: 1, title: ‘User Post 1’, content: ‘This is a post from a user.’, type: ‘user’, date: ‘2024-10-30’, likes: 0, comments: [] },
{ id: 2, title: ‘Group Post 1’, content: ‘Discussion in group X.’, type: ‘group’, date: ‘2024-10-29’, likes: 0, comments: [] },
{ id: 3, title: ‘News Article 1’, content: ‘Latest news article content.’, type: ‘news’, date: ‘2024-10-28’, likes: 0, comments: [] },
// Add more mock posts as needed
]);
app.get(‘/api/posts’, (req, res) => {
res.json(posts);
});
app.post(‘/api/posts/:id/like’, (req, res) => {
const postId = parseInt(req.params.id);
const post = posts.find(p => p.id === postId);
if (post) {
post.likes += 1;
res.status(200).send(‘Post liked.’);
} else {
res.status(404).send(‘Post not found.’);
}
});
app.post(‘/api/posts/:id/comment’, (req, res) => {
const postId = parseInt(req.params.id);
const post = posts.find(p => p.id === postId);
const { comment } = req.body;
if (post && comment) {
post.comments.push(comment);
res.status(200).send(‘Comment added.’);
} else {
res.status(404).send(‘Post not found or invalid comment.’);
}
});
app.listen(PORT, () => {
console.log(Server is running on http://localhost:${PORT});
});
Content Sharing Front end react jsx 1
import React, { useState } from ‘react’;
const SharePanel = ({ post, onClose }) => {
const handleShare = (platform) => {
let shareUrl = ”;
const postUrl = https://yourwebsite.com/posts/${post.id}; // Modify as needed
switch (platform) {
case ‘facebook’:
shareUrl = https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(postUrl)};
break;
case ‘twitter’:
shareUrl = https://twitter.com/intent/tweet?url=${encodeURIComponent(postUrl)}&text=${encodeURIComponent(post.title)};
break;
case ‘linkedin’:
shareUrl = https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(postUrl)};
break;
case ‘copy’:
navigator.clipboard.writeText(postUrl)
alert(‘Post URL copied to clipboard!’);
onClose();
return;
default:
break;
}
window.open(shareUrl, ‘_blank’);
onClose();
};
return (
Share this post
handleShare(‘facebook’)}>Share on Facebook
handleShare(‘twitter’)}>Share on Twitter
handleShare(‘linkedin’)}>Share on LinkedIn
handleShare(‘copy’)}>Copy Link
Close
);
};
const styles = {
overlay: {
position: ‘fixed’,
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: ‘rgba(0, 0, 0, 0.5)’,
display: ‘flex’,
justifyContent: ‘center’,
alignItems: ‘center’,
},
panel: {
background: ‘white’,
padding: ’20px’,
borderRadius: ‘5px’,
boxShadow: ‘0 2px 10px rgba(0, 0, 0, 0.1)’,
textAlign: ‘center’,
},
},
};
export default SharePanel;
Content Sharing integrating share panel into feed jsx 1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
import SharePanel from ‘./SharePanel’; // Import the SharePanel component
const Feed = () => {
const [posts, setPosts] = useState([]);
const [selectedPost, setSelectedPost] = useState(null);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
const openSharePanel = (post) => {
setSelectedPost(post);
};
const closeSharePanel = () => {
setSelectedPost(null);
};
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
openSharePanel(post)}>Share
))}
{selectedPost && }
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
actions: {
margin: ’10px 0′,
},
};
export default Feed;
Content Sharing integrating share panel into feed jsx 1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
import SharePanel from ‘./SharePanel’; // Import the SharePanel component
const Feed = () => {
const [posts, setPosts] = useState([]);
const [selectedPost, setSelectedPost] = useState(null);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
const openSharePanel = (post) => {
setSelectedPost(post);
};
const closeSharePanel = () => {
setSelectedPost(null);
};
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
openSharePanel(post)}>Share
))}
{selectedPost && }
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
actions: {
margin: ’10px 0′,
},
};
export default Feed;
Content Sharing integrating share panel into feed jsx 1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
import SharePanel from ‘./SharePanel’; // Import the SharePanel component
const Feed = () => {
const [posts, setPosts] = useState([]);
const [selectedPost, setSelectedPost] = useState(null);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
const openSharePanel = (post) => {
setSelectedPost(post);
};
const closeSharePanel = () => {
setSelectedPost(null);
};
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
openSharePanel(post)}>Share
))}
{selectedPost && }
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
actions: {
margin: ’10px 0′,
},
};
export default Feed;
Content Sharing integrating share panel into feed jsx 1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
import SharePanel from ‘./SharePanel’; // Import the SharePanel component
const Feed = () => {
const [posts, setPosts] = useState([]);
const [selectedPost, setSelectedPost] = useState(null);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
const openSharePanel = (post) => {
setSelectedPost(post);
};
const closeSharePanel = () => {
setSelectedPost(null);
};
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
openSharePanel(post)}>Share
))}
{selectedPost && }
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
actions: {
margin: ’10px 0′,
},
};
export default Feed;
Content Sharing integrating share panel into feed jsx 1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
import SharePanel from ‘./SharePanel’; // Import the SharePanel component
const Feed = () => {
const [posts, setPosts] = useState([]);
const [selectedPost, setSelectedPost] = useState(null);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
const openSharePanel = (post) => {
setSelectedPost(post);
};
const closeSharePanel = () => {
setSelectedPost(null);
};
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
openSharePanel(post)}>Share
))}
{selectedPost && }
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
actions: {
margin: ’10px 0′,
},
};
export default Feed;
Content Sharing Share Panel Bottom jsx1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
const ShareButtons = ({ post }) => {
const handleShare = (platform) => {
let shareUrl = ”;
const postUrl = https://yourwebsite.com/posts/${post.id}; // Modify as needed
switch (platform) {
case ‘facebook’:
shareUrl = https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(postUrl)};
break;
case ‘twitter’:
shareUrl = https://twitter.com/intent/tweet?url=${encodeURIComponent(postUrl)}&text=${encodeURIComponent(post.title)};
break;
case ‘linkedin’:
shareUrl = https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(postUrl)};
break;
case ‘copy’:
navigator.clipboard.writeText(postUrl);
alert(‘Post URL copied to clipboard!’);
return;
default:
break;
}
window.open(shareUrl, ‘_blank’);
};
return (
handleShare(‘facebook’)}>Share on Facebook
handleShare(‘twitter’)}>Share on Twitter
handleShare(‘linkedin’)}>Share on LinkedIn
handleShare(‘copy’)}>Copy Link
);
};
const Feed = () => {
const [posts, setPosts] = useState([]);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
))}
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
shareButtons: {
marginTop: ’10px’,
display: ‘flex’,
gap: ’10px’,
},
};
export default Feed;
Video uploading and sharing front end jsx1
import React, { useState } from ‘react’;
import axios from ‘axios’;
const VideoUpload = () => {
const [videoFile, setVideoFile] = useState(null);
const [description, setDescription] = useState(”);
const [tags, setTags] = useState(”);
const [uploading, setUploading] = useState(false);
const [message, setMessage] = useState(”);
const handleFileChange = (event) => {
setVideoFile(event.target.files[0]);
};
const handleUpload = async () => {
if (!videoFile || !description) {
setMessage(‘Please select a video file and enter a description.’);
return;
}
const formData = new FormData();
formData.append(‘video’, videoFile);
formData.append(‘description’, description);
formData.append(‘tags’, tags);
setUploading(true);
setMessage(”);
try {
await axios.post(‘/api/videos/upload’, formData, {
headers: {
‘Content-Type’: ‘multipart/form-data’,
},
});
setMessage(‘Video uploaded successfully!’);
setVideoFile(null);
setDescription(”);
setTags(”);
} catch (error) {
setMessage(‘Error uploading video. Please try again.’);
} finally {
setUploading(false);
}
};
return (
Upload Video
placeholder=”Enter video description”
value={description}
onChange={(e) => setDescription(e.target.value)}
style={styles.textArea}
/>
type=”text”
placeholder=”Enter tags (comma-separated)”
value={tags}
onChange={(e) => setTags(e.target.value)}
style={styles.input}
/>
{uploading ? ‘Uploading…’ : ‘Upload Video’}
{message &&
{message}
}
);
};
const styles = {
uploadContainer: {
maxWidth: ‘500px’,
margin: ’20px auto’,
padding: ’20px’,
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
textAlign: ‘center’,
},
textArea: {
width: ‘100%’,
height: ‘100px’,
margin: ’10px 0′,
},
input: {
width: ‘100%’,
margin: ’10px 0′,
},
message: {
marginTop: ’10px’,
color: ‘red’,
},
};
export default VideoUpload;
video uploading and sharing backend javascript 2
const express = require(‘express’);
const multer = require(‘multer’);
const path = require(‘path’);
const app = express();
const PORT = process.env.PORT || 5000;
// Set up multer for file uploads
const storage = multer.diskStorage({
destination: (req, file, cb) => {
cb(null, ‘uploads/’); // Change to your upload directory
},
filename: (req, file, cb) => {
cb(null, ${Date.now()}-${file.originalname});
},
});
const upload = multer({ storage });
// Middleware to parse JSON
app.use(express.json());
app.use(express.static(‘public’));
app.use(‘/uploads’, express.static(‘uploads’)); // Serve uploaded files
app.post(‘/api/videos/upload’, upload.single(‘video’), (req, res) => {
const { description, tags } = req.body;
const videoPath = req.file.path;
// Here, you can save the video information to a database if needed
console.log(‘Video uploaded:’, {
videoPath,
description,
tags,
});
res.status(200).json({ message: ‘Video uploaded successfully’, videoPath });
});
app.listen(PORT, () => {
console.log(Server is running on http://localhost:${PORT});
});
Stories and Highlights front end jsx1
import React from ‘react’;
import ‘./Carousel.css’; // Import your CSS styles
const storiesData = [
{ id: 1, user: ‘User1’, image: ‘https://via.placeholder.com/150’, highlight: ‘Highlight 1’ },
{ id: 2, user: ‘User2’, image: ‘https://via.placeholder.com/150’, highlight: ‘Highlight 2’ },
{ id: 3, user: ‘User3’, image: ‘https://via.placeholder.com/150’, highlight: ‘Highlight 3’ },
// Add more stories as needed
];
const Carousel = () => {
return (
Stories & Highlights
{storiesData.map(story => (
{story.user}
{story.highlight}
))}
);
};
export default Carousel;
stories and highlights frontend css1
.carousel-container {
padding: 20px;
background: #f9f9f9;
}
.carousel {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding: 10px 0;
}
.story {
flex: 0 0 auto;
width: 150px; /* Set width of each story */
margin-right: 10px;
text-align: center;
scroll-snap-align: start;
border: 1px solid #ccc;
border-radius: 10px;
background: white;
}
.story-image {
width: 100%;
border-radius: 10px 10px 0 0;
}
.story-user {
font-weight: bold;
margin-top: 5px;
}
.story-highlight {
font-size: 0.9em;
color: #666;
margin-bottom: 5px;
}
Integrating the carousel into the feed jsx1
import React, { useEffect, useState } from ‘react’;
import axios from ‘axios’;
import Carousel from ‘./Carousel’; // Import the Carousel component
const Feed = () => {
const [posts, setPosts] = useState([]);
useEffect(() => {
const fetchPosts = async () => {
const response = await axios.get(‘/api/posts’);
setPosts(response.data);
};
fetchPosts();
}, []);
return (
Feed
{posts.map((post) => (
{post.title}
{post.content}
{post.type} | {new Date(post.date).toLocaleDateString()}
))}
);
};
const styles = {
feedContainer: {
maxWidth: ‘800px’,
margin: ‘0 auto’,
padding: ’20px’,
},
feed: {
display: ‘flex’,
flexDirection: ‘column’,
},
post: {
border: ‘1px solid #ccc’,
borderRadius: ‘5px’,
padding: ’15px’,
margin: ’10px 0′,
},
};
export default Feed;
Messaging System style.css
body {
font-family: Arial, sans-serif;
}
header {
background: #007bff;
color: white;
padding: 10px;
text-align: center;
position: relative;
}
.chat-icon {
cursor: pointer;
}
.chat-popup {
display: none;
position: fixed;
bottom: 0;
right: 20px;
width: 300px;
border: 1px solid #ccc;
background: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.chat-header {
background: #007bff;
color: white;
padding: 10px;
display: flex;
justify-content: space-between;
}
.chat-messages {
height: 200px;
overflow-y: auto;
padding: 10px;
}
.chat-messages div {
margin-bottom: 10px;
}
messageInput {
width: 80%;
padding: 10px;
}
sendMessage {
padding: 10px;
}
Messaging system script.js
let unreadCount = 0;
document.getElementById(‘chatIcon’).onclick = function() {
const chatPopup = document.getElementById(‘chatPopup’);
chatPopup.style.display = chatPopup.style.display === ‘block’ ? ‘none’ : ‘block’;
};
document.getElementById(‘closeChat’).onclick = function() {
document.getElementById(‘chatPopup’).style.display = ‘none’;
};
document.getElementById(‘sendMessage’).onclick = function() {
const messageInput = document.getElementById(‘messageInput’);
const chatMessages = document.getElementById(‘chatMessages’);
if (messageInput.value.trim() !== “”) {
const messageDiv = document.createElement(‘div’);
messageDiv.textContent = messageInput.value;
chatMessages.appendChild(messageDiv);
messageInput.value = ”;
// Increase unread count when new message is received (for demo purpose)
unreadCount++;
document.getElementById(‘unreadCount’).textContent = unreadCount;
// Scroll to the bottom
chatMessages.scrollTop = chatMessages.scrollHeight;
}
};
News agg and sharing style.css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background: #007bff;
color: white;
padding: 20px;
text-align: center;
}
newsContainer {
padding: 20px;
}
.news-item {
background: white;
margin: 10px 0;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.news-item h2 {
margin: 0 0 10px;
}
.news-item p {
margin: 0 0 10px;
}
.share-button {
background: #28a745;
color: white;
border: none;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
}
Notification style.css
body {
font-family: Arial, sans-serif;
}
header {
background: #007bff;
color: white;
padding: 20px;
text-align: right;
position: relative;
}
.notification-icon {
cursor: pointer;
position: relative;
}
.notification-count {
position: absolute;
top: -5px;
right: -10px;
background: red;
color: white;
border-radius: 50%;
padding: 3px 6px;
font-size: 12px;
}
.notification-dropdown {
display: none;
position: absolute;
right: 0;
background: white;
border: 1px solid #ccc;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 10;
width: 200px;
}
.notification-dropdown div {
padding: 10px;
border-bottom: 1px solid #eee;
}
.notification-dropdown div:last-child {
border-bottom: none;
}
.notification-dropdown button {
width: 100%;
padding: 10px;
background: #ff4d4d;
color: white;
border: none;
cursor: pointer;
}
Notification style.css
body {
font-family: Arial, sans-serif;
}
header {
background: #007bff;
color: white;
padding: 20px;
text-align: right;
position: relative;
}
.notification-icon {
cursor: pointer;
position: relative;
}
.notification-count {
position: absolute;
top: -5px;
right: -10px;
background: red;
color: white;
border-radius: 50%;
padding: 3px 6px;
font-size: 12px;
}
.notification-dropdown {
display: none;
position: absolute;
right: 0;
background: white;
border: 1px solid #ccc;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 10;
width: 200px;
}
.notification-dropdown div {
padding: 10px;
border-bottom: 1px solid #eee;
}
.notification-dropdown div:last-child {
border-bottom: none;
}
.notification-dropdown button {
width: 100%;
padding: 10px;
background: #ff4d4d;
color: white;
border: none;
cursor: pointer;
}
How to Use
For Online Shopping:
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
You can order product from any of these stores , we deliver Nepal, India and worldwide though our courier partners.
Download FreeBook By Owner – SuryaImport
How To Become Billionaire With Zero Investment
How to Become Billionaire with 0 investment
www.suryaimport.com
My motto: End poverty throughout world. To see everyone rich success and happy for all people around the world.
I , Mr.Raj Kumar Bhaumik, encourage everyone to be boss and winner and rich, success and happy not employees or slave of anyone.
Please read all in details and share if you like it, For any complain regarding our content , directly complain to our company customer support or CEO.
1.Without wasting your time , in the first line, I will come to the point about how you can earn millions and even up to billions with these 3 proven techniques from successful businessman and rest of important points are described below. I , myself got success using these techniques, and today I am a successful businessman not reached up to billions but yes up to millions and billions
on process and you can do it too and I decided to make other people successful too by writing this book and sharing my views and all you need is computer, internet and bank account in your country.
So, I will discuss three tricks you can become millionaire or billionaire for 0 investment.
1.First technique is about writing a book in your own words or with the help of AI.
Now, how to do that:
open www.chatgpt.com, in search box write 5000 words in the name of famous person like Actress, celebrity, cricketer, player like Mr.Mahendra Singh Dhoni, Mr.Sachin Tendulakr, Mr.Virat Kohli,Mr. Amitabh Bacchan or people who are famous in your country even like Mr.Amitabh Bachhan, these books sells mostly worldwide.
OK, now these words are machine oriented to convert Ai to Human Language use this link:site:aitohumantextconverter.com. Now, all machine words are converted into human words.
Now, to publish your book. use site :www.notionpress.com and follow the hints written there and publish your book and they will distribute worldwide all stores in 194 countries.
Now you can make a pdf and publish book in amazon for free as ebook or for paper book: use notionpress.com and follow the instructions of site, they will distribute it worldwide all stores.
As many books or sold, Amazon and notion press will deposit money in your bank account which you will set up in amazon.com and notionpress.com
For second tricks:
You can make an app and sell it in app store in google app store, IOS app store. You can sell it for free in app store and set up ads in it through www.admob.com which is mobile ad company.
Or, you can set up price in app and sell it in app store of google or IOS app store.
Now, how to make APP, even you cannot make application or dont know coding and no programming knowledge,
You can go to linkedin, search for app developer, tell them , I have idea for app, we will share the profit, I have the idea and you have skills.So, we will both earn and be successful together.We will share 50%-50% profit.
For third tricks:
Third trick is game development, you need 5 people to develop a video or application game.Search as: Professionals you need to develop android or ios game
So, all professions are already in linkedin, you have to contact each of them and tell them , I have a game idea and we want to develop a game, I have no money to give you but yes we will share the profit altogether and we will get success together. So, first search for professional needed to develop a game, and search them in linked in and message them tell the words I suggested you.
Fulfill your dreams, buy anything you want and travel wherever you want after success but please never bad use your money.
Note: After your success you can donate as much you want in my account, my bank account is given in site:
Payment through RTGS SBI
India Bank Account Details
A/c Name: Rajkumar Bhunia
IFSC code: SBIN0002020
AC no: 43625613656
Bank name: State Bank of India (SBI Bank)
Swift Code: SBININBB839
3.Steps to Open bank Account in USA, UK, Australia.
open www.payoneer.com , and use your Nepali citizen or Indian citizen and make Payoneer account, they will open Bank account in USA, UK, Australia and they will ask your local bank account , set up local bank account , and use that account to transfer all money deposited IN US, UK or Australia bank account to your local bank account ie. Nepal , India or any other country local account.
4.If you want to make payment to any of USA Companies, or any of Indian Companies like www.godaddy.com , use can contact us, and send money to our bank account given above.
5.To deposit fund or money to Nepal Bank account, use these accounts:(Note: If you cant deposit in Indian Bank account, use the Nepali banks to deposit money. For any complain directly contact to our company customer support center or CEO or company numbers).
Machhapuchchhre Bank
Ac No: 1601524773130011
Ac Name: Raj Import Pvt Ltd
E-Sewa Payment Methods
Reciever Name:
Raj Kumar Bhaumik
Mobile No:
9860256292
Reciever Esewa Id:
9860256292
—————–*——————–
Note: You are only responsible to make millions and billions which depends on your idea, hardwork, luck and how you deal with employees since they are professional people in their field. These project will take time(months to year) but you will earn huge amount of money 300 million dollar to even 1 billion dollar.
Eg: Angry birds sold over 1 billion copies, Bhagavat Gita sold more than billion copies and Harry Potter sold up to 800 million copies. Gurubaksh Chahal earns 300 million USD from same techniques and ideas. First two techniques are free to execute but last one need some money.
1.Never think that you need money to do business, but yes you need a great idea and if you show plan and way of profit to investors or people they will invest on you. Send your ideas online to all the investors you get on internet and if they like your idea they will contact you so look for awesome ideas first and then proper execution. Eg:Dream11 in india is valued for 8 billion Indian rupees etc. This is one of road to success of your business. Type in google:list of investors in(your country name).Also, send your ideas to venture capitalist in (your country name).Open sites of investors and venture capitalists and fill the form and email them your ideas.
Before share ideas, make sure they dont steal your file and ideas so, sign non disclosure agreement with the investors at first so that later you can file case and ask for your money or remunation if they steal your idea.
Download: Non Disclosure Agreement from this link:https://nondisclosureagreement.com/wp-content/uploads/2020/11/Basic-Non-Disclosure-Agreement.pdf
A non-disclosure agreement (NDA), also known as a confidentiality agreement, is a legally binding contract that establishes a confidential relationship between two or more parties. It restricts the disclosure of sensitive information shared during business or other interactions. NDAs are crucial for protecting trade secrets, business plans, customer lists, and other confidential data
Send your ideas online to all the investors you get on internet and if they like your idea they will contact you so look for awesome ideas first and then proper execution. Eg: Dream 11 Idea in India is valued for 8 billion Indian rupees etc. This is one of road to success of your business. Type in Google:list of investors in ( your country name). Also, send your ideas to venture capitalist, they invest more in your ideas than investors , millions to billions in your ideas if they find it good. Type in google:list of venture capitalist in (your country name). Open sites of investors and venture capitalists and fill the form and email them your ideas. Congratulations!in advance.
2.Fulfill your dreams, buy anything you want and travel wherever you want after success but please never bad use money. After your success, you ca donate as much you want in my account.
3.Take your time and develop ideas , To find ideas for online business:
4.How to find ideas of business online?
5.You can find ideas of business online by searching in google as: ideas of business in internet or www.chatgpt.com- generate online business or technology ideas for implementation.
now google is a idea, facebook is a idea, youtube is idea, whats app idea, develop idea and email to the investors angel investors or venture capitalist: search As:list of angel investor in (your country name) also list of venture capitalists:list of venture capitalists in your (country name).
6.How to check if your idea will be successful?
You need solid idea, to execute to be successful, so that investor like your idea and invest on you. Now, idea can be anything in any sectors whichever you have knowledge about technology, agriculture or any sectors, you are confident about in the field, ok, now, note if it is technology company like google or Facebook,, first register site in your own name , site register will cost Rs 1500 or Ic 1500 or 10 usd in American Currency, for server charge there are cheap to expensive server ,you can start with cheap server then move to expensive one [Note: If you have money go for us servers, and dashboard , they are expensive but will give you high quality service and features like no one , with 24*7 customer support service, when you will get more visitors, to handle more load of your site and files, then server change to expensive one ,[Godaddy is us company expensive but high features quality, hostinger.in is cheap Indian company , which will give you limited feature in less price , this one for those who have little budget, get ready your project, upload files to server, make it live, then, email your ideas , project and files to all the investors from any country you are in Nepal , India, China or Bangladesh or any 194 countries. After site is live in your name, nobody can steal your idea, and yes you do not need non disclosure agreement after that. Type: list of angel investors in (country name) and list of venture capitalists in country name(country name). Now , its your choice how much percentage of your company you will give to investors, they will ask for 100% , but do not give 10 to 15% of your company for 5 crore IC or 1 million in USD or any Currency in your country. Its , your responsibility how much you give to investors, I personally suggest to give 10 to 15% of your company not more than that. To check your idea will be successfull or not: Open AI or www.chatgpt.com, type your idea, a last type, will it be successful?Eg:Me, Mr.Raj and My wife, Ms.Moumita Manna Bhaumik develop the idea of www.TheSpaceView.com from www.chatgpt.com , keeps on typing idea Eg; Video Sharing Site will be successful it will give you answer youtube is there, you cant beat youtube which is trillion dollar company so, whatever in your mind type there, until AI says yes, you are idea is best it will successful, keep on asking in detail in AI or www.chatgp.com until Ai says yes Congraulations it will be successful , since no competition is there, and genuine idea. Ai will give you pure answers. Eg:image sharing site will it be successful. If AI or www.chatgpt.com, say yes, then yes surely , your idea is awesome and you will be successful. Ai or www.chatgpt.com is very powerful tool and will give you genuine and true answer , if your idea is not good or so much competition or practically not possible it will write you back or give you genuine answer, that so much competition not possible or also explain in detail , what you can do to beat competition or what is the solution for that , just type” more” , whatever www.chatgpt.com gives you answer, whatever answer AI or www.chatgpt.com gives keep on writing “more” [This is also one of biggest secret nobody will tell you] ,it will keep on giving you secret answer until you are satisfied no mater what questions you type there, programming questions or any questions.
Now, Biggest and Biggest and Biggest Secret to be success: Go to temple to your favourite god, and request genuine way whatever you want, [this is most important thing], take Agarbattis and Diya in hand and ask god whatever you want genuinely and requestly, please respect god , Nobody is powerful then them, respect the, talk properly and nicely, with please, God will be compelled to fulfill your wish no matter how big it is, if you are praying truly, and honestly and genuinely, but always remember never talk negative and ever ask for negative powers and negative things with god, they don’t like and be angry on you and yes can take serious action against you without informing you.
Ok! All the best!
Note: To know source code or programming codes for your project or anything just write source code of whats app, source code of facebook, source code of google, but do no forget to write source code of _________. Note: Keep on writing “more” they will keep on giving you secret answers until you are satisfied, so keep on writing “more”. Making website is not enough, you need visitors in your site, which you will get if you have good content or written good in your websites, then people will automatically make them viral, just like Facebook, because of is content Mr.Mark Zuckerberg got 22000 hits within 2 hours and then soon he starts google advertising in his site. So, yes after Facebook become live starting with hot or not, because of its content that is genuine or extraordinary function of site, 22000 visited the site to check what its function or content or what is special written there. So, yes, if your website is providing genuine, original, eye catching , extra ordinary function then other sites, automatically your site will be viral, people loves good content, truth and genuine answer, for eg: if you type suryaimport in AI, it will give you genuine answer, ie Suryaimport is online ecommerce company import products from Us , China, India and other countries and export to worldwide, any confusion you can directly contact our company,
So, Yes if you make good website with good genuine, original content automatically it will be viral and soon you can advertise on your site.
How to send your business ideas to investors and directly specially to Sir.Bill Gates
Ok, after your idea is ready, make a detail note of your idea in copy and also in laptop, you have to present your detail plan to investors ,To send your project ideas to investors:Type in google :list of all investors in (country name you want to invite For eg:USA) and also:list of all venture capitalist (country name you want to invite For eg:USA).Angel investor will invest 10% million to 1 million USD.But Venture capitalist will invest upto 800 million USD in your project.(very important). Many investors will be ready to invest in your projects, but to impress Sir.Bill Gates to invest in your project it is impossible, you have to win his heart. [You have to write a special letter for him, that can impress him]
I have personal contacts of Sir.Bill Gates office email address and contact No, I did though google help,If you search or type perfect keywords in google, you can find his contact details and office email address.Now I cant publicly declare what to type in google to find his contact details,Sir.Bill Gates can take serious against me, If I publicly announce how you can get his contact and email address.Its not impossible, you can do that too if u try and type proper keywords in Google, Sorry, I cannot annnounce that publicly, it is against Sir.Gates Foundation. I asked in Ai or www.chatgpt.com , Can I post contact email address of Sir.Bill Gates, Ai said , Please never do this, he will get very angry or will take serious action against you, if you found publicy announcing his contact no and email address in social media.Ok, in case you cant find his contact no and email address through google, send me your special project letter or idea or special funding request letter to Sir.Bill Gates, I’ll forward the letter to sir. ,so that sir won’t reject your application file, the letter should be special and special rule of letter to Sir.Bill Gates ill describe below:[ Ill describe all the rules, how I did it, you can do that too, writing a funding letter request specially to Sir.Bill Gates is not an easy task, you have to follow sir rules to impress him , what he like and what he dislikes, so, read carefully, how I did it, you can do that too, you have to go though many challenges, hardwork, difficulties, problems , and process, to make a finally approval letter of request of funding project from Sir.Bill Gates. Please take this seriously for serious result , please no joke and laughing , this is your most important part of exam focus and read carefully all the points and finally make a perfect letter to him that wont get rejected and can impress him and ready to invest in your idea.
Type in Ai or www.chatgpt.com:
1.Confidentil letter to Sir.Bill Gates for funding
2.Special letter to Sir.Bill Gates for funding
3.Main Points or Special Points to include in letter for funding approval from Sir.Bill Gates
4.100% Success for fund request to Sir.Bill Gates
5.Impressing Sir.Bill Gates for funding
6.What kind of letter can impress Sir.Bill gates
Read all these files, follow the steps , process [whatever chatgpt or AI gives answer, just write “ok”or “more” , keep on getting secret answers until you are satisfied and feel confident that yes I can do it now by myself. and send a perfect letter to him with your own words.
Note most important point:
Please read all above files what Sir Gates Foundation like to invest in projects!
When you send him any letter, it will be best to send from email addres:yourname@yourwebsite.com not gmail or any other email address, that wont look professional. you can get it from www,godaddy.com or www.hostinger.in
Congratulations! In advance!
I also asked Ai or www.chatgpt.com, is it ok If I share letter I send to Sir.Bill Gates to ask for funding of my project, Ai said that will be no problem or you can do that. So, here is my two letters I send to personal email and contact of Sir.Bill Gates for funding requests of my two projects:
Alibaba Project In Nepal with 3D image and 3D video
Letter to Bill Gates – Request for Funding Alibaba in Nepal
To:
Mr. Bill Gates
Bill & Melinda Gates Foundation
500 5th Avenue North
Seattle, WA 98109
USA
Subject: Funding Request – Empowering Nepal’s Local Economy through E-Commerce
Dear Mr. Gates,
My name is Raj Kumar Bhaumik, and I am writing to share with you a bold vision to economically empower millions of local entrepreneurs, farmers, and artisans across Nepal by building a digital commerce platform inspired by Alibaba.
While Nepal is rich in natural resources, craftsmanship, and talent, most small businesses remain disconnected from global markets due to limited infrastructure and access to digital tools. Local producers often rely solely on word of mouth or local fairs to sell their goods, keeping them locked in a cycle of low-income opportunity and limited growth.
I am building a solution: an Alibaba-style platform tailored for Nepal. It will allow individuals and businesses across the country to list, promote, and sell their products nationally and internationally—digitally and securely. From Himalayan tea growers to handmade crafts sellers and rural service providers, this platform will help them leap into the digital economy.
Nepal consists of 238920 Registered Comapanies,233214 PVT LTD Comapanies, Manufacturing Industries 56611, Large Industries 5017, Small Industries 51,594 , 9085 Registered Industries, 34101 Street Business, 498,058 Registered Public Companies, Enterprises 2,33,214 PVT LTD, 60000 Industries, 923000 Nepal Registered Companies, Micro Industries Established 779913 , 219253 Wholesale and Retail companies, Total No of Jewellery Shops in Nepal 255.
Our plan is to export all hand made products of Nepal to all 194 countries worldwide like alibaba in China , We will include all features and functions of Alibaba with extra features of 3D image with 3D video so that I can increase economic condition of Nepal creating jobs and developing all business owners small to large to industrialist to introduced to international level of all 194 countries just like Alibaba in China founded by Jack Ma.
The platform will include:
A mobile-first e-commerce website and app
Multi-language product listing and search
Digital wallet/payment integration
Training tools for digital literacy and product marketing
A rural onboarding network to bring local sellers online
To build and scale this transformative platform, I am seeking $67 million USD in funding. The capital will be used to develop the technology, recruit talent, create fulfillment infrastructure, provide digital education to rural sellers, and grow user acquisition nationwide.
This initiative aligns deeply with your Foundation’s goals of supporting economic empowerment, digital inclusion, and sustainable development in underserved regions. By equipping everyday people in Nepal with access to fair markets and digital tools, this project will drive income generation, job creation, and long-term local resilience.
I would be honored to share a full proposal, demo, or pitch deck with your team. Thank you for the inspiration you’ve given to innovators around the world. I believe this project could be a real-world model of how technology can reduce poverty and bring opportunity to every corner of a country.
With deep respect,
Raj Kumar Bhaumik
Founder, Alibaba in Nepal Project
📧 raj@suryaimport.us
📱 +91-7478089895 (Call/WhatsApp)
🌐 www.suryaimport.com
TheSpaceView Project-Audio,Video,Text,Image Sharing Platform
📩 Special Funding Request Letter to Bill Gates
To:
Mr. Bill Gates
Bill & Melinda Gates Foundation
500 5th Ave N
Seattle, WA 98109
USA
Subject: Funding Request for TheSpaceView – A Global Multimedia Sharing Platform
Dear Mr. Gates,
My name is Raj Kumar Bhaumik, and I am the founder of TheSpaceView, a new multimedia platform built with the vision of integrating the world’s most popular content-sharing experiences—video, audio, image, and text—into one unified, powerful ecosystem. I am reaching out to request your support in bringing this vision to life on a truly global scale.
Today, content creation is fragmented. While platforms like YouTube, VK, and Flickr serve specific media types, there is no single platform that unifies all forms—video, audio, images, and text—under one intuitive user experience. TheSpaceView seeks to change this by combining the full capabilities of platforms like YouTube, VK, and Flickr into one platform that allows seamless media publishing and consumption.
Our platform aims to:
Enable global users to upload and share multimedia content across formats
Empower creators with better tools for publishing, discovery, and monetization
Encourage open expression, community moderation, and responsible media hosting
Scale globally, offering performance, accessibility, and simplicity regardless of device or region
To realize this ambitious project, I am seeking $530 million in initial funding, which will be directed toward the platform’s infrastructure (data centers, bandwidth, compute), product development (front end, backend, admin panel, moderation tools), global UI/UX design, QA and testing, and ongoing operational costs. We anticipate annual operating expenses of around $25 billion, in line with large-scale content platforms, as we scale worldwide.
I believe this initiative aligns with your longstanding mission of leveraging technology to connect, educate, and empower individuals globally. By fostering open platforms that promote knowledge, creativity, and accessibility, TheSpaceView will contribute to a more connected and informed digital society.
I would be honored to share a more detailed proposal and demo of our product roadmap at your convenience. Please feel free to contact me directly at raj@suryaimport.us or call/WhatsApp me at +91-7478089895. You can also visit my current work at www.suryaimport.com.
Thank you for your time, and for the inspiration your work provides to entrepreneurs and changemakers like myself around the world.
With respect and gratitude,
Raj Kumar Bhaumik
Owner, TheSpaceView
🌐 Website: www.thespaceview.com
📧 Email: raj@suryaimport.us
📱 WhatsApp: +91-7478089895
Note: If you want to impress Sir.Bill Gates, you have to be very special with your work, and file you present you present to him with clear intention of goal and purpose, never show or declare any negative thoughts and desires to specially Sir.Bill Gates, they will ahte it, also can serious take action action against you, since they are reputed people in world, and one simple mistake, make your application rejected for Bill Gates,
though the help of www.chatgpt.com, My personal aim and desire is to remove poverty around the glove, make everyone rich success and happy giving them proper direction towards successful, quality and healthy life.
After my www.the spaceview.com project, I will spend all my money towards development of Nepal to make it richest country in world like America. How, by exporting all Nepal made products to 194 countries worldwide, through medium of 3d image and video like hollywood features, so, yes, hollowed style like alibaba will be launched in Nepal by myself to make Nepal richest country in world.
So, I’ll be donating also, running many business also, changing life of people also, and pray for everyone specially people of Nepal since my childhood spend there, friends know me, rich success happy and prosporous life.
How to write blog content for free for websites by yourself with help of AI and Ai to human text converter.
First step:Open www.chatgpt.com : Type in search box: Please write me 500 words content for topic Trekking in Nepal.
Second step:Open this site:AI To Humanize Text Converter – ai to human text or Humanize AI Text – Convert AI To Human Text Now
Third Step: Use the converted text and use it in your blog, the best it will be if you write content yourself using help of Ai and AI to human text converter but best it will be if you write everything in your own words. Google will give value to original, genuine content not copy paste work. It will be good for SEO also , and automatically your content will be viral, and yes you get higher rank in google , which is dream of all companies to get top rank in google.
How to launch your own AI and use Ai for selling content and Advertising:
Here is the secret code of front page of both search engine and AI in one place which will also will be hit and huge success: Now, why this idea will also be huge success since you are providing function of Ai and search engine in single site: So, if people getting features of google and Ai in single site, obviously they will move to your site. and your site will be popular. You can use the code and design for free and do it your own way, No need my permission:
Front page design of Search Engine Code:
Front page design of AI:
Front Page Design of Search Engine Code and AI in single page design :
Front Page Design of Google Gemini AI: You can open this file in Visual studio code, edit and use it your own way , if you like front page design of Google Gemini AI and save it as nameoffile.html.
Login Page and registration Page and Code for any website , you can use it in your own website:
All files of thespaceview project, you can use whichever file you want, edit and make your own project:
https://drive.google.com/drive/folders/1q7zIUQUooOpIZ07owFDsoB9LC06mHfBj?usp=sharing
Secret codes of homepage, login. index, search engine code, whats app and many, select edit and make your and use them in your own project:
https://drive.google.com/drive/folders/1nPICvTFTcizvT1kDciDLJW5qF3Qu34Dx?usp=drive_link
Source Code for videonewssocialnetworkingsite:
https://drive.google.com/file/d/1kJRLwWStHxJYTfr6F9RT0HJ0sfFzikH-/view?usp=drive_link
Source Code for webprojectnewsvideosearchenginesocial:
https://drive.google.com/file/d/1TPFbmGa9lp26IkcJUQHVUHfQx3f1o8ee/view?usp=drive_link
Source Code for whatsappwebsitesharing:
https://drive.google.com/file/d/199vqZI2MlHNdtHJLoP_3mO-S1UTcjJQS/view?usp=drive_link
Source Code for youtubetemplate:
https://drive.google.com/file/d/197O9ZkQFwgt9Cw_EtGZKaxpVyruoTvn4/view?usp=drive_link
Source Code for youtube javascript:
https://drive.google.com/file/d/1PuNDGMG8E19c8naxyNsC-MDaFxhLs3E6/view?usp=drive_link
Code For Ads
https://drive.google.com/file/d/1TUo_ZXCsMIedJYT7EG7BKHpdn7yw-zFU/view?usp=drive_link
Code of audio sharing site
https://drive.google.com/file/d/1zPklLPQeUro5HK_LXSKSBPZfrTkKxVjJ/view?usp=drive_link
Code of video sharing site
https://drive.google.com/file/d/1zPklLPQeUro5HK_LXSKSBPZfrTkKxVjJ/view?usp=drive_link
Code of audio sharing site1
https://drive.google.com/file/d/1ivIFDdzb_f9Q3tBgmz3VcYibE3m6iFnZ/view?usp=drive_link
Creating website with all features
https://drive.google.com/file/d/15Ec-FQ89SgPARkR8YSthAgfhQnZBd3vP/view?usp=drive_link
Homepage News Sharing Site
https://drive.google.com/file/d/1cTpCICI9S0sYTyEh9SgsI0VTxWmpMeCp/view?usp=drive_link
Homepage Design Of News Sharing Site
https://drive.google.com/file/d/1cDPw-Ifjw5Czx6h3ZMAEKgsJtKu4xdvs/view?usp=drive_link
Image Sharing Site Code
https://drive.google.com/file/d/14KNJSHZkiV1wnO9XjnN_z05-C9Tk-v3S/view?usp=drive_link
Integrating ad in website
https://drive.google.com/file/d/17xIntgM4Br2GaWOw14ku2Dbyv4TUkZ_1/view?usp=drive_link
News search engine video social networking website
https://drive.google.com/file/d/1ysm918xysLXFL6c11lYaJRyRFaJ8ykxi/view?usp=drive_link
Newsite
https://drive.google.com/file/d/1TRbXCGDoIZ9rVGa79NwtASeLA4lottyb/view?usp=drive_link
News video WhatsApp instagram search engine social networking all in one
https://drive.google.com/file/d/1kzfxFDB5c60bvlmzzbcSeZamQER7WLw1/view?usp=drive_link
Project Code Website Link
https://drive.google.com/file/d/1vhiMemFwrCcQkegHgbG-GqVc0unCX73d/view?usp=drive_link
Project of Search Engine Site
https://drive.google.com/file/d/1l3ksIKl_es2AYq_NLKjIrUEPyNb15lwq/view?usp=drive_link
Project Of Social Networking Site
https://drive.google.com/file/d/1KuF8f1BTvCWf2_B2D40RYjrzzG6OnQ9D/view?usp=drive_link
Project Structure Of Full Featured Website
https://drive.google.com/file/d/1v98jpF3BnMCQWQOWvlDa9GqWLaqY2JTJ/view?usp=drive_link
Sell Books Globally
https://drive.google.com/file/d/19mTN0aubIgZT8N5gfZhIvgvizwfJ140Y/view?usp=drive_link
Source Code for Instagram
https://drive.google.com/file/d/1QM183HFlB0R4YxIUQxPsVdCt5ONKimB-/view?usp=drive_link
Source Code for News Sharing Site
https://drive.google.com/file/d/1cKe2ZJzzxDjALMTh_AYD7dOSkN1OOTkn/view?usp=drive_link
Source code for social networking site with facebook features
https://drive.google.com/file/d/1F0Ew4Oys0OnR4QDFOrsGJ_wAAo2EFVhN/view?usp=drive_link
Source code for video sharing site youtube
https://drive.google.com/file/d/1jv1KbK5Ihtxf4DR9NFf6g4P6fgrVrfip/view?usp=drive_link
Source Code for WhatsApp
https://drive.google.com/file/d/1gkXOIwBj2Aweir7dCKylOpIb8KTaNylI/view?usp=drive_link
Source Code for News Sharing Site Text
https://drive.google.com/file/d/17tUs2CPQouzQ9CTomvuZDbrXeXJ2-pRs/view?usp=drive_link
Source Code for Text and News Sharing Site
https://drive.google.com/file/d/1NlCdRkGesz6ZpBEQtoxqIK1GjQuw8gEp/view?usp=drive_link
Source Code for text sharing site source code
https://drive.google.com/file/d/17tUs2CPQouzQ9CTomvuZDbrXeXJ2-pRs/view?usp=drive_link
Socialbook
https://drive.google.com/drive/folders/1wNbgIMkwDbVGz_aQNaoRaLR8e8LhlE2W?usp=drive_link
Facebook Blockchain Codes
https://drive.google.com/drive/folders/1uAZQavWHmkz1o-zlaW6BwJCQtlkmZUrM?usp=drive_link
Ultimate Social Networking Platform
https://drive.google.com/drive/folders/1FZlfb8EaT4AnjZUVXaaIwUy2wG_uq7gO?usp=drive_link
MY MACOSX all files and codes
https://drive.google.com/drive/folders/1vIAoTAcVpQDnoXK82z8pabk_lhly_5sz?usp=drive_link
Now, Source code for AI, code behind the single box:
Two ways:
1.Open www.chatgpt.com: Type: Source Code for Ai in search box, and keep on typing “more”, until you are clear and satisfied with answers. and finally type “Stop”.
2.Here are the source codes for Ai you can use it without my permission:
*******Congratulations! All the Best!**********
I also like to invite them for success and shopping in our online stores in Nepal, USA, Germany, UAE(Dubai), UK.
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide.
In this line, Ill mention my neighbours name in Kathmandu Nepal, I have stayed in Baghbazar since childhood, Kathmandu, who knows me and have seen me, my landlord Mr.Binod Shrestha, which is like father to me, I love him more than my father, then I like Mr.Moti Krishna Shrestha who helped me to get USA educational and USA visa, they helped me more than my father, also I worked hard to get USA visa and education, I wish Mr.Binod Shrestha and Mr.Moti Krishna Shrestha both become rich success and happy and they will also become billionaire including everyone reading this letter. then I will mention, Mr.Rimesh Bahadur Rajbhandary, who is teacher in ACE COLLEGE now, he have National Technology Center in Naxal, Kathmandu, Now, he also help me in paper works, and internship papers, and documentation. Ms.Urisha Joshi lives behind my building of Kathmandu in Nepal, I heard she went for Miss Nepal and got second position, her mother have talk to me during holi, Oh, my god! you are playing holi alone, then she invites everyone to play holi with me, them we enjoyed a lot, I also rememeber, Ms.Diya Shrestha , Mr.Kundan Shrestha , Mr.Bishal Shrestha, Mr.Roshan Shrestha , Ms.Jina Shrestha, Ms.Ria Shrestha, Mr.Amit (St.Xaviers College, Maitighar) we enjoyed playing holi together, I remember everyone trying to hit ballon in exact spot but only my hit in exact spot , whoever I target, ie ,Yes, I targeted to hit ballon to Jeena Aunty, ballon exactly hits her in her back. Yes, Mr.James Man Pradhan and Mr.Pratik Pradhan are my neighbours ,they lived in Baghbazar, Kathmandu, including Ms.Sefina Joshi and Ms.Roisha Joshi, who live back in my building, I have seen their pictures, they all got married, Truth is yes, although nobody care about me, I will personally take care of everyone to make them success like celebrity lifestyle, I’ll do whatever it takes me to give celebrity life style to people of Nepal, also to Ms.Prarthana Koirala family, Ms.Sony Nakarmi family and all my friends, including Mr.Arpan Dahal family he have also helped in USA regarding ticket booking, driver licenses and rent fees and many things including direction to focus in study only not girls , Mr.Sulabh Shrestha family my best friend, Also Mr.Jonash Shrestha, Mr.Sonal Shrestha my college friends and very close to me including Ms.Gauri Shrestha, very good girl, my childhood friend, very good friend of mine, Hope they will also become success and billionaire soon. My sister name is Ms.Munmun she is married with Mr.Abhijit Patil, they both lives in Pune., they have one daughter my bhanji, Ms.Ahana Patil. I like her very much personally. My college friends including her brother mother sister and everyone, Rimesh mother is also good, I will try my best to help them every way possible to take them all to world tour with my personal expenses or personal pocket money. I wish success for them as well their family, hope their all dreams come true, and yes I wish they will also become billionaire soon to Ms.Prarthana Koirala family, Ms.Sony Nakarmi family, Mr.Arpan Dahal and his family.
I also like to invite them for success and shopping in our stores in Nepal,
For people in Nepal, use the online store[www.suryaimport.com] to shop in Nepal.
For people in USA, use the online store[www.surayimport.us] to shop in USA.
I wish special success for my neighbours and hope yes they will also become billionaires , including Ms.Urisha family, Ms.Sefina Joshi , Ms.Roisa Joshi family, Mr.James Man Pradhan family, Mr.Rimesh Bahadur Rajbhandary, and all his family, also Ms.Diya Shrestha , Mr.Kundan Shrestha , Mr.Bishal Shrestha, Mr.Roshan Shrestha ,Ms.Jina Shrestha, Ms.Ria Shrestha, Ms.Sandhya Shrestha, Mr.Amit and also specially to my neighbour “Ms.Jeena Shrestha” and “Mr.Anand Shrestha” and his family and wife and everyone , I wish success for everyone of them and hope they all become billionaire soon with these methods.[Dr.Sulabh family already about to be billionaire , now its your turn guys]
For people in Nepal, use the online store [www.suryaimport.com] to shop in Nepal. You all are warmly and heartedly welcome to shop in our online stores.[You will always remain special to our family, and company and yes always welcome for special discounts].
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
There is a small shop in Baghbazar, which is in my Dad name”Mr.Niranjan Bhaumik“, Mata Manakamana Jewellers, my mother and dad run the shop, Mr.Ayush Shrestha is landlord of the shop, my dad sign for lease in contract, Ms.Nanda Pradhan is Mr.Ayush Mother, owner of the building where the shop is situated. I wish success for them as well their family, hope their all dreams come true, and yes I wish they will also become billionaire soon specially Mr.Ayush Shrestha and Ms.Nanda Pradhan , also Ms.Elsa Pradhan and all of her family members and relatives , my classmates in school , our shop landlords with these proven secret formula which nobody will tell you since they don’t want to see you rich and success.
But be smart, find the truth and be billionaire like everyone is following these methods.
Enjoy online shopping from our stores in Nepal, USA, Germany, UAE(Dubai), UK.
Mr.Sudin Shrestha , is very close to our family since childhood, he knows me since I was baby, and helped me since childhood regarding everything giving computers to use, staying with his personal room, he his wife and me in room together enjoying in childhood, including her daughter Ms.Prerna Shrestha, we used to call her “nani” to gifts for free, and yes helped my dad to set up shop , including Mr.Shyam Shahi, very good man who runs Hotel in Baghbazar, her wife name is Ms.Bimala Shahi, I call her aunty, I like her cooking very much specially choumein. She is very good girl, including her husband Mr.Shyam Shahi, and son Mr.Rikish Shahi, who has also worked in my office as intern and yes Ms.Richa Shahi their daughter very good girl. He also helped My dad and mom in every step of life to set up jewellery shop in Baghbazar, Kathmandu, Nepal. I remember Mr.Sudin Shrestha helping my dad financially many times, my dad forget everything, but I remember everyone people who helped me to reach here and stand in this position as owner of this company.
I wish special success for love of my life “Sudin Shrestha” and his whole family for success and yes i hope everyone in their family become billionaire soon with this proven secret method formula. [Dr.Sulabh family about to become billionaire soon with this method , and yes everyone will be success and billionaire now, just follow secret words and methods described here.]
Sir,”Mr.David Bethelmy” is my programming teacher in Bethune Cookman University, Mr.Adrienee Yancey is my friend in Bethune Cookman University, it is located in Florida, United States. Ms.Brooke India Bright is close friend of mine in Bethune Cookan University, Florida, Texas.I met Mr.Bikash Munikar, Mr.Erika Shakya both is United States they both work as software engineer or java developer in United States. Mr.Amir and Mr.Samir both are software and mechanical engineer in United States but nobody got professional work in US, I heard only Amir got software engineer work in company. Sizrine Choudhary work in Machapuchhre Bank, I met her while open company and personal bank account in Machapuchhre Bank Limited.I wish success for them as well including my teacher:”Mr.David Bethelmy”, he gave me programming book for free. I wish to see him billionaire soon their family, hope their all dreams come true, and yes I wish they will also become billionaire soon.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
Mr.Ashmin Vettroi Pathak and Mr.Robin Gora, Mr.Pramod Kandel, Mr.Khitij Raj Lohani, Mr.Bibek Adhikari, Mr.Bibek Karki, Ms.Rachana Pathak, Ms.Indira Prajapati, Mr.Ayush jangam, Ms.Bidusa Poudel and yes other student as well but we can remember who are in focus or toppers or who are active among in groups, I met in USEF ,While preparing to study in USA. Mr.Ayush Jangam used to tell me that descrimination is going in Nepal within castes, Newar groups mostly Businessman and Brahmin , Chettri lower castes and do lower group tasks. I heard Mr.Pramod Kandel, my friend, he topped whole Nepal in competition in SAT exams, we gave interview in same day, we both got visa, we both got full scolarships, her mother know me very well, while moving to USA for education back in Nepal but Mr.Khitij Raj Lohani stayed in USA took green card and citizenship and married a Nepali girl there.
I wish success for Mr.Ayush Jangam and everyone reading this article, follow the techniques from successful people and you will also become successful. All the best to Mr.Ayush Jangam, Ms.Sylvia Oli, Ms.Cynthia Oli and all her family members from me. Hope to see you billionaire soon!
I wish success for them as well their family, hope their all dreams come true, and yes I wish they will also become billionaire soon including everyone in their family members .
[I also followed this method, about to become billionaire, Dr.Sulabh Shrestha family also followed these techniques become billionaires, now its your turn to be success, show u can do it too.]
I wish all success for them, everyone I met in Airport while I left Nepal to study In USA, Hope everyone of them become success and yes, hope they will also become billionaire soon. Read all the secrets described in here and follow the methods, and become billionaire like everyone else.
Dr.Sulabh is about to become billionaire soon with these methods, including their family and now everyone in Nepal, India and the worldwide, no more poor in Earth.
After I studied in Florida for one year, I move to Texas and shifted to Mr.Arpan Dahal room, Mr.Arpan Dahal is student in University of Texas at Arlington , he did Aerospace Engineering, we used to talk each other, I used to tell him my plans and views, but he is the one who do not want risk in his career but I only believe in taking big risks. But, later he liked my views and opinions , he also started thinking big like me, I encourage everyone to dream and think big. Then, it was hard for me to stay in Texas because of rent and fees, around 1.5 lakhs or 900$ for month all kinds of expenses, then I moved to New York, arranging plane tickets by myself. Mr.Arpan stayed in that room and finished his degree, I remembered a good boy but if you show your weak point to anyone they will try to take benefit, so, he also started to treat badly to me, later he said he did this because i always give him tension, sometime cooker blast, sometime room gets dirtier,
sometime fire bell rang due to too much smoke, you can contact everyone and verify as well. I wish success for Mr.Arpan Dahal as well, i wish he will also become billionaire soon and all his family members , hope they buy Bmw and Ferrari soon with these formula , which body will share with you, since they dont want to see your success.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
After then, I move to New York, New York is more expensive than Texas, I landed at night by plane and stayed in Punjabi hotel, at night, then i started searching for work and room to stay, then i myself without knowing anything in that area, I moved to street in Jackson Heights, New York, met Mr.Rudra Pun, employment agency in New York, he arranged all kinds of low level jobs for mostly Nepalese people, then Mr.Narayan Gopal Risal‘s dad took me to their room in New York with bags, then I met Ms.Shova Bista, Ms.Simon Bista, Mr.Keshab Basnet, Mr.Sambhu Bista, they are very good people they allowed to stay in their apartment in New York for free, Mr.Sambhu Bista drive Taxi in New York, since I am new in New York, I started asking how much taxi cost, what is the procedure, she explain me that taxi will cost 2500$ , and you need New York license to drive in taxi in New York, I found from other people in that area, Mr.Sambhu Bista is very hardworking man, drive taxi day and night to keep their family happy, other people were saying, so, what other people are saying in New York , we have to believe without doubt, I also saw, her daughter dancing in room , then I remember I said, for your daughter during marriage time, Boys will come in line since she is so beautiful, and also dancing talent, they laughed at me, Mr.Keshab Basnet I met in New York , he also became good friend of mine, we both don’t know what to do, if I met him now, I can suggest what to do, since I am also student in USA, not even graduated, Mr.Keshab Basnet, if you are reading this, I miss those time with you, and Bista family, Mr.Sambhu Bista took us New York in his taxi and roamed everywhere, I met Mr.Narayan Gopal Risal ‘s father as well, after seeing me he recognized me. Then , he suddenly said, yo pani aako xa! Mr.Narayan Gopal Risal is very good man, including his dad and mom , they are also god to me, but yes always go for saving and do not want to spend money, I wish helped them for professional job, but even my pocket is zero that time also even now dated 19-07-2025.But, if I get success, I will deposit money to everyone’s account. Mr.Keshab Basnet also driving in Taxi in New York, later I found. I also remember bad behaving with them, later I regret and told them sorry, I told them 22 years in New York, still leaving in one room apt and no personal house. With this line, Narayan Gopal Risal’s dad got angry with me and told me, laat haner nikaldinxu, “ta jasto 10 jana palna sakxu” , ie in English: he can hire 10 people like me. They all are very good people, I should not say this, this lines can hurt them, but I have nothing to do, how can I help them as I am also student in USA. Truth, I am kind of guy, want to deposit everyone people in Nepal for full account as much as possible, but even currently in the name of property I have mobile and laptop, and 2000 ic in mobile but yes dream and thoughts are big, with higher imagination and dreams and have will power to work hard and day and night to remove poverty not only mine but whole Nepal country. Yes, I will do whatever it takes to take Nepal to become richest country in world. Mr.Narayan Gopal Risal is dad’s friend, his dad have shop in Thamel, my dad used to work there, yes its true, Mr.Narayan Gopal Risal dad told people in apartment of Bista family then only I knew about my dad.
I wish success for them everyone, I met in New York, and hope they are reading my about to be success story and they also become billionaire.
Actually, I do not have bad thoughts in my mind, i only focus in work, i hate backbiting, talking behind back, I like people who complain directly in face and tell the truth instead of lying.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
I cannot afford to stay in USA, New York, since very high expenses, truly saying, I hate doing low level jobs, i want high class jobs high profile jobs, professional jobs like business , software, technology business, then my dad: “Mr.Niranjan Bhaumik” called be back Nepal then, I joined Himalaya College Of Engineering and completed computer science and information technology degree, then I met, there, in college Ms.Prekshya Shah, she is topper of my class, Mr.Pushan Maharjan also talented , Mr.Aavish Bajracharya, Mr.Ruby Maharjan, Mr.Tejila Bajracharya, Mr.Aakriti Maharjan, Mr.Bikash Basnet and Mr.Rajan Poudel, Mr.Manish Maharjan, Mr.Brishan Bajracharya, Mr.Bikash Bhandari I am among top 5 students in college, I remember only topper of classes and yes Mr.Alice Shrestha and Mr.Abhishek Shrestha, Mr.Yuvraj Pandey my teacher in Himalaya College Of Engineering,and Mr.Pawan Giri, also very good teacher of mine. Mr.Centos Risal taught me privately four subjects so that I can pass all subjects , he is also very good man. Ms.Suraksha Neupane also teacher in Himalayan College Of Engineering, she also taught me privately in Restaurant in Baneshwor, Kathmandu area.
I wish each and everyone of them for huge success and become billionaire soon like me about to be after billion , Ill move to trillionaire with this formula of success.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
Mr.Amar Raj Joshi is also close friend of mine I met in Himalaya college of Engineering, I heard he is in Australia now with his wife Ms.Surchi. After I success, I will surely call them all to meet my house. While I was staying in Baghbazar, I meet Ms.Meena Rokaya, she stayed first floor of house, we played cricket together, After I success Ill deposit in her account as well.Yes, I ll try my best to deposit in everyone people of Nepal account especially then others people country. She used to call me raju dai, “Raju” is my nickname everyone who knows me call me in that name. But yes I love research ideas technology, innovation , development change dreams ,desires with positive attitudes always looking for ideas to implement, Truly saying, my life changed after I met love of my life god, princess, queen, my love, my wife “Ms.Moumita Manna Bhaumik“, she gave me these all idea of TheSpaceView and also Suryaimport, very much talented girl, and yes she can sell you in market, you can’t fool her, she will find out truth anyhow. I wish, all my friends in Himalayan College Of Engineering for huge success like me or about to be highly successful Businessman and Yes, I wish they will all become billionaire soon specially to my private tutors: Mr.Centos Risal, Ms.Suraksha Neupane, Mr.Pawan Giri, Mr.Yuvraj Pandey, Mr.Himal Chand Thapa and all my teachers AND also receptionist in my college, who taught me in college, my teachers in Himalayan College OF Engineering, I forgot her name, hope they are reading this, and i wish their dream also come true, and they become billionaire soon and buy whatever they want BMW, Ferrari and whatever they wish.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
I hope Ms.Meena Rokaya, Mr.Amar Raj Joshi and Ms.Surchi, including Mr.Khitij Banjade are also reading this letter and become billionaire soon with this secret formula of success.
In this line, Ill mention my family Names:My dad name is “Mr.Niranjan Bhaumik” , my mother name is “Ms.Anuradha Bhaumik” , my married sister name is:”Ms.Munmun Bhaumik Patil” after she married with “Mr.Abhijit Patil”.
Ms.Rekha Manna and her whole family like god to me, very good peoples including my wife name”Mr.Moumita Manna Bhaumik” her father name is “Mr.Punya Manna”, and sister “Ms.Moupiya Manna” .Her mother,” Ms.Rekha Manna” is also very good girl, later I found that they are among richest people in the Daspur Area, West Bengal or Kolkata, India. Ms.Rekha Manna became my mother-in-law. I wish success for them as well, including everyone in their family. Hope, she and everyone in her family become billionaire including “Mr.Suman Samanta” and his family. I like to mention my wife’s mother sister names and her family. “Sikha Samanta” is my mother-in-law’s sister , she have two childrens “Mr.Suman Samanta” and “Mr.Suraj Samanta”.
Actually, saying I love her truly and all the member in her family, like my own family. And yes, I love Nepal vey much including each and everyone people living in Nepal, later you will found out, what I have done for you guys.I , myself, Nepali, Mr.Raj Kumar Bhaumik.
For people in Nepal, use the online store[www.suryaimport.com] to shop in Nepal.
For people in USA, use the online store[www.surayimport.us] to shop in USA.
www.thespaceview.com is my wife idea, this will be launched worldwide, it’s like youtube, but youtube is video sharing site but spaceview is platform where you have all the features of youtube including audio, text and image. Ms.Moumita Manna Bhaumik she is very talented and intelligent and you cant win her in anyway, if you talk with her you can understand, how much really talented she is. I wish success for them as well, including everyone in their family.Hope, she and everyone in her family become billionaire soon.
I will mention, Mr.Salvin Shrestha and Ms.Salviah Shrestha, who are my landlord daughter and son , they are very good and yes helped us a lot regarding everything, people keep things secret, but i do not mind to announce them publicly, Them Ill mention , Ms.Reena Shrestha, who is like god to be she, personally took me from home and joined me Xavier Academy, Lazimpat and Kathmandu, In Nepal, She is Mr.Binod Shretha’s own sister, She is the real one who showed me light of knowledge and joined me in College for college degree. I wish them all success from my heart hope their dreams come true and they also become billionaire.
I’ll mention, Ms.Reena Shrestha, who called me her home, Mr.Sushant Dhunju, Ms.Reesu brother came to my house, I forget his name, to teach Ms.Reesu for science subjects, I went their I gave her practical knowledge , how you can overcome any problems of Science and Maths. But, practically she is not intelligent like me and can’t , later I found that She did dentist course. Now, She is a dentist and her brother do job in Kathmandu, her mother explained me, I asked them why not business, you all have clothes shops, she told me currently he is doing job. I wish them all success from my heart hope their dreams come true and they also become billionaire specially to “Ms.Reena Shrestha” and her family who made my life , hope they become richest family in Earth also specially to “Ms.Reesu Shrestha” and her brother “Mr.Sushant Dhunju”.
I hope you are reading this letter and get your dreams come true, my specially godmother “Ms.Reena Shrestha”.
Mr.Anjil Joshi is a Xavier Academy student, my college friends , I know him very well, He is Sudin’s relatives, I have Googled , found that he is doing modelling. I wish all the best to their future and family, hope they achieve their dreams , read my success story and books and they also become billionaire and success.
For people in Nepal,
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
Mr.Anjan Basnet, Mr.Abhishek Shrestha, Mr.Kushal Bhattrai, Mr.Prasun GC are also my friends of Himlayan College Of Engineering, they are also very good people, but I wish all the best to their future and family, hope they achieve their dreams , read my success story and books and they also become billionaire and success. Any confusions and questions they can contact us directly.
I wish Success for Ms.Sushila Poudel, Mr.Sujan Poudel, and all their family members-Hope to see you rich and success and billionaire soon!-All the best!
I wish success for Mr.Krishna Ghimire and his family members for success, rich and prosperity-Hope to see you rich and success and billionaire soon!All the best!
I wish Mr.Resham Baniya, his wife, Ms.Jyoti rawal and their daughter whole family for success and to become billionaire soon after reading this secret formula for success so that they can buy anything they want.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
I wish Mr.Benodit Shrestha, Mr.Subash Rai, Mr.Sudeep Tuladhar, Mr.Sandeep Tuladhar, Mr.Suraj Dhonju, Mr.Saurab Man Baniya , Mr.Sanzeet Tiwari, Mr.Tashi Wangdi Gurung,Mr. Shiva Raimajhi, Mr.Shreeya Shrestha, Mr.Celeena Tandulkar, Mr.Anusa Singh,Mr. Anusha Shrestha,Mr. Nirish Tandukar, Mr.Sony Nakarmi, Mr.Prarthana Koirala, Mr.Sajal Man Shrestha, Mr.Suyash Krishna Shrestha, Mr.Ankit Thapa, Keshav Yadav, Mr.Suraj Kumar Das ,Mr.Bishal Shrestha, Mr.Susan Shrestha, Mr.Atit Neupane, Mr.Tamanna Pandey, Mr.Brijesh Shrestha, Mr.Saswat Gorkhali, Mr.Swikrit Maskey, Mr.Leesa Maskey, Mr.Preety KC, Mr.Sambal Baskota, Mr.Aditya Basnet, Mr.Sophiya Thapa and everyone my classmates in Xavier Academy for success and become billionaire soon. Xavier Academy and all his family members all of my friends in Xavier Academy for all success and soon they become billionaire after reading these article and secret of success formula , follow the word and step described here. [I and Dr.Sulabh followed these methods and yes we are about to become billionaires and you all can do it too]
I also wish friends in Broadway Infosys, Mr.Yash Pradhan and his family, Mr.Sajan Kafle, Mr.Sushant Dahal for success and become billionaire soon and their dreams come true as well.
I also wish Mr.Dipak Bhunya and Ms.Supriya Aunty and his family members for success and hope to see them billionaire soon including their two sons “Mr.Suraj Bhunia” and “Mr.Sudip Bhunya”.
I also wish Mr.Sundar Lal Shrestha including all of his family members, his wife and son “Mr.Ayush Shrestha” for rich, success and happyness-All the best!Hope to see you rich and success and billionaire soon!
I also wish my uncle : Mr.Nemai Bhaumik and Ms.Mita Bhaumik” and his family members for success and hope to see them billionaire soon including their children’s:
Ms.Anima Bhaumik-All the best , be billionaire and show you can do it too. easy for you, show ur success to your enemies.All the best!
Ms.Suparna Bhaumik-All the best , be billionaire and show you can do it too. easy for you, show ur success to your enemies.All the best!
Mr.Rakesh Bhaumik-All the best , be billionaire and show you can do it too. easy for you, show ur success to your enemies.All the best!
Ms.Aparna Bhaumik-All the best , be billionaire and show you can do it too. easy for you, show ur success to your enemies.All the best!
Ms.Suparna Bhaumik husband :Mr.Dhiman Dutta -i wish to see you billionaire as well, all the best.
Read all secrets codes in details and contact us if there is any confusion.
I also wish success for everyone in Reliance International Academy, including all my close friends, teachers and all the staffs , I wish for your success as well , hope to see you billionaire soon! ok! All the best!
I wish success for my friend: Mr.Sakin Shakya , I wish to see him success and billionaire as well with these secret success formula.
I wish success for all my close friends in Reliance International Academy: Hope to see you success and become billionaire soon!and their relatives. I also like to invite them for success and shopping in our stores in Nepal from China, USA and India.
You can enjoy shopping in our online stores in any of these stores!
Nepal Store: www.suryaimport.com
USA Store: www.suryaimport.us
Germany Store: www.suryaimport.de
UAE (Dubai Store): www.suryaimport.ae
UK Store: www.suryaimport.uk
We deliver to Nepal, India and worldwide
1.Mr.Dipesh Bhatta and all his family.-my school best friend and yes good friend till now as well.
2.Mr.Nipesh Manandhar, Leena Mandhar and all his family members and their relatives.
3.Mr.Kamal Khanal and his brother and his all family and their relatives.
4.Mr.Anand Basnet and his whole family and their relatives.
5.Mr.Subash Chandra Bose and his all family members and their relatives..
6.Ms.Shangrila Shrestha and his all family members and their relatives.
7.Ms.Rajeshwori Singh Thakuri and his all family members and their relatives.
8.Mr.Lukendra Singh Thakuri and his all family members and their relatives.
9.Mr.Janak Bhandari and his all family members and their relatives.
10.Mr.Sanjay lama and his all family members and their relatives.
11.Mr.Rohit karki and his all family members and their relatives.
12.Mr.Rikki Dorje Tamang , his brother, and his all family members.
13.Mr.Chheki Sherpa and his all family members and their relatives..
14.Mr.Ramesh Khadka and his family members and their relatives..
15.Mr.Roshan KC and his family members and their relatives..
16.Mr.Susma Magar and his family members and their relatives..
17.Mr.Pratima Sigdel and his family members and their relatives..
18.Mr.Anup Pokhrel and his family members and their relatives..
19.Mr.Rojan Lama and his family members and their relatives..
20.Mr.Priya Lama and his family members and their relatives.
21.Mr.Sunil Lama and his family members and their relatives.
22.Mr.Suraj Subedi and his family members and their relatives.
23.Mr.Santosh Khatiwada and his family members and their relatives.
24.Mr.Sushil Thapa Magar and his family members and their relatives.
25.Mr.Basanta Lamichhane and his family members and their relatives.
26.Mr.Khem Lal Bhusal and his family members and their relatives..
27.Mr.Moti Krishna Shrestha[Especial to me: my teacher, guru, mentor, main reason of my success and his son :Mr.Binod Shrestha] and all his family members and their relatives.
28.Ms.Asmita Poudel and his family members and their relatives..
29.Mr.Bijay Gautam and his family members and their relatives..
30.Mr.Damodar Niraula and his family members and their relatives..
31.Ms.Durga Giri and his family members and their relatives.
32.Everyone in Reliance family students, staffs, and faculty members and their relatives..
33.Finally everyone in Nepal, I want to see you rich success and happy and billionaires with Bmw and Ferrari .All the best! and their relatives.
I also like to invite them for success and shopping in our stores in Nepal from China, USA and India.
34.Mr.Bhusan Kapali and family members and his relatives.
35.Mr.Manik, his son “we call Bittu” his sister and his wife and their relatives.
36.Mr.Manu Maity, Sons, Family members and their relatives.
37.Ms.Sanjhana in Thamel , her family and their relatives
38.Ms.Sabitri Bhunya , family members and their elatives.
39.Mr.Naran Bhunya, family members and their relatives.
40.Mr.Shukhdev Bhunya, Ms.Sunita Bhunya, their family members and their relatives.
41.Tisa Jewellers and all staffs and members and their relatives.
42.Mr.Mithu Agarwal , their family members and relatives.
43.Mr.Rahul Khadgi, their family members and their relatives.
44.Mr.Bishal Shrestha , family members and their relatives.
45.Mr.Dhurba uncle, their family members and their relatives.
46.Mr.Harsh Kandoi, Ms.Ritu Kandoi, Mr.Shyam Kandoi and their relatives.
47.Ms.Pooja, her members, and their relatives in Baghbazar.
48.Mr.Rahul, Ms.Neha her family members and their relatives.
49.Ms.Sanju Shrestha, her brother and all family members and their relatives.
50.Mr.Sujan Khadgi his family members and their relatives.
51.Mr.Thanesor Bhatta , his relatives and their family members.
52.Ms.Jyotsna Samanta, their relatives and family members.
53.Mr.Paras Khadka (You are specially invited with your family members and relatives, You are specially invited to shop in our online ecommerce store of Nepal for shopping and yes also for advertising purpose throughout Nepal will be broadcasted in Nepal TV channels.) [Contact our company and CEO for details]
54.Mr.Anish Pradhan, his relatives and family members.
55.Mr.Sarose Parajuli, his relatives and their family members.
56.Mr.Ashok Baral, his family members, wife and their relatives.
57.All faculty , staffs of Chitwan Guest House, Suraj, your sister, Sujhata, and small sister , along with your Dad , mom and your all relatives.
78.Sailendra (Sony Joshi aunty relatives) and along with your family members.
79.Thamel Pashmina Shop owner Mr.(Sunil Dai ), your sister “Pinky” along with your husband and dad, mom and relatives.
80.Ms.Teriya Magar [Our dancing queen] (You are specially invited to shop in our online ecommerce store of Nepal for shopping and yes also for advertising purpose throughout Nepal will be broadcasted in Nepal TV channels ) and all your family relatives and family members.[Contact our company and CEO for details]
81.Ms.Rohini Deuju and your family members and all your relatives.
82.Dev Corner Pvt Ltd, all staffs, members, owner, all family members, and all your relatives are invited to shop in our store.
83.Mr.Vickal Ghimire , your all family members and all your relatives.
84.Ms.Nanda Pradhan(Mam, you are specially invited as owner of building of our shop brand and yes your are special to us and allowed for special discount (Always welcome in our shop, think like your own shop) and Mr.Ayush along with your dad , family members and relatives all are specially invited.
85.Ms.Sarita Oli , your family members and all relatives are specially invited.
86.Mr.Sakar Khanal , your family members and all your relatives.
87.Ms.Aastha Ranabhat, your family members and relatives.
88.Mr.Deepak Jung Thakur, your family family members along with your relatives.
89.Ms.Tarumita Samal, your family members along with your relatives.
90.Mr.Anish , all members of Elance Digital Marketing staffs and all your relatives are specially invited.
91.Mr.Saurav Shakya, Mr.Suhev Shakya, Ms.Shovana Shakya, Mr.Suresh Shakya , along with your family members and relatives are specially invited to shop in our online store [www.suryaimport.com]
92.Mr.Rajan Poudel, your dad, mom and your beautiful sister , along with your family relatives, members are specially invited. [You are always welcome for special discount][Visit our online store for Nepal for shopping from China, USA, India to Nepal [www.suryaimport.com]
93.All players, staffs and members of Kathmandu Cricket Training Center(KCTC) , especially: Mr.Sudhir Maharjan, Mr.Manjoor Alam Khan along with his cute and handsome “son”, all my cricket players friend and brothers (Mr.Safal KC, Mr.Dilip Yadav, Mr.Sagar Khadka, Mr.Bhupendra Thapa, Mr. Sohan Rein, Mr.Jitendra Singh Thakuri, Mr.Sagar Pulami Magar, Mr.Suray Tamang, Mr.Dilip Rayamajhi ,Mr.Gyanendra Malla, Mr.Rit Gautam , Mr.Mehboob Alam.
94.All player, staffs and members of Velocity Arena- Nepal cricket school are invited for shopping in our online store[ www.suryaimport.com] especially: Our Nepal Team Cricket Coach: Mr.Binod Das, Academy Owner :Mr.Karan Ghimire and all players : Mr.Avinav, Mr.Ram Khanal, Mr.Rupesh Shrestha, Mr.Sujal Shrestha, Mr.Rit Gautam with your respected mom, and everyone in Velocity Arena. [For details contact our company CEO or customer support center]
95.Mr.Bivek Adhikari with family members and relatives, Mr.Bibek Karki (VR) and along with your sister, mother, with family members and relatives, Ms.Indira Prajapati with family members and relatives, Ms.Rachana Pathak with family members and relatives , Mr.Ayush Jangam with family members and relatives are invited to shop in our online store.[You guys are specially invited and allowed for special discount] Visit our online store for Nepal: [www.suryaimport.com] [For details, contact our customer support center or CEO]
96.Ms.Tenzing Mam Thamel, along with your family members and relatives are invited to shop our online store.[www.suryaimport.com]
97.Mr.Pawan Giri, your all family members and all relatives are invited to shop in our online store and also invited for secret of success.
98.All SBI Bank staffs, along with your family members and relatives are invited to our online store. and secret of success program.
99.All Machhapuchhre Bank Staffs in Lazimpat, Nepal , along with your family members and staffs are invited to shop in our online store and read Secret of success to become billionaire.
100.Sizrine Chaudhary [Machapucchre Bank, Lazimpat] and all your family members and relatives are invited to shop in our online store, and read our secret of success program.
101.All the staffs of Reliance International Academy, Reliance College and their family members are invited to shop in our online store [www.suryaimport.com] [Especially My favourite teachers: Mr.Moti Krishna Shrestha, Mr.Khem lal Bhusal, Mr.Basanta Lamichhane, Mr.Damodar Niraula, Mr.Rabindra Jung Thapa and Mr.Gyanendra Karki]
102.All the staffs and faculty and teachers of Xavier Academy , Lazimpat and family members along with your relatives teachers, administrative personnel, and support staff , are invited to shop in our online store.[www.suryaimport.com][Especially My favourite teacher: Mr.PRAKASH SHRESTHA and Administrative staffs: MS.RASHMI SHARMA MAINALI,MR.KRISHNA SUNDAR AWAL ,MR.PUSHKAR PRASAD SHRESTHA].[You are specially invited and allowed for special discount for shopping products of USA, China and India to Nepal].
103.Mr.Yash Pradhan , along with your dad and mom , and your all family members and relatives are invited to shop in our online store [www.suryaimport.com].
104.Mrs.Bhagawati Shrestha along with your husband, and family members and relatives, are specially invited to shop in our online stores.[www.suryaimport.com]
105.Mr.Sailesh along with your family members, and relatives are invited to visit our online store[www.suryaimport.com]
106.Mr.Dipesh Bhatta [My school best friend], Ms.Deepa Bhatta, along with your dad , mom and all family members including your relatives are specially invited to visit our online store of Nepal [www.suryaimport.com] USA[www.suryaimport.us] Canada[www.surayimport.ca] Germany[www.suryaimport.de] Dubai Online Store[www.suryaimport.ae], United Kingdom[www.suryaimport.uk]
You can enjoy shopping from any corner of world from these stores, we deliver worldwide.
107.Mr.Bikash Bhandari along with your family members, and relatives are invited to visit our online store
108.Mr.Amanda Maharjan along with your family members , and relatives are invited to visit our online stores
109.Ms.Ranjana Acharya Mam with her family members and all the staffs of Company Registerer Office in Tripureshwor, Kathmandu, Nepal along with relatives are invited to visit our online stores
110.Mr.Yuvraj Pandey, Mr.Himal Chand Thapa, Mr.Pawan Giri, Mr. Kishor Gautam ,Mr. Purna Bhadra Aryal ,Mrs. Kubija Devi Basyal, Er. Ashok GM , Mr. Achyut Panthi , Mr. Prem Bahadur Raskoti , Ms.Rushma Karki ,Mrs. Kalpana Poudyal ,Mr. Dhruba Lamichhane , Mr. Risi Ram Gautam , Ms.Mina Rai(Lama) all the staffs and member of Himalayan College Of Engineering are warmly welcome to visit our online store.
111.Centos Rijal and his family members and all relatives are especially welcome to visit our online store.
112.Ms.Suraksha Neupane with her family members and all relatives are cordially and heartedly welcomed to visit our online store.
113.Mr.Moti Krishna Shrestha, all of his family members, Especially , Mr.Binod Shrestha (more closer than my Dad), Ms.Reena Shrestha, Ms.Sabina Shrestha with her family members and all relatives are specially welcomed to visit our online store.
114.Mr.Mahat Prem Sir, along with his family members and relatives are specially welcomed to visit our online store.
115.Mr.Brijesh Shrestha along with his family members and relatives are specially welcomed to visit our online stores.
116.Mr.Susan Shrestha along with his family members and relatives are specially welcomed to visit our online store.
117.Mr.Amar Raj Joshi along with his family members and relatives are welcomed to visit our online stores.[Mr.Amar , you will always be special to our Suryaimport family and our Bhaumik family]
118. Mr.Khitij Banjade along with his family members and relatives are welcomed to visit our online store.
119.All teacher and staffs of Bethune Cookman University , Florida, USA are welcomed to visit our online stores from any corner of world, No worry we deliver worldwide.
120.All teachers and staffs of Daytona State College and all faculty members and family members along with their relatives are welcomed to visit our online store from USA. We deliver worldwide. [www.suryaimport.us] is official online store for people in USA to shop worldwide.
121.All teacher and staffs and their relatives and family members of Northlake College, Texas, USA are invited to visit our online store [www.suryaimport.us] is official online store for people in USA.
122.Ms.Reenu Shilakar and her family members with her relatives are specially invited to visit our online store.
123.Ms.Sushila Karki, Mr.Ram Bahadur Karki, Mr.Sugam Karki are specially welcomed to visit our online stores.[Note: You will always be special to our family and company , and deserved for special discounts.]
124.All staffs and member of Himalaya College Of Engineering along with their family members and relatives and specially all friends of Ms.Munmun Bhaumik especially Ms.Sanju Shrestha and Ms.Sisam Koirala along with her brother, mom, dad, all family relatives and relatives, Ms.Suparna Bhaumik, Ms.Aparna Bhaumik, Ms.Anima Bhaumik, Mr.Rakesh Bhaumik , are specially invited to visit our online stores.
125.All friends of “Mr.Resham Baniya” and his wife “Ms.Jyoti Rawal” along with his family members and relatives, and “Ms.Susmita Rawal” along with her family members and relatives are welcomed to visit our online store including all the staffs and members of Nepal Police Club, Nepal Army Club are invited to visit our online store.[You will always be special to our family and company]
126.Ms.Bhawana Fuchhe along with her family members and relatives are welcomed to visit our online store.
127.Mr.Mohit Nakarmi and Mr.Biplav Garnet Shrestha along with their family members and relatives are welcomed to visit our online store.
128.Mr.Sankar Bag and Mr.Dibakar Bag along with their family members and relatives are welcome in our online stores.
129.Mr.Sulabh Shrestha along with their family members and relatives are warmly and heartedly welcomed to shop in our online stores.
130.Mr.Sankalpa Khadka and his all family members along with their relatives are welcomed to visit our online store.
131.Mr.Swami Lama along with their family members and relatives are welcomed to shop in our online stores.
132.Mr.Tech Jung Dhamala along with his family members and relatives are invited to shop in our online stores.
133.Mr.Tarumita Samal, Mr.Anish Shah , all staffs and members of Elance Digital marketing along with their family and relatives are invited to shop in our online stores.
134.Mr.Sanzeet Tiwari, Mr.Bishal Shrestha, Mr.Aditya Basnet, Mr.Shishir Sharma, Mr.Suraj Dhonju, Mr.Subash Rai, Mr.Santosh Tamang, Mr.Suyash Krishna Shrestha, Mr.Ankit Thapa, Mr.Sajal Man Shrestha, Mr.Swikrit Maskey, Mr.Sambal Baskota, Mr.Atit Neupane, Mr.Saswat Gorkhali, Mr.Sudeep Tuladhar, Mr. Saurabh Man Baniya , Mr.Benodit Shrestha, Mr.Brijesh Shrestha, Mr.Keshav Yadav, Mr.Sakar Khanal, along with their family members and relatives are invited to shop in our online store.[You will always be special our heart and company and always be welcome for special discount].
135.Mr.Kabbi Khadgi along with their friends and family are welcomed to shop in our online stores.
136.Mr.Kishor Hait along with their family and relatives are welcomed to shop in our online stores.
137.Mr.Pratham Khadka, Mr.Gunjesh Sainju, Mr.Abhishek Shrestha , Mr.Manik Shrestha , Mr.Bibek Parajuli, Mr. Anjan Basnet, Mr.Utsav Baral along with their family relatives and members of family specially invited to visit our online store.[You will always be special to our family and company and yes allowed for special discounts.]
138.Mr.Karan Ghimire along with his friends, family and relatives are invited to visit our online stores including all the staffs and players of Velocity Arena Cricket Academy.
139.Mr.Ajit Mukherjee along with his friends , family and relatives are welcomed to visit our online stores.
140.Mr.Sushil Thapa Magar of Reliance International Academy along with his brother and sisters , all family members and relatives are welcomed to visit our online store.
141.Mr.Sushil Shrestha , SMS Shrestha( Restaurant Owner) , along with his wife and cute son, are invited to visit our online stores.[Your all family members and relatives are welcome for shopping in our online stores]
142.Mr.Zubin Shrestha and all of his family members and relatives are invited to visit our online stores.
143.Mr.Bishal Kandel, mom, dad along with his family members and relatives are welcome to visit our online store along with all the staffs of Unique Guest House, Baghbazar.,
144.Mr.Kailash Chettri , along with his family members and relatives are welcome to shop in our online stores.
145.Ms.Sophiya Thapa along with her family, brother and sister and all relatives are welcomed to visit our online stores .[Your presence or online order from our store will be highly appreciated].
146.Mr.Ricki Dorje Tamang, Mr.Raju Gurung, Mr.Shishir Sharma, Mr.Amanda Maharjan,Mr.Kamal Khanal,Mr.Anup Pokhrel, Mr.Anish Ghimire along with your family members and relatives are specially invited to visit our online store.[You will always be special to our family and company].
147.Mr.Pramod Kandel, Mr.KR Pant ,Mr.Dinesh Dawadi, Mr.Prabhat Dawadi, Mr.Nishant Koirala, Mr.Shiva Raimajhi, Mr.Nabin Khatri, Mr.Gyanendra Karki, Mr.Santosh Tamang ,Mr.Roshan Pandey of Reliance International Academy, along with his family, brothers and sisters and all family members and relatives for online shopping in our online store.
148.All family, staffs and teachers of Budhanilkantha School are welcomed for online shopping in our online store.[You will always remain our heart and special guests to our company].
149. All the friends of Mr.Salvin Shrestha, Ms.Salviah Shrestha, all the teacher and staffs of Galaxy Public School and their relatives , Kathmandu are warmly and whole heartedly welcomed to shop in our online stores.[You will always remain special our family, heart and company]
150.All the family members and relatives of Mr.Rahul Gupta, Mr.Sarose Shrestha and Mr.Sarose Lama, Mr.Kamal Thapa, Mr.Nabindra Man Shakya, Mr.Jonash Shrestha, Mr.Bishal Aryal, Mr.Pratik , Mr.Suray Sir, Ms.Sahanshila Shrestha, Ms.Padma mam(all the staffs and teachers and members of Siddhartha Shishu Niketan) are welcomed to shop in our online store.[You will always remain special to our heart, family and company].
151.All family members and relatives of Neeraj Shrestha, Gebin ,Bishal Khadgi and Rahul Khadgi are specially welcomed to visit our online store and enjoy shopping with us.
152.All the family members and relatives of Mr.Arpan Upadhaya, Mr.Anish Ghimire, Our Special Teacher: Er.Ashok GM, Mr.Damodar Niroula, Mr.Manishankar Maity, Mr.Bibek Shrestha, Mr.Laxman Adhikari, Mr.Arbind Bahadur Basnet, Mr.Tarun Manna , Mr.Kumar Ghatani, Ms.Pampa Majhi, Mr.Sumit Majhi, Ms.Sushmita Majhi, Mr.Manoj Dhungel, Mr.Nipesh Manandhar, Mr.Rajes Rajbhandari, Mr.Rupesh Shrestha, Mr.Utsav Baral, Mr.Raghav Swar , Mr.Nirish Tandulkar , Ms.Sushmita Manna Choudhary, Mr.Sampanna Pokhrel, Mr.Suman Shrestha, Ms.Prabina Karki Gautam,Ms.Shreeya acharya, Mr.Subash Budhathoki, Ms.Ranjana Acharya, Mr.Tarun Singh, Mr.Sanjeev Malik, Mr.Sakar Khanal, Ms.Mimangsa Chude, Mr.Ashish Gurung, Ms.Paru Khadka, Mr.Yuvraj Pandey, Mr.Dambar Khadka, Mr.Avinav, Mr.Ishwor Dhungana, Mr.Arup samanta, Mr.Kamlesh kandel, Ms.Durga Giri, Mr.Mohit Nakarmi, Mr.Sujan Nepal, Mr.Narayan Dhmala, Mr.Krishna Dhamala, Mr.Koushik Papia Bhunia, Mr.Sadikshya Gortoula, Ms.Anisha Regmi, Mr.Danbahadur Khadgi, Mr.Jagdish Bhatta, Mr.Bikram Bera, Mr.Bibek parajuli, Ms.Sharmila Adhikari, Mr.Pratik kanth, Mr.Bhupendra Thapa, Mr.Dibesh Shrestha, Mr.Pranab Pradhan, Mr.Bikah Khadgi, Ms.Tulsa Adhikari, Mr.Kabi Raj Risal , Mr.Saswat Gorkhali, Mr.Kishor hait, Mr.Saagar Shrestha, Mr.Dilip yadav, Ms.Sushma Magar Gurung, Mr.Nawraj Poudel, Mr.Ujjwal Shakya, Mr.Sevika Dangol, Mr.Bipin Karki,Mr.Priya Lama, Our Special teacher: Megha Adhikari , Mr.Ahok Mahar, Ms.Mina Shah, Mr.Dikesh rai, Ms.Pragya panthi, MS.Anzel Basnet, Ms.Pratima Sigdel, Mr.Yudish basnet, Mr.Prasoon Gc, Ms.Samjhana Shrestha, Mr.Binay Sharma, Mr.Biplav garnet Shrestha, Mr.Saikat Shreya Kapat, Mr.Manik Shrestha, Mr.manish Gurung, Mr.Ashok Mahor, Mr.Yudish Basnet, Mr.Swagat Shakya, Mr.Prasoon Gc, Mr.Rojan Lama,Mr.Sunil lama, Mr.Nipesh Manandhar, Mr.Saurav Singh Pela, Mr.Srijana bastola Prasai, Mr.Prajwol Niraula, Ms.Menuka Kathett,Mr.Dhananjai Desai, Mr.Ashim Poudel, Our special teacher : Mr.Rameshraj Poudel , Ms.Bins Joshi Tripathi, Mr.Roshan prajapati, Our Special Teacher: Mr.Hari Pokhrel and Mr.Lekha Adhikari, and Our Special Guest: Mr.SS Alam are all invited to visit our online store and enjoy shopping with us.
153.All the family members and relatives of Mr.Progress Shrestha, Mr.Surendra jayana, Mr.Sujan Malik, Our Special teacher:Mr.Sitaram Dangol, Mr.Raju Gurung, Mr.Sms Shrestha, Mr.Lal Chandra Gautam, Mr.Himanshu Chaudhary, Mr.Bibek Kc, Mr.Rupesh Shrestha, Mr.Dilip Manna, Mr.Ameer Rokaya, Mr.Sisam Koirala Poudel, Ms.Mingma yangi SHerpa, Mr.Suyash Krishna Shrestha, Mr.Anil Neupane, Mr.Sunny Dakale, Mr.Tsering Lama, Mr.Sarita Lama, Mr.Sadikshya Sadaula, Mr.Ranjit Manna, Ms.Rubie Maharjan, Mr.Sanjay Lama, Mr.Bikash Bhandari, Mr.Nawal Bansal, Mr.Bikesh Deuju, Mr.Gaurav Nirwal, Mr.Rupesh Gurung, Ms.Tupu samanta, Mr.Pasang Nima Sherpa, Mr.Vivek Raj Karki, Mr.Sujan Adhikari, Mr.Manoj Karki, Ms.Asmita Poudel, Ms.Praggati Chaudhary, Mr.Dilip Raj Poudel, Mr.Manish Thapa, Mr.Prasiddha Acharya, Mr.Aashish Gurung, Ms.Ful Kumari Poudel, Mr.Rupesh Gurung, Mr.Sundar lal Shrestha, Mr.Kamuriddin Miya , Mr.Harka Raj Joshi, Mr.Nishant Koirala, Ms.Apsara Basnet, Our Special guests:Ms.Prarthana Koirala, Ms.Subriti Koirala, their brothers and all family members and relatives, Our Special guests: Ms.Sony Nakarmi , Dr.Rajeev Nakarmi, all family members of Sony Nakarmi and relatives , Mr.Rupesh Gurung, Mr.Mahesh Regmi, Mr.Susan Shrestha are invited to visit our online store. I hope you will enjoy shopping with us.
154.All family members and relatives of Miss.Pranisha Shrestha Khoju, her husband, Mr.Rozendra Khoju, her brother sister and mom , including her mama, Mr.Rajan Shrestha and Mr.Jiten Shrestha are invited for online shopping in our online stores.[You are specially invited and very close to our family and company and allowed for special discounts].
———————-*—————————————–
I wish to invite my dad’s business friend partners for success as well. I hope to see them rich success billionaires as well not with santro or alto but yes with BMW and Ferrari. All the best!
I also like to invite them for success and shopping in our online stores in Nepal from China, USA and India to Nepal.
You can shop from any of our online stores:
USA [www.suryaimport.us]
Canada [www.suryaimport.ca]
Germany [www.suryaimport.de]
Dubai [www.suryaimport.ae]
Nepal [www.suryaimport.com]
We deliver India, Nepal and worldwide!
1.Soni Joshi and all of her family members.
2.Pradeep Joshi and all of her family members.
3.Geeta Joshi and all of her family members.
4.Pranisha Shrestha, Rumika Ramtel, Rozendra Khoju and all their family members, including Pranisha bothers and small sisters., they know me very well and I know them as well.
5.Hasmukh Umatya and his family members
6.Elsa Pradhan and his family members and her brother.
7.Tarumita Samal and Anish, Bijay of Elance Digital Marketing all of his team members including each and every member of their family.-Hope to see you rich and success and billionaire soon!
8.Mahesh Tandulkar, Ishwor tandulkar, Bibek Tandukar, Oshin Tandukar and Mike Maharjan and all of his family members.Hope to see you rich and success and billionaire soon!
9.Sachin Tandukar and his family members.Hope to see you rich and success and billionaire soon!
10.Everyone who knows me and or dont know me.-Hope to see you rich and success and billionaire soon!
11.I also wish huge great success for Bapi Chaudhary or Himadri Chaudhary, Sadesh Chaudhary his daughter and his family including Hari Narayan Choudhary, Uma Choudhary, for rich success and billionaire.
12. I also wish success for Baneshwor Bhunya, Tara Padak Bhunya, Boney, Koushik Papia Bhunia, Deepika , Ravi brother and his family for rich success and billionaire.
13.I also success for Laltu Manna, Champa Manna and his family members – Bulti Manna, Tarun Manna.Hope to see you billionaire soon!All the best. Show your success to everyone that you can do it too!
14.I also wish Success for Pampa Majhi and his family members, including Sushmita Majhi and his brother.Hope to see you rich and success and billionaire soon!. All the best!
15.I also wish Success for Bill Gates and his family members, including Jennifer Katherine Gates and his brother and family members .Hope to see you rich and success and billionaire soon!. All the best!
16.I also wish Success for Rimi Sen and his family members, including their family members.Hope to see you rich and success and billionaire soon!. All the best!
17..I also wish Success for Sunny Dakale and his family members, including their family members.Hope to see you rich and success and billionaire soon!. All the best!
18.I wish success for everyone who don’t know me, hope to see you billionaire soon! All the best.Show your success to world!
19.I wish success for Aashish Prajapati and Mr.Arif Sk for their success. Hope to see you billionaire soon! All the best!
20.I also wish success for Abhijit Patil and his all family members, Aahana Patil, including Indrajit Patil, his wife Pratikshya, and all his family members . Hope to see you rich success and billionaire soon!All the best!
21.I wish success for Ms.Meena Rokaya and her all family members for their success. Hope to see you billionaire soon!
22.I wish success for “Mr.Shekhar Achrya”, “Mr.Chaitanya Kharel” and his son “Abhiskar Bhattrai” and his all his family members for rich, success and happyness for you.Hope to see you every member of family billionaires soon!All the best!
23.I wish “Naran Maity” and his son “Ankit Maity” and “Laxmi Maity” and all members of his family to be successful billionaire with BMW and Ferrari. Hope to see them rich and sucess and happy!
My introduction and all single details included in this site.
Now, In this line I’ll mention , Everyone who worked in Suryaimport, and make this project successful:
First, Mr.Aashish Prajapati is the starting one who lives in Bhaktapur, Kathmandu, who did coding and website building,for Suryaimport, he made calculator files of our company from top to bottom. I met him in Exam center in Kathmandu, he is the topper of Nepal in that year in the course of CSIT, IT field. Yes, very intelligent in programming , coding, website building and also SEO. I enjoyed really a lot working with him. He will ask you every details of solutions and answers of our company secrets, so that he can really program it for building calculator files to run smoothly in all devices, which are uploeded in calculator section of files.He will also ask you answers of tricky questions which are hard to answers like special calculators file for people ordering mix clothes with different sizes and colors.

Mr. Aashish Prajapati
All design part of Suryaimport is done by Nepal’s top company in Design sectors, TheSquare Designs.


Mr.Raj Shrestha
Mr.Raj Shrestha is very intelligent in the field of designs work, They are top people field in the sector of designs. If you provide rough designs to their company they will send you professional eye catching designs to you back. For professional designs, you can contact him and their company including banner designs, catalogue and big posters with colorful designs.

Mr.Pushan Maharjan
Mr.Pushan Maharjan did IOS and Android version of Suryaimport, which is currently down from App store since, higher and complex and updated version is on process. The application will be updated and installed in App store after it is complete.He, will be remembered for developing Suryaimport Applications. Pushan is very intelligent in the fieled of directing employees for App development. He is the one to call our company and to suggest us to set up alipay account for more better product display of Suryaimport Company. His character and intelligent both very good. Mr.Pushan is working in Fish App Factory in Kirtipur, Kathmandu currently.

Mr.Bibek Maharjan
Mr.Bibek Maharjan is friend of Pushan Maharjan, he and Bibek both worked to develop working App for Suryaimport Company. which is currently down from App store since, higher and complex and updated version is on process. The application will be updated and installed in App store after it is complete.

Dr. Sulabh Kumar Shrestha
Dr.Sulabh Kumar Shrestha is a surgeon/doctor and also technology expert who did complete final coding of website of our company Suryaimport, the current updated version. My college friend, my best friend and yes 10% owner of this company, Suryaimport in Nepal. He is intelligent in Medical field, as well as technology field, very good doctor, Surgeon in Nepal and very good person as well. He is currently working in Tarakeshwor City Hospital. All the contact informations are given in website and also you can contact through website.

Ms.Nabina Shrestha
Ms.Nabina Shrestha is the first employee of Suryaimport. She worked as customer support executive.She worked for one month in our office and then she left jobs and resign from our company because of Corona Pandemic times. Since, Nepal was closed for long time, she resign from our company because we were not sure how long Nepal will be closed, since we have to keep paying for salary she decided to resign and call her back whenever company needs her. We liked her work very much.

Mr.Rikit Shahi Yamato
Mr.Rikit Shahi Yamato have worked in Suryaimport as intern and trainee and as employee as well in our office for one month.He have great skill and talented with proper direction and suggestions, he can handle the task given to him.With proper experience , he will improve and yes can work in our office.

Ms.Supriya Bhunia
Ms.Supriya Bhunia is an expert in our company have worked for products carriage from Kolkata to Nepal.
She is properly trained and great skill in products carrying from India to Nepal.

Ms.Tarumita Samal
Ms.Tarumita Samal is the girl behind marketing prospects of Suryaimport in Nepal. She is the owner of Elance Digital Marketing Company, situated in Chabhil. She handles all the marketing process in facebook throughout Nepal.

India to Nepal Bus Head Controller
Mr.Arif Sk
Shree Krishna Travels, Use this No to track products from India To Nepal:+91-9046666188 (Whats App)[Note: Please speak in Hindi or Nepali, it will be more better since bus leaving from India]
Bikesh Deuju, I meet in USA and also In Nepal, and his wife Roshni Shrestha, include his mother and father very good people, He came at my house in Baghbazar, he explained my dad whatever he knows, he is an engineer in USA, he have knowledge in that field and he explain in USA people earn a lot after graduation.
Personally, www.suryaimport.com is for Nepalese people so that people can shop from US, India and China to Nepal for service charge only where we keep 1% of product price in our pocket minimum possible and rest 9% are used in expenses to run the company of staff costs , warehouse rent, bank charges, customs , tax and many. Then, I opened online store for people in US, Germany, Canada, UK, Dubai . they can shop in my store internationally in my websites: sites list are: www.suryaimpor.ae for Dubai, www.suryaimpor.uk for London, www.suryaimpor.ca for Canada, www.suryaimport.de for Germany, www.suryaimport.us for USA.
Then, I registered www.thespaceview.com– which is in my name it’s a audio, video, text and image sharing site launching worldwide for people around the world.
For any questions, and confusions and complain regarding our content we broadcasts in our site, directly contact us to CEO or company customer support centers no in USA, UK, Germany, Dubai ,Canada and Nepal, all contact informations are mentioned in site.
For police complain regarding our content, type: police headquarter in area name ie police headquarter in US, UK or any country with area name , and you can file complain regarding our content to police, Note: Always speak truth to anyone no mater how bitter it is, Truth always wins. Point to note: In case you file complain to police, truth will win whoever have proofs, so, if you are right you will win, if i am right ill win for sure, so, before you complain anything to police , think is it necessary, he is doing something good for everyone, wants successful and peaceful life for everyone. If you thing site content is hampering others, then go for this action but first contact us, we will review, change the content or make it right.
Saurav Shakya, Suhev Shakya, Shovana Shakya and Suresh Shakya have jewelry shops in Dillibazar, Kathmandu and we know them very well. They know me and I know them. Yes, I have went their houses and repaired their computer.
Anusha Singh is one of my close friends, we met in entrance exam of CSIT, Deerwalk Institute of Technology, She is also one of talented girl working as a software engineer in Raindrop Incorportation.
Sudin Acharya, I met in in Himalyan College Of Engineering,I hope for his success and soon he and his family become billioaire as well, Sushant Dhonju is Reesu brother, her mother called me home to teach Reesu , science and maths. I teached her personally science and Maths ,I forget exact address of her address probably Ason or Dillibazar, but yes they have clothes shop in Ason , Reena’s husband is small shop owner or businessman in Ason, Kathmandu area. I wish Reesu family also become billionaire as well.
Amir, Samir and Prakash Sharma Gautam I met in USA , in Texas, they were studying their favorite subjects, specially mechanical engineer, software engineer and probably history not 100% sure.I wish they are reading these article too, they also become success and become billionaires.
I wish all friends and family members players in KCTC for success and hope they become billionaire soon following these proven techniques, especially: Safal KC and his family members, Mehboom Alam or “Mr.Manjoor Alam Khan” , Binod Das, and all his family members and our coach “Mehboom Alam son” as well , I wish to see him billionaire and success as well. They have taught me batting in professional cricket academy in kirtipur academy. Ram Khanal, Rupesh Shrestha, Sujal Shrestha, Sohan Rein , Rit Gautam and his all family mebers , specially to his mother as well, I met her in cricket academy, Jitendra Singh Thakuri, Suray Tamang, Sagar Pulami Magar, Saagar Khadka, Dilip Yadav, Bhupendra Thapa, I wish to see them billionaire as well, all the best you all do it, buy ferrari bmw whatever you want after success but don’t forget me.
I also wish “Saagar Saawargi” for success to become billionaire and buy whatever they want through this success secret formula.
I also wish specially to” Mr.Dambar Khadka dai” for success and be billionaire soon and hope your dreams become true and success as well including my like brother “Dipen Shrestha” and Menuka Kathett” , hope to see you success and billionaire soon, “Sms Shrestha” and “his wife and son”.also “Pintu Ghorai” and all his family members.
I wish success for relatives family members to be rich, success and billionaire for Alok Midya, Priya Midya, My special sister “Krishna Midya”, Shuvam Midya, also Sompa Bera, Sambhu Bera, Sujay Bera and all his family members for success , and hope to see them billionaires soon and also rich, success and happy.
I also wish for Pushan maharjan, Bibek Maharjan, Abhishek Shrestha, Rachana Pathak, Indira Prajapati, Rajan Poudel, Manoj Singh karki and all his family members wish for rich success and happy hope to see you billionaire as well. All the best.God bless you guys all.
“Your Success Is Our Success”
Goodluck, All the best for everyone around the globe.
7.Please note important points:
Please read the book written by me:The secret of success, Raj Kumar Bhaumik uploaded in website:www.suryaimport.com-Download book for free. For my views and opinion for succees in life and business for happy, healthy and prosporous life.
Always be thankful to god after you wake up and never forget to do yoga, pray and exercise in morning.
Develop a product useful for everyone and after you sell it you become a businessman.
8.There are 1.9 billion windows users, 100 million mac users, 3.9 billion android users and 1.6 billion IOS users, so market is huge for book sale, app sale and opportunity in internet.
————*—————————–
9.How to view Source codes of any websites.
Open site in google:www.google.com:enter site name:www.suryaimport.com, after site opens right click mouse and press inspect or click with 2 fingers together in pad of laptop, click on inspect, then you can see all the codes of the site.To view details cods for single point, press on left side of box, ie:Cntrl+shift+c
ie:Select an element in the page to inspect it
You can view every single details of all codes including html css and javascript all files.
10.How to edit any code of website
Downlaod Visual Studio Code, and open a new file and copy and paste all codes over there.Edit the code anyway you like and save them as .html and open it, anytime you like.
11.Contact Us if you want to send money from India to Nepal Bank Account.A/c.Our company website:www.suryaimport.com
12.How to study any subject syllabus of USA top universities for free just needed internet and computer from anywhere?
Google as: Syllabus for Computer Science For Harvard University or Syllabus for History For Stanford univeristy
13.Contact Us if you want to open bank account in India, we can help you with this as well.Contact our customer support center or email to CEO.
14.Also Contact Us for jobs, business ideas, or interested in company shares, or interested in investment in our project ideas.
15.Contact Us if you need any kind of product from India, China, USA, Website Building, SEO, Application Development, Book Writing, Blog Writing, Content Writing, Programming source codes for any project.
16.For Police Report, to any of center in India, USA or Nepal to our company contact headquarter of police in that area:
To do that:Google:Police headquarter in (Area Name) eg:Police Headquarter in Delhi, Nepal , USA, India
17.I have attached all my source codes for simple to complex project files and all details, you can use them for free to launch your own project or your own company , including advertising networks and codes and details, Go them throughly. All the best for your success.
18.My Dream Project In Nepal :I always had dream to make Nepal like USA ; Nepal to be known as developed and richest country in world.
MY DREAM ABOUT NEPAL:
498058-Registered industries
142223-Acc&Food
Enterprises:
233214-PVT LTD
1608 -Public Industries
60000-Industries
923000-Nepal Registered Companies
Manufacturing Industries:56,611
Large:5017, Small:51,594
9085 Registered Industries
34101 Street Business
No of jewellery Shops in Nepal:255
Our plan is to (My) to export products of Nepal to 194 countries, with 3D images+Video, No of Microcompany estd: 779919, 219253 -Wholesale and Retail
Our company will provide:
Tiffin box or khaja, pocket money extra as well, bike and travel expenses to make the dream project successful to make Nepal like America.
19.Our Company Details:
Our Company
Suryaimport.com is a company founded by Mr. Raj Kumar Bhaumik to import products from China, USA, India, UK, Japan and Germany to Nepal for all kinds of products with 10% of service charge of product price where 1% is remained as profit of Company and rest of the money is expensed on salary of staffs and warehouse rent.
Suryaimport.com is founded to provide all necessary products imported from China, USA, India, UK, Japan and Germany for the people of Nepal for service charge only. Our Company promise you for product options from any ecommerce sites, 1% profit charge only, delivery on time , save your money for better and happy living and healthy life. We handle Custom, Payment and Logistic with 24*7 Customer Service.
“If we work together, we’ll lower the cost of living for everyone…we’ll give the world an opportunity to see what it’s like to save and have a better life.”
Today, “saving people money so they can live better” is the driving force behind everything we do.”
Please note “Suryaimport is opened not for profit oriented but yes service charge oriented where we charge exact 10% of product price no hidden costs where 9% is used in expenses of company and 1% we keep as company profit.”
Our Company Motto: To see you all rich, success , happy and prosporous and give you celebrity lifestyles for every customer to our company.
“HAPPY SHOPPING WITH US”
Short Introduction Of Owner
Mr. Raj Kumar Bhaumik
Founder, Owner
Mr. Raj Kumar Bhaumik went to United States to study computer science in Bethune Cookman University, Florida, USA and studied for five years. He also completed computer science and information technology from Himalayan College Of Engineering. He is expert in the field of computer science, software, export and import business along with ecommerce with office set up in UAE, Nepal, USA, Germany , UK and Canada .
Suryaimport as we know it today evolved from Raj Kumar Bhaumik’s goals for great value and great customer service. “Mr. Raj,” as he was known, believed in leadership through service. This belief that true leadership depends on willing service was the principle on which Suryaimport was built, and drove the decisions the company has made for the past 50 years. So much of Suryaimport’s history is tied to the story of Raj Kumar Bhaumik himself, and so much of our future will be rooted in Mr. Raj’s principles.
Special Message From Owner to All Customers
Me, Owner Of Suryaimport , Mr. Raj Kumar Bhaumik warmly welcomes everyone in Nepal in our online store for happy shopping with us. I humbly request you to take care of your health for happy , healthy and successful life ahead. Your happiness, success, health and quality life is more important to our company than profits. I humbly request everyone to follow these steps and download book written by me or you can buy from any online store or even from our store and follow the instructions properly for successful, healthy and quality life.
I humbly request everyone to follow these steps and enjoy shopping in our stores:
1.Please try to wake up at 5 and sleep at 10 o’clock.
2.Always be thankful to god after you wake up and never forget to do yoga, pray and exercise in morning.
3.Wherever you are, never forget to pray to god and whenever you are in trouble take the name of your religion God. “Hare Krishna”, “Jesus Christ”, or “Islam”. Always be positive in life and and ask god for all kinds of physical and mental health .I, myself believe in God, Manakamana, which is located in Gorkha, Nepal, through which I am successfull in my life towards every step of my life.
4.Health is more important than money, so take care of your health first and work later.
5.Always be positive in life , and never underestimate yourself. Always think if he can do it, why can’t I?
6.Yes, An idea can change your life , look for idea and and its proper execution will change your future.
Download and read book written by me for free to know things in details and to buy book please buy ir from any amazon, flipkart or any online stores from your country.
7.Mr.Raj wishes everyone for happy, healthy and successful life.
8.If you want any products from our online stores for installment , please contact us, we will try our best if its possible from our side. [Sorry: We cannnot provide products for for free but yes for 10% service charge of product price only where we get only 1% profit and 9% is expensed in staffs salary and warehouse rent and transportation, tax , currency exchange charge, bank charges and so on.]
9.Always think big, ahead and international worldwide.
10.Never underestimate yourself, always love and value yourself.
11.I, Raj Kumar Bhaumik, owner of Suryaimport, request everyone to put statue of God in your house to stay safe from evil spirits, evil people and evil powers and jealous peoples of you, so that God protects you from your enemies in every step of your life. [Note:You can order temple from our store or any store you wish for, we recommend from our store since we provide cheap and quality products from any ecommerce stores of USA, China and India].
12.For all your wishes, desires, and dreams no matter how big it is please pray to your favourite god but please make sure you don’t ask something bad and negative thoughts, desires and plans.[Remember: Nobody is powerful than God]
12.For any complain regarding shopping with us or at our online stores , please directly report to our customer service team and if not satisfied or problem with our customer service , directly email me at:raj@suryaimport.ae
13.Me, owner of Suryaimport, Mr.Raj Kumar Bhaumik, encourage everyone around the world to be successful businessman and still follow your dreams in whatever you good at like singer, player, wrestler, teacher, engineer, actor, doctor, lawer etc or any profession you are good at but make your bank balance high with this book secret at first ie, do these projects in your free time still follow your daily job routine in time.Fulfill your dreams, buy anything you want and travel wherever you want after success but please never bad use your money. After, you success remember me. Congratulations, in advance. All the best ahead.For details secret , please check secret section in footer explained in details.
13.Please download book for free written by me and follow the instructions. (Check the download link below website at footer section.)
14.I humbly request you:to read this link so that you can celebrity lifestyle, we dont charge anyhting for free, 0 charges from our company for any servces,evrything in free:
https://suryaimport.com/download-freebook-by-owner/ – to view the realuty of life with high imaginationa nd thinking.
The Road to Suryaimport
Mr. Raj Kumar Bhaumik is born in 21 November, 1991. He did schooling from Reliance International Academy , Kathmandu, Nepal. He is very intelligent in reading and study since childhood and have genuine interest in watching and playing cricket. He did his high school from Xavier Academy, Lazimpat, Kathmandu. Suryaimport is first launched in Nepal and gradually expanded to UAE, UK, Canada, USA, Germany. He did his bachelor in Computer Science from Bethune Cookman University, Florida, United States. He then married to Moumita Manna in 2023, Kolkata, West Bengal, India. Ms.Moumita Manna is a graduate in history from India College. Ms.Moumita Manna holds the position of founder, chairman and as well as owner of this company. Mr. Raj worked as teacher in USA in Bethune Cookman University as teacher for Bachelor students. He studied in USA for five years and lived in Florida, New York and Texas.
After carefully considering things going around the world, which is high profit margin for every products sold throughout Nepal, he decided to open online store Suryaimport where customer can enjoy shopping from international products for almost free with service charge only which is 10% where 9% is used in expenses for salary of staffs and warehouse rent and other expenses and remaining he keep in his pocket 1% profit as his commisson for all selling products.
For any complain regarding price of products in our stores directly contact customer service department or owner of Suryaimport.
Founder and Chairman of Suryaimport
Ms.Moumita Manna Bhaumik
Ms. Moumita Manna did his schooling from India and graduated in B.A history from Ghatal Rabindra Satabarsiki Mahavidyalaya, Kolkata. She is interested in fashion designer , painting , reading god books and holy books. She is high believer in God. She is interested in watching Kabaddi game, luxury branded products, high quality cosmetics products, expensive products, high quality life styles, five star life styles, VIP Lifestyles. She prefers riding expensive cars like BMW . She wants to travel worldwide national as well as international countries. Her favourite God is “Radha Krishna”. She is the women behind idea of Suryaimport -Online Ecommerce Platform launched in UAE, UK , Canada, USA ,Germany, Nepal. She is also the women behind the idea of TheSpaceView- Online News sharing platform for text, video, audio and image launching worldwide. She is the main force to take the company higher level throughout UAE, Uk, Canada, USA, Germany and Nepal.
Ms. Moumita Manna
-Founder and Chairman, Suryaimport
Changing the Face of Retail
Raj’s competitors thought his idea that a successful business could be built around offering lower prices and great service would never work. As it turned out, the company’s success exceeded even Raj’s expectations. Raj credited the rapid growth of Suryaimport not just to the low costs that attracted his customers, but also to his associates. He relied on them to give customers the great shopping experience that would keep them coming back. Raj shared his vision for the company with associates in a way that was nearly unheard of in the industry. He made them partners in the success of the company, and firmly believed that this partnership was what made Suryaimport great.
As the stores grew, so did Raj’s aspirations. In addition to bringing new approaches and technologies to retail, he also experimented with new store formats—including Raj’s Club and the Suryaimport Supercenter—and even made the decision to take Suryaimport into UAE, UK, Canada, USA and Germany. Raj’s fearlessness in offering lower prices and bringing Suryaimport’s value to customers in the U.S. and beyond set a standard for the company that lives on to this day. His strong commitment to service and to the values that help individuals, businesses and the country succeed earned him the Presidential Medal of Freedom, awarded by US, Best Management Position in 1992.
It was during Raj’s acceptance remarks that he articulated what would come to be Suryaimport’s official company purpose.
10 Rules for Building a Better Business
Raj Bhaumik believed running a successful business boils down to 10 simple rules and they helped Suryaimport become the global leader it is today. We continue to apply them to every part of our business.
1. Commit to your business.
Believe in it more than anybody else. If you love your work, you’ll be out there every day trying to do it the best you possibly can, and pretty soon everybody around will catch the passion from you — like a fever.
2. Share your profits with all your associates, and treat them as partners.
In turn, they will treat you as a partner, and together you will all perform beyond your wildest expectations.
3. Motivate your partners.
Money and ownership alone aren’t enough. Set high goals, encourage competition, and then keep score. Don’t become too predictable.
4. Communicate everything you possibly can to your partners.
The more they know, the more they’ll understand. The more they understand, the more they’ll care. Once they care, there’s no stopping them.
5. Appreciate everything your associates do for the business.
Nothing else can quite substitute for a few well-chosen, well-timed, sincere words of praise. They’re absolutely free — and worth a fortune.
6. Celebrate your success.
Don’t take yourself so seriously. Loosen up, and everybody around you will loosen up. Have fun. Show enthusiasm — always. All of this is more important, and more fun, than you think, and it really fools competition.
7. Listen to everyone in your company.
And figure out ways to get them talking. To push responsibility down in your organization, and to force good ideas to bubble up within it, you must listen to what your associates are trying to tell you.
8. Exceed your customers’ expectations.
Give them what they want — and a little more. Make good on all your mistakes, and don’t make excuses — apologize. Stand behind everything you do.
9. Control your expenses better than your competition.
This is where you can always find the competitive advantage. You can make a lot of different mistakes and still recover if you run an efficient operation. Or you can be brilliant and still go out of business if you’re too inefficient.
10. Swim upstream.
Go the other way. Ignore the conventional wisdom. If everybody else is doing it one way, there’s a good chance you can find your niche by going in exactly the opposite direction.
______________________________________________***************______________________________________________
Thank You
All the Best and Conratulations in Advance!
With Regards,
Company Owner and CEO -RAJ KUMAR BHAUMIK
For job, business interest, donation and ideas directly contact our company CEO or customer support center.
Note: Practise will make you pefect, I learned coding by myself though google, youtube videos and harvard and stanford syllabus for computer science syllabus.
Here is the secrets codes of world top companies Google, Facebook, Youtube, Whats App, Instagram and also how you can write book and sell it worldwide with help of Ai and also even in your own words everything in details. Also, I will discuss how you will find business ideas to share with investors through google search and Ai search. Google and Ai are both powerful tools to find and solve anything.
Note: Codes are shared so you can learn coding by looking at big company open source codes which no one will share you because they are jealous of your success..
1.Facebook Source Code (100 million code all together)
2.Social Networking Code Public
3.Source Code of Youtube
4.Source Code of Whats App
5.Source Code of Instagram
6.Source Code Of Huge Company Google( 2 billion code)
7.How you can use Chatgpt Ai to find secret codes if you search right things.
8.How to do SEO for any websites to make it come top in google search ranks step by step in short cut for free.
9.How you can copy any websites through powerful software tools Httrack Tool without knowing codes.
10.Online News Site like BBC, CNN where you will earn by advertising.
11.Files Fm Project
12.Websites codes with all features
13.Websites Codes with search engine, social networking, news sharing, video sharing, search engine features.
14.Public_html file
15.Ultimate social network and platform codes
16.Suryaimport Code
Note: I, owner, Suryaimport, Mr.Raj Kumar Bhaumik, encourage everyone to start their own company whichever you are knowledgeable about construction company, software company, technology company or anything but your own and personal so that I can call you boss not employees.Look for unique ideas and implement it properly and then success ahead. OK. ALL THE BEST. Note: You are allowed to use these codes , edit and make your own and develop and launch your own project. You are absolutely allowed no need my permission.
Here are all full source code of projects with full descriptions :
1.Facebook full code facebook
2.Sncp
3.Youtube Source Code
4.WhatsApp Source Code
5.News Sharing Site
6.News Search Engine video sharing
7.Search Engine Code
8.Instagram Code
9.Full featured website
10.Code for Social networking+news sharing+video sharing+search engine
11.Files.fm Project
12.Full source code of project
13.Full Source Code for Online News Portal PHP and MYSQL
14.Loginandregisterhttrack secret codes
15.Social Networking Site Full Source Code With All Features
18.Code for Ads implementation in website
19.Code For Audio Sharing Site
20.Code For Video Sharing Site
21.Code For Integrating Ads in Website
22.Text and News Sharing Site Code
24.Video News Social Networking Site
1.How you can write a book and publish worldwide and you will earn after your book is sold throughout world?
Open the site:www.chatgpt.com, in search box type: write 500 or 5000 words book in the name of Sachin Tendulkar, Mahendra Sigh Dhoni etc but make sure they are famous and well known. Now the words are machine oriented to convert into human words, use site:aitohumantextconverter.com and write the words in box and convert them into human words, now all machine words are converted into human words.
Now, to publish your book. use site :www.notionpress.com and follow the hints written there and publish your book and they will distribute worldwide all stores in 194 countries.
Note: the best it will be if you take ideas from ai or google but write in your own words and publish book worldwide.
2.How to find ideas of business online?
You can find ideas of business online by searching in google as: ideas of business in internet or www.chatgpt.com- generate online business or technology ideas for implementation
3.For SEO
SEO means using proper keywords in your website so that your website rank higher in google.
Now how to do that: Open Google Keyword Planner or this link
1.Click in discover new keywords
2.In search box: Enter products or services closely related to your business: enter main keywords or topic of your site. for eg: my website name is www.suryaimport.com so my keywords will be international onli shopping since my store is made for international online business and then click on get results. Now, look for low and medium search keywords and use them in your site , in your wordpress site: use yoast seo use those keywords in focus keywords and meta tags. After you see your site coming up in google search results, you can use high volume search words in your site.
4.Chat GPT is powerful Ai tool which will give you right solution if you use right search keywords.
5.How you can copy any website without knowing coding :
Download HTTrack software from google and enter site name : in search box and run, they will copy whole website in your local folder.
Note: Practice coding as much you can, Edit and launch your own , No need my permission to download or use code for free. I wish success for you everyone. All the best.
How you can be perfect in programming:
Search in Google as: Computer science syllabus for Harvard university, Stanford University or MIT or in Youtube
How you can make any kind of websites:
Two ways: No 1: Download Httrack Software and enter site name: in web address: Eg:www.google.com, they will copy all files to local server.
Some codes and hacking secret of HTTrack software tool:
Here are some of the threads I searched and referenced before I ended up
finding my own fix:
Authentication FAQ – http://httrack.kauler.com/help/Authentication
Cookies FAQ – http://httrack.kauler.com/help/Cookies
CatchURL Tutorial – http://httrack.kauler.com/help/CatchURL_tutorial
Can’t copy ASP site – http://forum.httrack.com/readmsg/29269/index.html
https/SSL and username/password –
http://forum.httrack.com/readmsg/11518/index.html
CMS on HTTPS? – http://forum.httrack.com/readmsg/24702/index.html
No 2: Using WordPress site: Download WordPress template from any sites you found in google, or from Responsive Best WordPress Themes by GraceThemes and Edit it in your own according to your needs . To register any domain name you can use www.godaddy.com enter domain name and after you pay they will register in your name, Godaddy is USA company, now if you want to register a domain in India , you can use hostinger.in and register any domain name and payment in Indian currency through phone pay or any payment methods in india. Now, you need server to upload files so that your site become live and everyone around the world can see your task. To do that: first buy cheapest server, its your choice godaddy is expensive company usa company but they have high features and extraordinary dashboard for editing and building wbsites with so many server option from normal, to dluxe to expensive VPs server, you choose according to your needs of your site size , after you buy server now upload all your website files into server: to do that:
Login to your server account godaddy.com or hostinger.in
go to the Web Hosting Section: click on manage and then open file manager of your project either through cpanel or file manager button which is three dots:
Now after public_html folder opens: either upload single files to server or upload whole folder to server , click on upload button and upload box will open, upload all single files one by one to your upload folder box.
After you upload all files, your site will be live withing seconds.
Now, whole world can see your work or website or task.
Now, you need lock to install in your site .There are locks which are cheap and also expensive also some free, people choose according to their budget and needs and websites sizes.
For free SSL lock: use this site: Home – PunchSalad
Now, click on SSL generator, enter site name, Enter email and then create ssl certifiate , follow the paths sit suggests to isntall ssl lock, which is also known as lock for your site to prevent from hackers, attackers, and thieves or person who want to harm you. This is free for 90 days , you have update lock every 90 days to buy lock, you need money, you can get it from any hosting companies, eg:godaddy is usa company hostinger.in is a indian company.To buy SSl lock, yes you need money to install in your site which is expensive , if its usa company more expensive but high quality , with high features, indian company cheaper ssl certificate but not high quality as usa , cheap but not that functional.
Now,Your site is live, lock is installed ie SSL lock,now you have to make your website viral so that all people come to visit your site around the world , making website is not enough you need visitors to your site as much as possible FOr Eg: Mark Zuckerberg built facebook he got 22000 visitor within 2 hours, so he can install adverting media in his site, so you need to make your website content viral, so people visit your sites, If content is good automatically it will be viral after its live, and you have to share your site as much as possible through social network or any media they it will run like fire and will be viral around the world if site content is good, they will back in your site more and more and when you get more visitors in your site, Also, you need to do seo for the site: which i have mentioned above, Now, also you need to submit your site to google.
Follow these steps:
Welcome to Google Search Console
Click on search property, then box comes down , now click on +add property, Now to submit sitemap to google: click on sitemap:
Add a new sitemap:http://www.suryaimport.ae/enter sitemap url : exact name of file you downloaded from internet. eg: sitemap (16).xml
Now how to download sitemap xml file:
To do that:
Create your Google Sitemap Online – XML Sitemaps Generator
Enter site name exactly of yours in box: eg www.suryaimport.com or www.google.com,
Then click on start and follow the steps described in site:
Then file will be downloded:after you click on download your xml sitemap file
Upload the file in your public_html folder, then ownership of site will be verified by google everything is correct.
Now, after you submit sitemap to google, follow the steps I described above, if everything is correct , it will show green button or signal or “success “in green letter.
Now, its google time to work on your site to take your site to top rank, they take minimum weeks to year to make your site shows in google search rankings, it depends if less pages will take less time to rank your site in google , if more pages more time, also they will check content and quality , if you are targeting competitive keywords in your site , they will take minimum on year to rank your site in google to show in top results:
now, real fight for every company in the world is to get top rank in google spot by every company around the world, which is extremely difficult ,since company spend millions even billions to get top rank in google search results,
All companies will look for highly searched keywords in google, and big companies will buy that keywords ie include the keywords in their site since they have money, so, as a individual , or small sites as beginner, you cant compete big companies : they have money they will buy your company site as well, because they saw your work talent and competitor for their company but pleae dont sell your site or company keep on moving:
so, you will only target low or medium search keywords in your site at first then use highly searched items in your site after your site is showing in google, so move slowly, from down to to top of google and finally use highly search keywords in your site, even big companies will bow your head below you.
Now,
how to find what are the searched keywords in any country:
for anything they type in google:
Fir eg: if they want to buy nike clothes they will search nike clothes in google, if they want to do international shopping they will type international online shopping, if they want to do local shopping, simply they will type local shopping.
Link to find keywords for anything searched in google in any country:
Research Keywords for Campaigns with Keyword Planner – Google Ads
Now, click on:
Get started with the Keyword Planner
We know that using a new tool can be complicated.
Get started – this button
Click on discover new keywords, you will see this box:

Now, Enter words in box, related to your site, if its domestic or national online shopping: enter local shopping in box, if your site is international online shopping, enter : international online shopping in box ok, ie. enter main words in the box, related to your site business, ie , what is your website about ok.
Now, after you click on search results, it will show all keywords searched in that country , now all deatils given below, low searched words, medium searched words, even highly competive search keywords.
Now,here is the trick:
Do not target for highly competive keywords, just like impossible: big companies already will take that keywords words , since they have money power, they will do anything to buy that keywords, which is highly searched and me or you, or anybody reading this is is just started with small website or small company, but yes your small work will make you bigger soon and later, you will be success with huge results, now look for highly searched keywords ok, eg 1.7k ie 1700 times daily searched in google, use medium and low keywords in your site in backend coding, for wordpress site, yoast seo is already built in tool where they will provide you box to type focus keywords and meta keywords which both box are limited in size:
In focus keywords:

Use mostly highly searched terms in box since we have very limited space ,use medium or low searched keywords which are highly searched at first and later low searched keywords respectively, first priority to high searched then move to low searched keywords,
Then Move to Meta box:

use all searched terms in meta box, you find in searched results from low to medium searched keywords but do not include highly searched terms, you will use it finally when you see results coming ie you site is coming in google search and when at last finally use highly searched terms in your site ok.
Ok, concentrate, there is filter button , you can use this to see filter results:

Click on low, medium, competition button, it will filter all results and show you exact results for medium or low searched keywords.
Note:
after you submit site to google, check if your site is included in google: how, do this trick:
type in google:site:your website name or Eg:site:www.suryaimport.com or site:www.google.com , if its showing results in google, ie it is already included in google , now you have to work hard to take your site to top rank. This is main challenge, everyone in the world want top position in google, very competition, this is main challenge, but if u follow right techniques, with proper content , keywords, you can get top position in google for search results.
Its not impossible, you can do it too. ok now how:
Follow and Read all steps i told you or discussed above ok.
To show top rank in google, you have to do SEO ok, SEO process is described above read properly.
To write blog content, it will be best if you write it in your own words, if you cant follow this:
open this site:www.chatgpt.com, now type : write me 2000 words in the topic of international shopping or Sulabh Shrestha or Malvika Subba or Bill Gates, they will write it down for you, since this is AI, now Google will accept AI words but they can find that is is ai content will show red signal or can yes reject it, since google is king, we are under their command , we have to follow their rules, since we want rank in google search results so best it will be write content in your own words if you cant just convert ai to human words by : go to site:
Humanize AI Text – Convert AI To Human Text Now or
open site:www.aitohumantextconverter.com
Now, they will convert your AI words to Human words, which even google cannot detect that it is written by AI , since you converted it, but best it will be : if you write everything in your own words your own original content.
Ok: Remember when you searching for keywords in google , everyone is following the same trick, open google keyword planner, type related keywords of your site , and see the results. Even big companies , following the same trick, now how you can be little tricky or different or beat your competitor when you are searching for keywords .Now to do that:
Click on this link;
Research Keywords for Campaigns with Keyword Planner – Google Ads
Click on discover new keywords:
Get started with the Keyword Planner
We know that using a new tool can be complicated.
Click on get started button, now box opens, now two options there: start with website and start with keywords , ok now trick to be different is which nobody will tell you is: ( you will be success), which even your competitors don’t want you to know: is:
click on start with website:

now, In box “Enter a website or a page to find keywords that match your site”,
ok now focus ok, you cant enter anything you want first research , how to do that, if you know your competitor website, directly enter and press get results ok. Else,

First go to google, open www.google.com, then you have to find what your competitor are searching, which nobody will tell, because yes you will even beat big companies, they are afraid of your success.
(this is big secret)
Now, Enter keywords in google, which people are searching related to your site or business in Nepal, Dubai or USA or anywhere, Eg: Dubai Online Shopping or buy mobile or buy clothes: type these keywords in google,To find which keywords are being search: click on start with keywords, then enter main words related to your site or business for eg: my website is: www.suryaimport.com so ill type: international online business , since my site is about : international online business. they will show results of sites ok. now, the top site is your big competitor, copy site name and use it in the box: ie: enter the top site name and click on get results:
Now, use those keywords in your site, for SEO purpose, Now, you are different and you can beat competitor.(ie, success: legally professionally intelligently).
Now, I explain u about building site from scratch, then seo, ssl, server uploading, domain registration, and everything, ok, now your site is live, u can check in google , everything described above, now, challenge is to make your website viral, get many visitors u can so that u can start advertising on your sites, do social media marketing, tell friends, relatives everyone you know to try your site, make it viral as possible, post in youtube, do everything u can to make your site , viral, yes, if content is good , it will automatically become viral just like Facebook, Mark zuckerberg he got 22000 hits within 2 hours.
After your site is viral ie when you start getting more visitors in your site: Use all these advertising networks.
The list of All Ad networks you can use in your site:
1.Google Adsense
2.Media.net
3.Microsoft Advertising
Premium and Managed Ad Networks:
4.Ezoic
5.Mediavine
6.Monumetric
7.AdThrive
Programming and SSP/DSP Platforms:
8.PubMatic
9.Index Exchange, Criteo, Equativ, SmartyAds
High Impact or Alternative Format Networks
10.PropellerAds
11.Adcash
12.Adsterra
13.ClickAdilla
14.Dynu in Media
15.Content Recommendation and native Ad Networks
16.Taboola,Outbrain, REvcontent, MGID, Primis
17.BuySellAds
Contextual and Intext Ad Networks
18.Infolinks
19.Sovrn
You will install advertising networks in you site , you will get checks after they click on your ads from your site, all the adverting networks, ill mention below:
All the Best and Conratulations in Advance!
With Regards,
Company Owner and CEO-Raj Kumar Bhaumik
